Skip to content

Quickstart

TPP routes your traffic through real home connections in 190+ countries. You connect to a regional gateway with your proxy credentials; every connection exits from a residential IP you can target by country, city and ASN. Bandwidth is prepaid by the gigabyte.

Your proxy username and password are on your dashboard. They are proxy credentials, separate from your dashboard login.

Terminal window
curl -x http://USER:PASS@eu.tpp.io:1080 https://api.ipify.org

The response is the residential IP your request exited from. Run it twice and you get two different IPs - every new connection gets a fresh exit unless you ask for a sticky session.

Pick the gateway closest to your servers:

Region Endpoint
Europe eu.tpp.io:1080
United States us.tpp.io:1080

The gateway decides your entry latency, not where traffic exits - exits are chosen by targeting, from either region.

Targeting options are appended to the username with hyphens:

Terminal window
curl -x http://USER-cc-de:PASS@eu.tpp.io:1080 https://api.ipify.org

-cc-de pins the exit to Germany. See Targeting for city and ASN targeting.

Terminal window
curl -x http://USER-cc-de-session-a81f:PASS@eu.tpp.io:1080 https://api.ipify.org

Every request with the same session id exits from the same IP, for 10 minutes by default. See Sticky sessions.