System Grab Bag

View all TLDR pages from Linux (or from all pages)

openvpn3

OpenVPN 3 Linux client. More information: https://community.openvpn.net/openvpn/wiki/OpenVPN3Linux.
  • Start a new VPN session:
    openvpn3 session-start --config {{path/to/config.conf}}
  • List established sessions:
    openvpn3 sessions-list
  • Disconnect the currently established session started with given configuration:
    openvpn3 session-manage --config {{path/to/config.conf}} --disconnect
  • Import VPN configuration:
    openvpn3 config-import --config {{path/to/config.conf}}
  • List imported configurations:
    openvpn3 configs-list

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.