Soxway Docs

Custom Domain

Serve proxies to your sub-users under your own domain (white-label)

Connect your own domain so your sub-users receive connection strings with your brand instead of v1.soxway.io. Ports, credentials and routing stay exactly the same — only the host shown in the connection string changes.

The custom domain applies only to your sub-users. In your own reseller panel you keep seeing the default host. One domain per reseller.

How it works

  1. Add a subdomain in your reseller panel → tab Custom Domain (e.g. proxy.yourbrand.com). Apex domains (yourbrand.com) are not supported — use a subdomain.

  2. Create a DNS record at your registrar:

    CNAME   proxy.yourbrand.com   →   v1.soxway.io

    A CNAME is required (not an A record) so your domain automatically follows our load balancer and failover.

  3. Verify — click Verify DNS. We resolve your domain and confirm it points to v1.soxway.io.

  4. Approval — once DNS is verified, the domain goes to moderation and is activated by an administrator.

  5. Active — from now on every connection string we hand to your sub-users uses your domain:

    # before
    socks5://user:[email protected]:1080
    # after
    socks5://user:[email protected]:1080

Keep the CNAME record in place. If it is removed, verification is lost and sub-users fall back to the default host.

Status reference

StatusMeaning
Pending DNSDomain added, DNS not verified yet
In moderationDNS verified, awaiting admin approval
ActiveApproved — served to your sub-users
RejectedNot approved by admin
DisabledTurned off by admin

Notes

  • Ports are unchanged: HTTP 5000, SOCKS5 1080.
  • HTTPS-on-the-proxy (TLS termination on your domain) is not part of this feature — connection strings use the plain HTTP/SOCKS5 ports.
  • The domain only affects the host string; usernames, passwords and all geo/rotation suffixes work exactly as before.

On this page