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