WireGuard Setup

Step 1: Download the WireGuard App

iOSApp Store — WireGuard
AndroidGoogle Play — WireGuard
Windowswireguard.com/install — download .exe
macOSApp Store — WireGuard
Linuxwireguard.com/install — instructions for your distro

Step 2: Create a Connection in RuSolv

  1. 1Log in to your RuSolv account at rusolv.com
  2. 2Go to the Connections section
  3. 3Click New Connection
  4. 4Select a server location
  5. 5Choose the WireGuard protocol
  6. 6Choose a plan (hourly or monthly)
  7. 7Click Create

After creation you will receive:

  • A QR code for mobile devices
  • A .conf file for desktop import

Step 3: Import the Configuration

iOS / Android
  1. 1Open the WireGuard app
  2. 2Tap + → Create from QR code
  3. 3Scan the QR code from your RuSolv dashboard
  4. 4Grant VPN permission
  5. 5Activate the tunnel
Windows
  1. 1Open WireGuard
  2. 2Click Import tunnel(s) from file
  3. 3Select the downloaded .conf file
  4. 4Click Activate
macOS
  1. 1Open WireGuard
  2. 2Click Import tunnel(s) from file or drag the .conf file in
  3. 3Allow the VPN configuration to be added
  4. 4Click Activate
Linux
# Copy the .conf file
sudo cp rusolv.conf /etc/wireguard/

# Start
sudo wg-quick up rusolv

# Enable on boot
sudo systemctl enable wg-quick@rusolv

Verify the Connection

After activating the tunnel:

  • Open whatismyip.com
  • Your IP address should match the selected server location
  • The WireGuard app will show traffic statistics (TX/RX)