Skip to content

Quickstart

This guide gets one request working without mixing the shared Residential IPv4 gateway with dedicated IPv6 encrypted endpoints.

  • A TrueProxies account
  • An active subscription or trial
  1. Choose a plan from pricing or start a free trial. Checkout confirms the final terms.

  2. 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, socks5 and socks5+tls.

    YOUR_HOST, YOUR_HTTP_PORT and YOUR_SOCKS_PORT in the examples below are placeholders for those values.

  3. Terminal window
    curl -x http://YOUR_HOST:YOUR_HTTP_PORT \
    -U "your_username:your_password" \
    https://httpbin.org/ip

    Replace 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.

  4. 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.