HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pivpn — Easy security-hardened OpenVPN setup and manager. Originally designed for the Raspberry Pi, but work

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandpivpnsecurityeasyhardenedcliopenvpnsetup
linux

Problem

How to use the pivpn command: 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/>.

Solution

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

Code Snippets

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

Context

tldr-pages: linux/pivpn

Revisions (0)

No revisions yet.