Linux
Setup Instructions
- 1. From the terminal type in:
apt update
apt install wireguard wireguard-tools
You can also go to the wireguard official website to see for a specific distro. - 2. Go to the wireguard config generator

- 3. Select the Location you'd like to use and the Device Name
- 4. Click on Download .conf and save the file in /etc/wireguard.
- 5. Whatever you call the .conf file is how you will bring it up, so if you save it as /etc/wireguard/new.conf, the command will be
wg-quick up new - 6. To disconnect:
wg-quick down new