Getting Started
Getting Started
Simple: Use the Portal
3 steps, 5 minutes:
Go to a0x13.doxx.net
- Click “Create Account”
- Save your token (that’s your login, no password)
Click the doxx.net cloud
- Pick a city (New York, London, Tokyo, etc.)
- Tunnel appears in the topology view
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
- iOS: App Store
- Android: Play Store
- macOS: App Store
- Windows: Download
- Linux:
apt install wireguardoryum install wireguard-tools
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"
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:
- Portal Guide - Using the visual interface
- API Reference - Automate everything
- VPN Clients - Advanced client options
That’s it. Create account, click cloud, scan QR code, connected.