Knowledgebase Set Up the WireGuard Client on Linux

Set Up the WireGuard Client on Linux

VPN, WireGuard, Linux 3 Was this answer helpful? Print

Connect to your POT VPN on Linux using the WireGuard command-line client.

Set up the connection

  1. Open the one-time link you received in a browser to see your VPN setup page.

Your VPN setup page

  1. Install the client: sudo apt install wireguard
  2. Create a config file: cd /etc/wireguard/ then sudo nano wg0.conf
  3. Copy the configuration text from your VPN page into the file and save it.

Paste the config into wg0.conf

  1. Bring the tunnel up: sudo wg-quick up wg0

To disconnect later, run sudo wg-quick down wg0.

Was this answer helpful?

Related Articles