Integrations · Intermediate

Proxies in anti-detect browsers: one profile, one country, one sticky session

Anti-detect browsers isolate fingerprints per profile; the proxy is what isolates the network identity. The rule that makes both work together: one profile, one sticky session, one consistent country.

2 min read 5 sections Updated Published

What the browser needs from you#

Every anti-detect browser has a proxy form per profile with the same fields: type (HTTP or SOCKS5), host, port, username, password. Fill them with the ProxShift gateway and a sticky username, or with a dedicated ISP address for accounts that must never change IP.

FieldResidential sticky sessionDedicated ISP address
TypeHTTP (or SOCKS5)HTTP (or SOCKS5)
Hostres.proxshift.comthe IP from your list
Port9000 (SOCKS5: 9001)8000 (SOCKS5: 8001)
UsernameUSER-cc-us-state-ny-sid-profile17-ttl-24hfrom your list
PasswordPASSfrom your list

One profile, one session id#

Give each profile its own -sid- value and never reuse it elsewhere. The profile then lands on the same household for the whole lifetime (up to 24 hours on ProxShift), and a new day brings a new exit in the same city, which is how a real user on a consumer ISP behaves. If the profile must keep the exact same address for weeks, it needs an ISP proxy, not a session.

Align the profile with the exit#

  • Time zone and language of the profile = country and city of the exit.
  • Geolocation permission, if enabled, near the exit's city.
  • Keep WebRTC in the "replace with proxy IP" or "disabled" mode the browser offers.
  • Test the profile's IP inside the browser before touching the account.

Which network for accounts#

SituationNetworkWhy
Many low-value accounts, daily activityResidential sticky sessionsCheap per account, natural daily IP change
Valuable accounts that must not change IPISP proxy, one per profileStatic, residential-registered, unlimited traffic
Platforms that challenge residential-grade IPsDedicated mobile deviceCarrier IP, rotation on your command
Bulk checks without loginsResidential rotatingBreadth over consistency

Import lists at scale#

Most anti-detect browsers import proxies as host:port:user:pass lines. Generate one line per profile with a distinct session id, or download your ISP list from the dashboard or GET /v1/proxies?format=txt, then map one line to one profile.

One sticky line per profile
res.proxshift.com:9000:USER-cc-us-sid-p001-ttl-24h:PASS
res.proxshift.com:9000:USER-cc-us-sid-p002-ttl-24h:PASS
res.proxshift.com:9000:USER-cc-gb-sid-p003-ttl-24h:PASS

Questions people ask#

HTTP or SOCKS5 in the profile?

Either works. HTTP is the simplest and supports credentials everywhere; SOCKS5 is useful when the browser offers remote DNS through it. Never mix: pick one per profile.

The proxy check in the browser fails but cURL works.

Most often a stray space in a field or the wrong port for the type chosen (9001 is SOCKS5 only). Copy the four fields again from a working cURL line.

Ready when you are

Run it for real.

Create an account, top up $20 and paste the endpoint from this guide into your tool. Traffic you buy never expires.