Proxy Authentication
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Follow these steps to enable and configure proxy authentication for 9Proxy on Linux.
Run the following command to start 9Proxy:
systemctl start 9proxyd
To make 9Proxy start automatically on system boot, run:
systemctl enable 9proxyd
If this command is executed, you won't need to manually start 9Proxy each time.
Follow the instructions here to sign in.
To set up Authentication for your proxies, use the following command:
9proxy setting --basic_auth --proxy_password [password] --proxy_username [username]
[password] : your desired proxy password
[username] : your desired proxy username