Forrest logo
tool overview
On this page you find all important commands for the CLI tool openvpn3. If the command you are looking for is missing please ask our AI.

openvpn3

OpenVPN3 is a versatile and powerful command line tool for setting up and managing virtual private networks (VPNs). It is an improved version of the widely used OpenVPN protocol, providing enhanced security and performance features. The tool allows users to establish secure connections over public networks using encryption and authentication methods, ensuring confidentiality and integrity of data transmission. OpenVPN3 supports multiple platforms, including Windows, macOS, Linux, iOS, and Android, enabling users to connect from various operating systems. It offers advanced features such as multi-hop routing, dynamic IP address assignment, and support for IPv6, allowing for flexible network configurations. The command line interface provides granular control over network settings, making it ideal for advanced users or system administrators who require extensive customization options. Overall, OpenVPN3 is a reliable and efficient solution for establishing secure VPN connections through a command line interface.

List of commands for openvpn3:

  • openvpn3:tldr:0849e openvpn3: Start a new VPN session.
    $ openvpn3 session-start --config ${path-to-config-conf}
    try on your machine
    explain this command
  • openvpn3:tldr:64625 openvpn3: Disconnect the currently established session started with given configuration.
    $ openvpn3 session-manage --config ${path-to-config-conf} --disconnect
    try on your machine
    explain this command
  • openvpn3:tldr:78afa openvpn3: List imported configurations.
    $ openvpn3 configs-list
    try on your machine
    explain this command
  • openvpn3:tldr:9b04a openvpn3: Import VPN configuration.
    $ openvpn3 config-import --config ${path-to-config-conf}
    try on your machine
    explain this command
  • openvpn3:tldr:ed079 openvpn3: List established sessions.
    $ openvpn3 sessions-list
    try on your machine
    explain this command
tool overview