Setting up a device

Add a device, import the config, and connect with the official WireGuard apps.

Setting up a device

  1. Open VPN in the dashboard and enter a name for the device (for example "Laptop").
  2. Pick an exit and click Add device. Your browser generates the key pair locally.
  3. The config appears once, with a QR code and a download button. Import it now.

WireGuard clients

  • iOS and Android: install the official WireGuard app, tap the plus button, choose "Create from QR code", and scan the code shown in the dashboard.
  • Windows and macOS: install WireGuard, download the .conf file from the dashboard, and use "Import tunnel(s) from file".
  • Linux: save the file as /etc/wireguard/hepgg.conf and run wg-quick up hepgg.

The config routes all traffic through the tunnel and uses the exit's own resolver for DNS, so your DNS queries do not leak to your local network.

Lost the config

The private key is only shown at creation. Open the device row and choose Rotate: the old config stops working immediately and a new one is issued.

Removing a device

Choose Remove on the device row. Its config stops working at once and the slot is freed.