snippetbashTip
pivpn — Easy security-hardened OpenVPN setup and manager. Originally designed for the Raspberry Pi, but work
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 addList all client devices:
sudo pivpn listList currently connected devices and their statistics:
sudo pivpn clientsRevoke a previously authenticated device:
sudo pivpn revokeUninstall PiVPN:
sudo pivpn uninstallCode Snippets
Add a new client device
sudo pivpn addList all client devices
sudo pivpn listList currently connected devices and their statistics
sudo pivpn clientsRevoke a previously authenticated device
sudo pivpn revokeUninstall PiVPN
sudo pivpn uninstallContext
tldr-pages: linux/pivpn
Revisions (0)
No revisions yet.