Proxy Configuration
Learn about working with proxy configuration for file servers
Overview
If the Couchdrop Windows / macOS Agent is running in a network where internet access is only available through a proxy server, additional configuration is required.
You can add the proxy details directly to the Couchdrop Agent configuration file.
How to configure a proxy
Proxy URL syntax
Use the appropriate syntax for your proxy configuration.
No username or password
http://<ip>:<port>
http://127.0.0.1:8080
Username and password
http://username:password@<ip>:<port>
http://proxyuser:password@127.0.0.1:8080
SOCKS proxy
socks://<ip>:<port>
socks://127.0.0.1:8080
Debugging
If the agent cannot connect after configuring the proxy, check the log files stored in the same directory as the configuration files.
You can also use the shortcuts available from the agent Settings menu to open the logs and configuration files.
For additional help, contact support@couchdrop.io.
Last updated
Was this helpful?