Programa de referidos
Navegador antidetección

Configuración de proxy en Dolphin Anty

Configura un proxy dedicado para cada perfil de Dolphin Anty.

Dolphin Anty es un navegador antidetección popular para el marketing de afiliación y la gestión de múltiples cuentas. Configura SotaProxy en los ajustes de proxy de cada perfil para dar a cada cuenta una IP única y aislada.

Guía de configuración

1

Añade el proxy a un perfil

Abre Dolphin Anty y crea o edita un perfil. En los ajustes de proxy, selecciona HTTP o SOCKS5.

2

Introduce las credenciales de SotaProxy

text
Host: proxy.sotaproxy.com
Port: 10000
Login: YOUR_USERNAME_s_1001_ttl_1h
Password: YOUR_PASSWORD

Usa un ID de sesión único para cada perfil. Esto fija cada perfil a una IP distinta.

3

Comprueba el proxy en los ajustes del perfil

Usa el botón de comprobación de proxy de Dolphin Anty para verificar que el proxy funciona y muestra la geo-ubicación correcta antes de guardar.

Automatízalo con la API de SotaProxy

Todo lo anterior funciona sin abrir el panel. Con una clave API, Dolphin Anty puede obtener credenciales de proxy actualizadas, comprar nuevos proxies y renovar los que caducan - directamente desde el código.

bash
# Every active proxy on your account (ip, ports, login, password as JSON)
curl -H "Authorization: Bearer $KEY" https://api.sotaproxy.com/api/v1/proxies

# Buy more when you scale (price-check first with POST /quote)
curl -X POST https://api.sotaproxy.com/api/v1/orders \
  -H "Authorization: Bearer $KEY" -H "Content-Type: application/json" \
  -H "Idempotency-Key: my-unique-order-id" \
  -d '{"product":"ipv4","countryId":565,"periodId":"1m","quantity":5}'
Leer la documentación de la API

What goes into the profile proxy form

Dolphin Anty asks for five fields and nothing else. Residential targeting rides inside the login, so you never need a separate endpoint per country:

Type
HTTP, or SOCKS5 on the same port
Host
proxy.sotaproxy.com
Port
10000
Login
login_c_US_s_17_ttl_1h
Password
your package password

Dolphin keeps a proxy library and lets you assign entries in bulk. Bulk assignment is safe only when each row carries its own session id.

One session id per profile, forever

The number after _s_ is what ties a profile to an address. Give every profile its own and never reuse one, because two profiles on the same id share an address and that link is the cheapest signal a platform can compute:

Login strings for a fleet

profile_01  ->  login_c_US_s_1_ttl_1h
profile_02  ->  login_c_US_s_2_ttl_1h
profile_03  ->  login_c_GB_s_3_ttl_1h
profile_04  ->  login_c_DE_s_4_ttl_1h

# static address instead of residential:
# host = the IP from your dashboard, port 50100, no suffixes
  • One hour is the longest sticky lifetime we offer, and a residential device can drop earlier. For accounts that must never see an address change, buy an ISP address instead and put it in the same form.
  • Match the profile timezone, locale and language to the proxy country. An account on a German address reporting a Warsaw timezone contradicts itself.
  • Check the address inside the profile before the first login, not from your own browser. What matters is what the profile sees.
  • Keep a note of which session id belongs to which profile. Rebuilding that mapping after a crash is painful and mistakes cost accounts.

What gets accounts linked

Two profiles on one address

Whether through a shared session id or a shared static address, this is the fastest way to lose a cluster: one flagged account takes the rest with it.

Changing country under a live account

An account that always logged in from Poland suddenly appearing on a German address reads as a takeover, and the platform asks for a phone number you may not have.

Rotation under a logged-in session

When a sticky hour expires mid-session the platform sees the session teleport. Long-lived accounts belong on ISP addresses.

Bulk assignment reusing one entry

Assigning one library entry to forty profiles gives forty profiles one address. Generate the login strings first, import them as separate entries, then assign.

Notas y consejos

  • Para el marketing de afiliación, haz coincidir la geo del proxy con el país objetivo de la oferta.
  • Usa proxies móviles para las cuentas de TikTok e Instagram gestionadas en Dolphin Anty.

FAQ

¿Puedo importar proxies en Dolphin Anty de forma masiva?

Sí. Dolphin Anty admite la importación de proxy mediante CSV. Formato: protocol://username:password@host:port.

Obtén tus credenciales de proxy

Regístrate, recarga tu saldo y copia tu endpoint en Dolphin Anty. Tarda menos de 5 minutos.

Empezar