Skip navigation
← Docs

Connect to the VPN

The multiplayer & hot-seat servers live on a private WireGuard network. Get your personal wg.conf from your account (or ask an admin), then set up the tunnel on your device.

Windows / macOS

  1. 1
    Install WireGuard from wireguard.com/install (macOS is also on the App Store).
  2. 2
    Open it → Import tunnel(s) from file → pick your wg.conf.
  3. 3
    Toggle the tunnel On.

Linux

  1. 1
    Install the package, e.g. sudo apt install wireguard.
  2. 2
    Bring it up: sudo wg-quick up ./wg.conf (or import the .conf into NetworkManager).
  3. 3
    Stop it with sudo wg-quick down ./wg.conf.

Android / iOS

  1. 1
    Install the WireGuard app from the Play Store / App Store.
  2. 2
    Tap + → import from file or QR, then toggle the tunnel On.