Page 1 of 1

openvpnAS configuration file location on linux.

Posted: Fri Feb 03, 2023 6:29 pm
by mohdis
I have Installed openvpn server access from official website and I did all settings from webadmin, where can I find server.conf saved on linux I want make some modifications on it, like client-connect , client-disconnect commands ?

please help .

Re: openvpnAS configuration file location on linux.

Posted: Fri Feb 03, 2023 7:16 pm
by Pippin
mohdis wrote:
Fri Feb 03, 2023 6:29 pm
I have Installed openvpn server access
Which version are you using?
Is it Access Server?: https://openvpn.net/access-server/

Re: openvpnAS configuration file location on linux.

Posted: Fri Feb 03, 2023 8:02 pm
by mohdis
Yes, this copy https://openvpn.net/access-server/ with latest version .

Re: openvpnAS configuration file location on linux.

Posted: Wed Feb 08, 2023 8:13 am
by openvpn_inc
Hello,

OpenVPN Access Server makes configuration for the OpenVPN daemons by using settings on the admin UI and command line. It does not have a server.conf that you can manually edit. You can try putting manual entries into the 'server config directive overrides' field in Advanced VPN in the admin UI. But I am pretty sure that client-connect and client-disconnect are unsupported directives for OpenVPN Access Server.

If you need something to happen when a client connects, post-auth scripting can be used on Access Server to achieve something similar.
https://openvpn.net/vpn-server-resource ... -examples/

Kind regards,
Johan