LimeVPN for Linux
Set up LimeVPN on Ubuntu, Debian, Fedora, or Arch using the native WireGuard kernel module. The fastest VPN option for Linux.
Log in to your LimeVPN portal to download your personal WireGuard config file.
Setup Instructions — Linux
Install WireGuard: sudo apt install wireguard (Ubuntu/Debian), sudo dnf install wireguard-tools (Fedora), or sudo pacman -S wireguard-tools (Arch).
Log in to your LimeVPN dashboard at portal.limevpn.com and download your .conf file.
Copy the config: sudo cp limevpn-us.conf /etc/wireguard/
Connect: sudo wg-quick up limevpn-us
Verify: sudo wg show (should display your tunnel with a recent handshake).
Disconnect: sudo wg-quick down limevpn-us
Auto-start on boot: sudo systemctl enable wg-quick@limevpn-us
Features
- ✓ WireGuard kernel module — lowest latency
- ✓ CLI: wg-quick up limevpn
- ✓ Automatic reconnect
- ✓ Kill switch via iptables/nftables
- ✓ Custom DNS servers
System Requirements
- • Ubuntu 20.04+, Debian 11+, Fedora 36+, or Arch
- • Linux kernel 5.6+ (WireGuard built-in)
- • Root/sudo access
Supported Protocols
How to Download Your Config File
- 1 Log in at portal.limevpn.com with your account email.
- 2 Download the .conf file for your preferred server location.
- 3 Place it in /etc/wireguard/ with a recognizable name (e.g., limevpn-uk.conf).
- 4 The filename (minus .conf) becomes the interface name used with wg-quick.
Need help setting up? Follow our step-by-step guide.