1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-26 19:43:59 +02:00
tldr/pages/linux/pivpn.md
Managor fc3a8d07a1
*: use a more specific more info link, io domain (#17676)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
2025-08-16 10:32:10 +03:00

480 B

pivpn

Easy security-hardened OpenVPN setup and manager. Originally designed for the Raspberry Pi, but works on other Linux devices too. More information: https://docs.pivpn.io/openvpn/.

  • Add a new client device:

sudo pivpn add

  • List all client devices:

sudo pivpn list

  • List currently connected devices and their statistics:

sudo pivpn clients

  • Revoke a previously authenticated device:

sudo pivpn revoke

  • Uninstall PiVPN:

sudo pivpn uninstall