Configure a proxy
A proxy gives each profile its own outgoing IP address, so the sites you visit see a different location and network for every account. Santiago supports HTTP, SOCKS4 and SOCKS5 proxies, with optional username and password. This page walks you through adding one to a profile.
Why every profile needs its own proxy
Section titled “Why every profile needs its own proxy”Your fingerprint hides your hardware and browser identity, but it does nothing about your IP address. If ten accounts all connect from the same IP, a site can link them together no matter how unique their fingerprints are.
For account separation, pair one profile with one proxy:
- A dedicated IP per profile makes each account look like a separate person on a separate network.
- Reusing a single proxy across many profiles re-creates the exact footprint you are trying to avoid.
- The proxy location should match the rest of the profile. Santiago can read the proxy’s exit location and align timezone, locale and geolocation to it automatically.
Proxy types
Section titled “Proxy types”When you open a profile and go to the Proxy section, you choose a type. Each type expects the same details (host, port, and optional credentials) except None.
| Type | When to use it |
|---|---|
| None | No proxy. The browser connects directly from your own IP. Good for quick local testing, but it gives no account separation. |
| HTTP | The most common proxy format from commercial providers. Works for nearly all web traffic. |
| SOCKS4 | An older SOCKS protocol. Use it only if your provider specifically gives you SOCKS4 endpoints. |
| SOCKS5 | A flexible SOCKS protocol that supports username/password authentication. A good default when your provider offers it. |
Add a proxy to a profile
Section titled “Add a proxy to a profile”- Open the profile you want to edit (or create a new one — see Create and edit profiles).
- Find the Proxy section in the profile form.
- Choose a Type: None, HTTP, SOCKS4 or SOCKS5.
- If you picked anything other than None, fill in the connection details below.
- Save the profile.
Connection details
Section titled “Connection details”For HTTP, SOCKS4 and SOCKS5 you provide the following fields:
| Field | Required | Notes |
|---|---|---|
| Host | Yes | The proxy server address — a hostname or IP, for example gw.proxyprovider.com or 203.0.113.10. Must not be empty. |
| Port | Yes | The port number your provider gave you. Any whole number from 1 to 65535. |
| Username | No | Fill in only if your proxy uses login authentication. |
| Password | No | Fill in only if your proxy uses login authentication. |
Leave username and password blank for proxies that authenticate by IP allowlist instead of a login.
When you choose None, there are no other fields to fill in, and Santiago skips all location matching — the browser simply uses your own connection.
Test before you rely on it
Section titled “Test before you rely on it”After saving, always confirm the proxy actually works and shows the IP and location you expect. Santiago can connect through the proxy, report the exit IP, and look up its country, city and timezone for you.
See Test a proxy and check GeoIP for the full walkthrough.
Related pages
Section titled “Related pages”- Test a proxy and check GeoIP — verify the exit IP, country and timezone.
- Fingerprints: geolocation — align timezone, locale and coordinates with the proxy.
- Create and edit profiles — where the proxy settings live.
- Profiles overview — how profiles, fingerprints and proxies fit together.