Setup Guide
· 1 min read
How to Set Up LimeVPN on Linux — Step-by-Step Guide
Configure LimeVPN on Ubuntu, Debian, Fedora, and Arch Linux.
Get connected in under 5 minutes. Follow each numbered step in order. Need help? Contact support →
Table of Contents
WireGuard (Recommended)
# Ubuntu/Debian
sudo apt install wireguard
# Fedora
sudo dnf install wireguard-tools
# Arch
sudo pacman -S wireguard-tools- Download your WireGuard config from the LimeVPN dashboard
- Copy:
sudo cp limevpn.conf /etc/wireguard/ - Connect:
sudo wg-quick up limevpn - Verify:
sudo wg show
Auto-Start on Boot
sudo systemctl enable wg-quick@limevpn