Setup Guide
Step-by-step instructions for every platform. You'll need the
wirepath.conf
file and QR code that were emailed to you after purchase.
Before you begin
Check your inbox (and spam folder) for an email from noreply@wire-path.com with the subject
"Your WirePath VPN is ready". It contains your
wirepath.conf
file and a QR code image β you'll need one of these to import your tunnel below.
If it hasn't arrived after 5 minutes,
contact us.
Choose your platform
Works on macOS 12 Monterey and later. Compatible with both Intel and Apple Silicon Macs.
Download WireGuard from the Mac App Store β it's free and the official client.
Download on the App StoreOpen the email from WirePath and save the attached wirepath.conf file to your Mac (e.g. your Downloads folder).
wirepath.conf file and click Open.Click the toggle switch next to wirepath to connect. The status will change to Active within a few seconds.
You can also enable or disable the VPN from the WireGuard icon in your Mac's menu bar.
Visit whatismyipaddress.com β your IP address should match the server IP from your welcome email.
Tip: Connect on startup
In WireGuard preferences, you can set the tunnel to connect automatically when your Mac boots.
Quick info
Troubleshooting
.conf β some mail clients rename attachments.Works on Windows 10 and Windows 11 (64-bit). Requires administrator access to install.
Download the official Windows installer from wireguard.com β it's free and open source.
Download WireGuard for WindowsRun the downloaded wireguard-installer.exe and click through the installer. Click Yes if Windows asks for admin permission.
Open the email from WirePath and save the attached wirepath.conf file somewhere easy to find, such as your Desktop or Downloads folder.
.conf file directly onto the WireGuard window.wirepath.conf file and click Open.Select wirepath in the left panel, then click the "Activate" button. The status will change to Active.
To disconnect, click "Deactivate". WireGuard also appears in the Windows system tray for quick access.
Visit whatismyipaddress.com β your IP address should match the server IP from your welcome email.
Tip: Launch on startup
Right-click the WireGuard system tray icon and choose Launch WireGuard on Startup.
Quick info
Troubleshooting
WireGuard is built into the Linux kernel (5.6+). These instructions work on Ubuntu, Debian, Fedora, Arch, and most modern distros.
Choose the command for your distribution:
Ubuntu / Debian
sudo apt install wireguard
Fedora / RHEL / CentOS Stream
sudo dnf install wireguard-tools
Arch Linux
sudo pacman -S wireguard-tools
openSUSE
sudo zypper install wireguard-tools
Save the wirepath.conf attachment from your email, then move it to the WireGuard config directory:
sudo cp ~/Downloads/wirepath.conf /etc/wireguard/wirepath.conf
Adjust the source path if you saved it somewhere other than Downloads.
The config contains your private key β restrict read access:
sudo chmod 600 /etc/wireguard/wirepath.conf
sudo wg-quick up wirepath
To disconnect: sudo wg-quick down wirepath
Check that the tunnel is active:
sudo wg show
You should see a latest handshake timestamp β that confirms you're connected. You can also check your public IP: curl ifconfig.me
Enable the WireGuard systemd service so it starts automatically:
sudo systemctl enable --now wg-quick@wirepath
To disable auto-start: sudo systemctl disable wg-quick@wirepath
Using a desktop GUI?
GNOME and KDE both have built-in WireGuard support in Network Settings. You can import the .conf file directly via the network manager GUI without using the terminal.
Quick info
Troubleshooting
sudo apt install wireguard-dkmssudo mkdir /etc/wireguardThe easiest way is to scan the QR code from your email β it takes under 30 seconds. Requires iOS 15 or later.
Option A β Scan QR code (recommended, fastest)
Open the email from WirePath on a different device (computer or another phone) so you can scan the QR code image with your iPhone.
Open the WireGuard app on your iPhone, tap the "+" button in the top-right, then select "Create from QR code".
Point your iPhone camera at the QR code displayed on the other screen. Once scanned, give the tunnel a name (e.g. WirePath) and tap Save.
Option B β Import config file
Open the WirePath email directly on your iPhone (in Mail, Gmail, or another email app). Tap and hold the wirepath.conf attachment, then choose "Share" β "Copy to WireGuard".
Alternatively, save the file to iCloud Drive or Files, then in WireGuard tap "+" β "Create from file or archive" and select it.
Tap the toggle next to your tunnel. iOS will ask permission to add a VPN configuration β tap Allow.
A VPN icon will appear in the iOS status bar when you're connected. Tap the toggle again to disconnect.
Tip: On-Demand activation
In WireGuard, tap the tunnel name β Edit β On-Demand Activation. You can set WirePath to connect automatically on Wi-Fi, cellular, or both.
Quick info
Troubleshooting
Works on Android 5.4 (Lollipop) and later. Scanning the QR code is the quickest method.
Download the official WireGuard app from Google Play.
Get it on Google PlayNo Google Play? Download the APK directly from wireguard.com/install.
Option A β Scan QR code (recommended, fastest)
Open the email from WirePath on a different device (computer or another phone) so you can scan the QR code with your Android phone.
Open the WireGuard app on your Android phone, tap the "+" button in the bottom-right corner, then select "Scan from QR code".
Point your Android camera at the QR code. Once recognised, give the tunnel a name and tap Create tunnel.
Option B β Import config file
Open the WirePath email on your Android phone and save (download) the wirepath.conf attachment to your Downloads folder.
In the WireGuard app, tap "+" β "Import from file or archive", navigate to Downloads, and select wirepath.conf.
Tap the toggle next to your tunnel to activate it. Android will ask you to allow WireGuard to set up a VPN β tap OK.
A key icon in the status bar indicates the VPN is active. Tap the toggle again to disconnect.
Open a browser and visit whatismyipaddress.com. Your IP address should match the server IP in your WirePath welcome email.
Tip: Always-on VPN
Go to Android Settings β Network & internet β VPN, tap the gear icon next to WireGuard, and enable Always-on VPN. This keeps your tunnel active even after a reboot.
Quick info
Troubleshooting
Find answers to common questions about your config file, multiple devices, QR codes, and connection issues.
Visit the Help & FAQ page