Back to VPN

Setup Guides

Windows

Install WireGuard on Windows for the best performance.

  1. Download WireGuard from wireguard.com/install
  2. Install and open the application
  3. Click "Import tunnel(s) from file"
  4. Select your downloaded .conf file
  5. Click "Activate"

macOS

WireGuard is available on macOS via App Store or Homebrew.

  1. Download from App Store or: brew install wireguard-tools
  2. Import your .conf file
  3. Toggle the switch to connect

iOS

Download WireGuard from the App Store.

  1. Install WireGuard from App Store
  2. Tap the + button
  3. Select "Create from QR code"
  4. Scan the QR code from our website
  5. Toggle to connect

Android

Get WireGuard from Google Play or F-Droid.

  1. Install WireGuard from Play Store
  2. Tap the + button
  3. Choose "Scan from QR code"
  4. Point camera at QR code
  5. Tap toggle to connect

Linux

Install WireGuard via your package manager.

# Ubuntu/Debian
sudo apt install wireguard

# Fedora
sudo dnf install wireguard-tools

# Arch
sudo pacman -S wireguard-tools

# Configuration
sudo cp wg.conf /etc/wireguard/wg0.conf
sudo wg-quick up wg0
sudo wg-quick down wg0

Kill Switch

The kill switch prevents data leaks if the VPN disconnects.

Important: Enable this in WireGuard settings before connecting.

# WireGuard Desktop: Settings -> Enable Kill Switch
# WireGuard Mobile: Edit tunnel -> Toggle "Block connections without VPN"