← Back to account
YMR VPN — client setup
After you subscribe and add a device in the portal, you download a
.conf file (one-time download — keep it safe, it contains your
private key). Then follow the steps for your platform.
Windows
macOS
Linux
iOS
Android
Windows
Download and install the official WireGuard client .
Open WireGuard → Add Tunnel → Import tunnel(s) from file… → pick your downloaded .conf.
Select the tunnel and click Activate .
Linux
Install wireguard-tools from your distribution:
sudo apt install wireguard # Debian/Ubuntu
sudo dnf install wireguard-tools # Fedora
sudo pacman -S wireguard-tools # Arch
Then import and activate:
sudo cp ymr-vpn.conf /etc/wireguard/
sudo wg-quick up ymr-vpn # connect
sudo wg-quick down ymr-vpn # disconnect
To connect on boot: sudo systemctl enable wg-quick@ymr-vpn
iOS
Install WireGuard from the App Store .
+ → Create from QR code (show the QR from the portal device card) or import the .conf via Files.
Toggle the tunnel On .
Troubleshooting
No internet through the tunnel: check that the tunnel shows a recent
Latest handshake (a few seconds to minutes old).
Handshake never happens: make sure your network doesn't block UDP 51830
(some corporate/hotel Wi-Fi does — try a different network or hotspot).
Lost your config or added a new device? Revoke the old device in the
portal and create a new one — each device gets its own key.