WireGuard with Linux - Terminal
1
Install WireGuard from your distro, see WireGuard Install section for more distro-specific information
2
Log in this site.Enter Config Generator
Click on your favorite option.
Click on "Generate".
Download or extract files.
3
With wg-quick, the config file name will be used as interface name, but our Config Generator builds too complex names. So, rename the .conf file you want to use to a friendly interface name, e.g.
mv /home/myuser/Downloads/AirVPN_BE-Brussels_Columba_UDP-1637.conf /home/myuser/Downloads/wg.conf
4
To start tunnel
sudo wg-quick up /home/myuser/Downloads/wg.conf(note: use a full-path)
5
To stop tunnel
sudo wg-quick down /home/myuser/Downloads/wg.confUse an absolute path to qualify your .conf.