Skip to content

Instantly share code, notes, and snippets.

@azetherpat
azetherpat / PIAGatewaySetup.md
Last active December 31, 2024 02:54 — forked from helloavo/PIAGatewaySetup.md
Setup Linux server to act as a PIA VPN Gateway

Install Debian 11 and update

apt update && apt dist-upgrade -y && apt install libgthread curl ufw -y

If the only account is root, create a new account

adduser pia-gateway
usermod -aG sudo pia-gateway
su pia-gateway