Linux
Setup Instructions
Here are some GUI instructions specific to some distros:
- Ubuntu
If your favorite one is not yet listed above, just let us know and we'll add it here for you.
For Command line 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
If you're using qBittorrent, change these settings.