- Connect to the remote server with root permissions
- Follow the steps listed on theProxy Manager page.
- Set up the server to accept remote connections (see instructions here)
- Configure the ports you require on your remote Proxy Manager
- Send requests to the configured ports from your local machine by using
{REMOTE_SERVER_IP}:{PORT_NUMBER}
curl example:curl --proxy 12.12.12.12:24000 "http://example.com"
If you use Docker to manage your server deployment you can use our Docker image.