WireGuard

doxx.net supports WireGuard, a fast, modern, and secure VPN tunnel. This guide will help you set up WireGuard on various platforms and configure it to connect to doxx.net.

Installation

Windows

  1. Visit the official WireGuard website
  2. Download the Windows installer
  3. Run the installer and follow the prompts
  4. WireGuard will be available in your Start menu

macOS

  1. Method 1 - App Store:

    • Open the App Store
    • Search for “WireGuard”
    • Click “Get” to install
  2. Method 2 - Homebrew: Run: brew install –cask wireguard-tools

Linux

Ubuntu/Debian:

Run: sudo apt update && sudo apt install wireguard

Fedora:

Run: sudo dnf install wireguard-tools

Arch Linux:

Run: sudo pacman -S wireguard-tools

Configuring WireGuard for a0x13.doxx.net

Step 1: Create a Tunnel

  1. Log in to your a0x13.doxx.net account
  2. Click (+) after “Your Tunnels”
  3. Select Tunnel Type “WireGuard”
  4. Select your server location.

Step 2: Import Configuration

Download or Install a Config

  1. In the portal click “Install tunnel to your device”.
  2. For mobile you can use the QR code option or download the doxx.net.conf file
  3. Add the QR code or conf file to your WireGuard app.
  4. Click “Activate” to connect

Linux:

  1. Copy the configuration file: Run: sudo cp your-config.conf /etc/wireguard/wg0.conf
  2. Start the WireGuard connection: Run: sudo wg-quick up wg0

Verification

To verify your connection:

  1. Visit https://setup.doxx.net/geo
  2. Your IP address should show as being from our network
  3. You can also check connection status in the WireGuard app

Troubleshooting

Common Issues

  1. Connection Timeout

    • Check your internet connection
    • Verify your firewall isn’t blocking UDP port 51820
    • Ensure your configuration file is correct
  2. DNS Issues

    • Verify DNS settings in your configuration file
    • Default doxx.net dns use 10.10.10.10
    • Try using alternative DNS servers (1.1.1.1 or 8.8.8.8)
  3. Performance Issues

    • Check your internet speed without WireGuard
    • Try different server locations if available
    • Ensure MTU settings are correct

Support

If you continue experiencing issues:

  • Include your connection logs
  • Specify your operating system and WireGuard version

Security Best Practices

  • Keep your WireGuard client and OS updated
  • Never share your private keys or tokens
  • Enable automatic updates for WireGuard when possible