Install WireGuard on PiKVM

Linux Logo

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
  • https://www.wireguard.com/install/
  • https://docs.pikvm.org/