A lightweight, authenticated SOCKS5 proxy server. Connect any SOCKS5-aware client directly via host:port.
A lightweight, authenticated SOCKS5 proxy server. Connect any SOCKS5-aware client directly via host:port.
Note: This template is maintained by the Zeabur team. If you have any questions or need help, please contact us at Zeabur's official Discord server.
A minimal SOCKS5 proxy server built on serjs/go-socks5-proxy (MIT License). It exposes a single TCP port that any SOCKS5-aware client (curl, browsers, SSH -D, etc.) can connect to.
After deployment, open the service's Networking tab to find the forwarded host and port, then connect using the username you chose and the auto-generated password (shown in the service's environment variables as PROXY_PASSWORD):
curl -x socks5h://USERNAME:PASSWORD@HOST:PORT https://ifconfig.co
PROXY_USERNAME / PROXY_PASSWORD in the service variables if you want custom credentials, then redeploy.ALLOWED_DEST_FQDN (a regex) or restrict source IPs with ALLOWED_IPS (comma-separated).Source & license: serjs/socks5-server (MIT).