Celeb Glow
updates | March 24, 2026

Where is OpenVPN's client configuration from Network-manager's OpenVPN plugin?

I know how to write and when to put OpenVPN's config files for clients but I would like to be able to see the config files generated by network-manager-openvpn plugin. (For instance to change logging verbosity)

Namely this one:

enter image description here

Any idea where are they stored ?

2

2 Answers

According to this in /etc/NetworkManager/system-connections. Although, it looks like the VPN configs are in /etc/NetworkManager/VPN

I think your client configuration file is located at /etc/openvpn/client.conf.

The following command should allow access:

sudo gedit /etc/openvpn/client.conf

Good luck.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy