How to Set Up LimeVPN on Linux — Step-by-Step Guide

WireGuard (Recommended)

# Ubuntu/Debian
sudo apt install wireguard

# Fedora
sudo dnf install wireguard-tools

# Arch
sudo pacman -S wireguard-tools
  1. Download your WireGuard config from the LimeVPN dashboard
  2. Copy: sudo cp limevpn.conf /etc/wireguard/
  3. Connect: sudo wg-quick up limevpn
  4. Verify: sudo wg show

Auto-Start on Boot

sudo systemctl enable wg-quick@limevpn