How to connect with WireGuard
Your VPN works with WireGuard, a free official app. The process is always the same: you install WireGuard, download your .conf file from your dashboard and import that file into the app. Choose your system below.
π₯
First download your configuration: go to your dashboard and click "Download configuration" (you need an active subscription).
Windows 10 / 11
- Download the installer from wireguard.com/install (Download for Windows button) and run it.
- Open the WireGuard application.
- Click "Import tunnel(s) from file" (the arrow button, bottom left).
- Select the
.conffile you downloaded from your dashboard. - Click "Activate". The indicator will turn green: you are now connected. β
To disconnect, click "Deactivate". Windows will remember the tunnel for next time.
macOS
- Install WireGuard from the Mac App Store (free).
- Open it. The first time, grant it permission to add VPN configurations.
- Click "Import tunnel(s) from file" (the + menu at the bottom, or the top menu).
- Select your
.conffile. - Turn on the tunnel switch. macOS will ask for confirmation the first time. β
You can also activate it from the WireGuard icon in the top menu bar.
Linux
Option A β Graphical interface (GNOME/KDE):
- Install WireGuard support for NetworkManager:
- Debian/Ubuntu:
sudo apt install wireguard network-manager-gnome - Fedora:
sudo dnf install wireguard-tools - Arch:
sudo pacman -S wireguard-tools
- Debian/Ubuntu:
- Settings β Network β VPN β + β "Import from fileβ¦" β choose your
.conf. - Activate the VPN connection. β
Option B β Terminal (any distro):
- Install the tools:
sudo apt install wireguard(or your distro's manager). - Copy your configuration to
/etc/wireguard/with the interface name:sudo cp ~/Downloads/vpn-youruser.conf /etc/wireguard/wg-client.conf - Connect: sudo wg-quick up wg-client
- Disconnect: sudo wg-quick down wg-client
- (Optional) Start on boot:
sudo systemctl enable wg-quick@wg-client
Android
- Install WireGuard from Google Play.
- From the web dashboard, click "Download / share" your configuration.
- In WireGuard tap + β "Import from file or clipboard" and choose the
.conf(or paste the text if you copied it). - Activate the tunnel and accept Android's VPN request. β
Tip: on mobile you can download the file from the browser and open it with WireGuard.
iPhone / iPad
- Install WireGuard from the App Store.
- Download your
.conffrom the web dashboard. - Open WireGuard β + β "Create from file or archive" and select the
.conf(you can also use "Create from clipboard" if you copied the text). - Activate the tunnel and authorise the VPN when iOS asks. β
Problems? Check this
Download it from your dashboard. It is only available with an active subscription. If it expired, renew the payment.
Disable any other active VPNs and activate the tunnel again. If it persists, try regenerating the configuration from your dashboard.
From your dashboard click "Switch server automatically" to be assigned a less loaded one, or "Report slow server".
Switching server generates a new configuration. Download the new .conf and import it (you can delete the old tunnel in WireGuard).
Each device uses the same configuration. For stable simultaneous connections, regenerate/use a configuration per device or ask us.