Skip to content

How to Connect

Connection details

ParameterValue
Hostconnect.trueproxies.com
HTTP Port8080
SOCKS5 Port1080
AuthenticationUsername & password or IP whitelisting

Username format

The proxy username supports parameters for geo-targeting and session control:

base_username[-country-XX][-city-name][-session-ID]
ParameterFormatExampleDescription
Country-country-XX-country-usISO 3166-1 alpha-2 country code
City-city-name-city-newyorkTarget a specific city (lowercase, no spaces)
Session-session-ID-session-abc123Sticky session — same ID = same IP for the session duration

Examples

UsernameBehavior
user123Random country, random IP each request
user123-country-usUS IP, rotating per request
user123-country-de-city-berlinBerlin, Germany IP
user123-country-us-session-mysess1Sticky US IP for session mysess1

For the complete list of 150 supported countries with IP counts, see the locations page.

Code examples

Terminal window
# Basic request
curl -x http://connect.trueproxies.com:8080 \
-U "user123:password" \
https://httpbin.org/ip
# With country targeting
curl -x http://connect.trueproxies.com:8080 \
-U "user123-country-us:password" \
https://httpbin.org/ip
# SOCKS5
curl -x socks5://connect.trueproxies.com:1080 \
-U "user123:password" \
https://httpbin.org/ip

IP whitelisting (alternative auth)

Instead of username/password, you can whitelist your server’s IP address for authentication-free access. See IP Whitelisting for details.