Secure VPN Setup
brew install wireguard-tools
winget install WireGuard.WireGuard
sudo apt install wireguard-toolssudo dnf install wireguard-tools
Scan this QR code with the WireGuard mobile app:
Or download the config file:
sudo cp r5-vpn.conf /etc/wireguard/r5.conf && sudo wg-quick up r5If you prefer to generate your own WireGuard keypair locally (private key never leaves your device):
wg genkey | tee privatekey | wg pubkey > publickeyInstall the RealmFive CA certificate to access internal services:
sudo cp r5-ca.crt /usr/local/share/ca-certificates/ && sudo update-ca-certificates
Verify your connection:
ping auth.r5.lanIf you have any issues, reach out to your admin in Slack.