Setting up a device
Add a device, import the config, and connect with the official WireGuard apps.
Setting up a device
- Open VPN in the dashboard and enter a name for the device (for example "Laptop").
- Pick an exit and click Add device. Your browser generates the key pair locally.
- 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
.conffile from the dashboard, and use "Import tunnel(s) from file". - Linux: save the file as
/etc/wireguard/hepgg.confand runwg-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.