Skip to content
Linux Setup Guide

LookerVPN for Linux

Use WireGuard on Linux with LookerVPN. No proprietary app needed — just install WireGuard and import your config.

Native WireGuardNo proprietary softwareAll major distros

Step 1: Install WireGuard

Select your distribution to see installation commands

Ubuntu 20.04+, Debian 11+, Linux Mint, Pop!_OS

$ sudo apt update
$ sudo apt install wireguard

Verify the installation: wg --version

Step 2: Generate Your Config

Create a WireGuard configuration from your LookerVPN dashboard

Zero-Knowledge Config Generation

Your private key is generated in your browser and never sent to our servers. Download the .conf file from your account dashboard.

Go to Dashboard

Don't have an account? Get one in 10 seconds

Step 3: Import and Connect

Move the config file and start the VPN

Copy the config file to WireGuard's directory:

$ sudo cp ~/Downloads/lookervpn.conf /etc/wireguard/
$ sudo chmod 600 /etc/wireguard/lookervpn.conf

Start the VPN connection:

$ sudo wg-quick up lookervpn

Verify your connection:

$ sudo wg show

To disconnect:

$ sudo wg-quick down lookervpn

Optional: Auto-connect on boot

$ sudo systemctl enable wg-quick@lookervpn

To disable auto-connect: sudo systemctl disable wg-quick@lookervpn

Frequently Asked Questions

Ready to get started?

14-day money-back guarantee. No email required.

Also available for:

    LookerVPN for Linux - WireGuard Setup Guide