1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/pivpn.md

26 lines
471 B
Markdown
Raw Normal View History

2019-01-29 06:48:01 +00:00
# pivpn
> Easy security-hardened OpenVPN setup and manager.
> Originally designed for the Raspberry Pi, but works on other Linux devices too.
2024-10-12 10:02:00 +02:00
> More information: <https://www.pivpn.io/>.
2019-01-29 06:48:01 +00:00
- 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`