Getting Started

Getting Started

Simple: Use the Portal

3 steps, 5 minutes:

  1. Go to a0x13.doxx.net

    • Click “Create Account”
    • Save your token (that’s your login, no password)
  2. Click the doxx.net cloud

    • Pick a city (New York, London, Tokyo, etc.)
    • Tunnel appears in the topology view
  3. Connect:

    • Right-click your tunnel → “Show QR Code”
    • Scan with WireGuard app on your phone
    • Or download .conf file for desktop

Done. You’re connected.


Install WireGuard


Advanced: Use the API

# Create account
curl -X POST https://setup.doxx.net -d "create_account=1"
# Returns your token

# Create tunnel
curl -X POST https://setup.doxx.net \
  -d "create_tunnel=1" \
  -d "token=YOUR_TOKEN" \
  -d "type=wireguard" \
  -d "server=newyork-us"

Complete API reference →


What’s Next

In the portal:

  • Drag one tunnel to another to link them
  • Enable Location Services (spoof your location)
  • Enable DNS Protection (block malware/ads)
  • Watch your network in real-time

See:


That’s it. Create account, click cloud, scan QR code, connected.