I can't find the config file of OpenVPN AS on Azure

Business solution to host your own OpenVPN server with web management interface and bundled clients.
Post Reply
stevekhoa
OpenVpn Newbie
Posts: 2
Joined: Thu Feb 24, 2022 5:59 pm

I can't find the config file of OpenVPN AS on Azure

Post by stevekhoa » Thu Feb 24, 2022 6:16 pm

Anyone please tell me where i config file location?

chilinux
OpenVPN Power User
Posts: 156
Joined: Thu Mar 28, 2013 8:31 am

Re: I can't find the config file of OpenVPN AS on Azure

Post by chilinux » Thu Feb 24, 2022 10:43 pm

Configuration files aren't normally stored in OpenVPN configuration file format. Instead, those are generated on the fly based on the settings stored in the OpenVPN AS database (which is stored in sqlite format or in mysql).

You can add configuration directive to be added to the generated files in the Advanced VPN section of the control panel as explained here:
https://openvpn.net/access-server-manua ... anced-vpn/

You can generate the client/user configuration files from the command line by following this document:
https://openvpn.net/vpn-server-resource ... nstallers/

Post Reply