Install WireGuard on PiKVM
PiKVM is based on Arch Linux
Enable Read Write
rw
Update Repo
sudo pacman -Syy
Install
pacman -S wireguard-tools
Create Config
sudo nano /etc/wireguard/wg0.conf
Auto Start
sudo systemctl enable --now wg-quick@wg0
Enable Read Only
ro
Related
- WireGuard Essentials
- Install WireGuard on Raspberry Pi Zero W
- Install WireGuard on Raspberry Pi Raspbian
- Enable IP Forwarding in Linux
- UFW Uncomplicated Firewall
- VPN Only UFW Setup
- HMA VPN Linux Setup
Links
- https://www.wireguard.com/install/
- https://docs.pikvm.org/