ProxioDocs
Integrations

Integrations

Connect Proxio to Python, Node.js, PHP, Java, C#, Go, browsers, antidetect tools, and scrapers. Every integration uses the same host, port, username, and password.

Every Proxio integration (whatever language, browser, or tool you're wiring up) connects through the same gateway with the same four values. Fill them in once, then jump to the guide for your stack below.

FieldValue
Hostgeo.proxio.cc
Port16666
UsernameYour credential's username, from your service's Sub-users tab in the dashboard
PasswordYour credential's password, shown next to the username

The same host and port serve HTTP, HTTPS, and SOCKS5 (CONNECT only, no UDP ASSOCIATE or BIND). You switch protocols with the URL scheme, not with a different endpoint. See Protocols & Ports for the full reference, including when to use socks5h:// instead of socks5://.

Want geo-targeting or sticky sessions?

Every guide below authenticates with a plain username and password. To pin a country, state, or city, or to hold a sticky session, append segments to the username itself. See Targeting & Username Syntax for the full grammar.

Guides

Verify the connection

Before wiring up any library, confirm the gateway itself works with one command. Replace USERNAME and PASSWORD with your credential:

curl -x http://USERNAME:[email protected]:16666 https://ipinfo.io

A working connection returns JSON describing the proxy's exit IP, not your own. Run the command twice in a row and the IP will usually differ: with no session segments in the username, Proxio hands out a fresh IP on every request.

For SOCKS5, swap the scheme: socks5h://USERNAME:[email protected]:16666.

On this page