Proxies

A proxy is what gives a profile its own address. Bound per profile and tested before use, it is half of keeping accounts apart — the fingerprint is the other half.

Adding a proxy

Open Proxies in the sidebar and click New proxy.

FieldNotes
LabelHow it appears when you pick it on a profile. Naming it after the location or the provider plan is more useful than the host.
Typehttp, https or socks5.
HostHostname or IP from your provider.
Port1–65535.
Username / PasswordOptional. See authenticated proxies — they are handled differently to unauthenticated ones.

Proxies are stored per account and sync between machines along with your profiles.

Bulk import

Providers hand out lists in several shapes, so paste the list as-is — one proxy per line, in any of these forms:

FormatExample
scheme://host:portsocks5://gate.example.net:1080
scheme://user:pass@host:porthttp://alice:secret@gate.example.net:8080
user:pass@host:portalice:secret@gate.example.net:8080
host:portgate.example.net:8080
host:port:user:passgate.example.net:8080:alice:secret

A scheme in the line wins over the default type you picked. Lines that cannot be parsed are skipped rather than imported wrong, so a stray header row or blank line in a pasted list is harmless.

Testing

Test does not just open a socket. It launches a throwaway headless browser routed through the proxy and requests an IP-info endpoint, so it exercises the exact path a real profile launch uses — a proxy that only fails under a real browser gets caught here rather than mid-session.

A passing test records:

Test after adding, and again if a provider rotates your allocation. The stored result is what later feeds the profile's timezone.

Assigning to a profile

Pick the proxy in the profile editor's Proxy field. One proxy per profile is the rule worth keeping: sharing one address across profiles rebuilds the link between the accounts you separated, and rotating a profile's address every session looks like an account that teleports.

To assign the same proxy to many profiles at once, select them in the list and use the bulk action rather than editing each one — that is where mistakes happen.

Authenticated proxies

Chromium cannot authenticate a SOCKS5 proxy at all, and its HTTP proxy-auth flow is fragile. So any proxy with a username gets a local relay: an unauthenticated proxy listening on 127.0.0.1 that forwards to your authenticated upstream, with the browser pointed at the local end.

This is automatic and needs no setup. Two consequences worth knowing: the relay lives only as long as the profile is running, and your credentials never reach the browser process.

Timezone & WebRTC

This is the part that quietly prevents the most common mistake in multi-account work. When a profile launches with a tested proxy:

Both come from the geography recorded when you tested the proxy — which is why testing matters beyond a pass/fail. An untested proxy still routes traffic, but the profile falls back to its own timezone, and that mismatch is exactly what correlates accounts. Browser fingerprinting covers why these signals are checked against each other.

You can still override the timezone by hand in the profile's fingerprint settings if you have a reason to.

Choosing a proxy

TypeBest forTrade-off
ResidentialConsumer platforms that weigh IP reputation heavilyCosts more, speed varies by peer
ISP / static residentialLong-lived accounts wanting one stable addressSmaller pools, higher price
MobileMobile-first platformsMost expensive; carrier addresses are shared
DatacenterBulk work where IP reputation matters lessEasy to identify as datacenter

Unlimited proxies on every plan, including the free tier — the profile count is what a licence raises, never the number of proxies.

Troubleshooting

SymptomLikely cause
Test fails immediatelyWrong host, port or type. Providers often give an HTTP and a SOCKS5 port for the same endpoint — the ports are not interchangeable.
Test fails only with credentialsUsername or password wrong, or the provider requires your current IP to be allow-listed in their dashboard.
Works, but very slowCheck the latency in the test result. Residential proxies vary a lot between peers; retest to get a different one.
Exit country is not what you boughtSome providers encode the target country in the username or the port. Check their documentation for the exact syntax.
Site still sees your real locationRetest the proxy so its geography is recorded — the timezone binding above depends on it. Then check the fingerprint test through that profile.