Quickstart
This guide gets one request working without mixing the shared Residential IPv4 gateway with dedicated IPv6 encrypted endpoints.
Prerequisites
Section titled “Prerequisites”- A TrueProxies account
- An active subscription or trial
-
Get a plan or trial
Section titled “Get a plan or trial”Choose a plan from pricing or start a free trial. Checkout confirms the final terms.
-
Copy the issued connection details
Section titled “Copy the issued connection details”Open the subscription in the dashboard and copy the host and port from its Your endpoints table. Every subscription has its own — there is no shared host — and each protocol has its own port:
http,https,socks5andsocks5+tls.YOUR_HOST,YOUR_HTTP_PORTandYOUR_SOCKS_PORTin the examples below are placeholders for those values. -
Make your first request
Section titled “Make your first request”Terminal window curl -x http://YOUR_HOST:YOUR_HTTP_PORT \-U "your_username:your_password" \https://httpbin.org/ipTerminal window curl -x https://YOUR_ASSIGNED_HOST:443 \-U "your_username:your_password" \https://httpbin.org/ipReplace every placeholder with the exact dashboard value. For a dedicated IPv6 SOCKS endpoint, use a TLS-capable client or the documented local adapter/TLS wrapper; plain SOCKS5 is not accepted directly.
-
Verify the response
Section titled “Verify the response”The returned IP should differ from your direct public IP and match the address family and placement assigned to the product. Test representative destinations before increasing concurrency.