Files
cheatsheet-tldr/tldr/linux/pivpn
2025-08-17 00:22:45 +00:00

31 lines
572 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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`