2025-03-14 21:59:59 -06:00
|
|
|
# openvpn3
|
|
|
|
|
|
|
|
|
|
> OpenVPN 3 Linux client.
|
|
|
|
|
> More information: <https://community.openvpn.net/openvpn/wiki/OpenVPN3Linux>.
|
|
|
|
|
|
|
|
|
|
- Start a new VPN session:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`openvpn3 session-start {{[-c|--config]}} {{path/to/config.conf}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- List established sessions:
|
|
|
|
|
|
|
|
|
|
`openvpn3 sessions-list`
|
|
|
|
|
|
|
|
|
|
- Disconnect the currently established session started with given configuration:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`openvpn3 session-manage {{[-c|--config]}} {{path/to/config.conf}} {{[-D|--disconnect]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Import VPN configuration:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`openvpn3 config-import {{[-c|--config]}} {{path/to/config.conf}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- List imported configurations:
|
|
|
|
|
|
|
|
|
|
`openvpn3 configs-list`
|