2025-03-14 21:59:59 -06:00
|
|
|
# pivpn
|
|
|
|
|
|
|
|
|
|
> Easy security-hardened OpenVPN setup and manager.
|
|
|
|
|
> Originally designed for the Raspberry Pi, but works on other Linux devices too.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://docs.pivpn.io/openvpn/>.
|
2025-03-14 21:59:59 -06: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`
|