Linux

Debian 12

  1. First install wireguard on your server, as root run the following commands:
apt install wireguard resolvconf
  1. Download the Linux configuration from your IP address. Copy the pi0.conf to:
/etc/wireguard/
  1. Start the service:
systemctl start wg-quick@pi0
  1. If you want to start the service on boot then:
systemctl enable wg-quick@pi0
  1. Check the Wireguard interface is up:
wg show
  1. You are now online. Remember to allow applications through the firewall.