Skip to main content
🐧

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

1

Install WireGuard: sudo apt install wireguard (Ubuntu/Debian), sudo dnf install wireguard-tools (Fedora), or sudo pacman -S wireguard-tools (Arch).

2

Log in to your LimeVPN dashboard at portal.limevpn.com and download your .conf file.

3

Copy the config: sudo cp limevpn-us.conf /etc/wireguard/

4

Connect: sudo wg-quick up limevpn-us

5

Verify: sudo wg show (should display your tunnel with a recent handshake).

6

Disconnect: sudo wg-quick down limevpn-us

7

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

WireGuard (recommended)OpenVPN (UDP/TCP)

How to Download Your Config File

  1. 1 Log in at portal.limevpn.com with your account email.
  2. 2 Download the .conf file for your preferred server location.
  3. 3 Place it in /etc/wireguard/ with a recognizable name (e.g., limevpn-uk.conf).
  4. 4 The filename (minus .conf) becomes the interface name used with wg-quick.

Need help setting up? Follow our step-by-step guide.