ovpn-admin
ovpn-admin copied to clipboard
Set Configuration
How can set password, Port, ip panel for configuration ovpn admin panel? I see all of commands but no where for set user,pass,ip,port!?
also interested question above. How to secure web-admin panel at least with login/password ?
right now there is no way to set a login/password for the web interface, but you can use nginx or other software for this. ip and port can be set by specifying the flags
--listen.host="0.0.0.0" host for ovpn-admin
(or OVPN_LISTEN_HOST)
--listen.port="8080" port for ovpn-admin
(or OVPN_LISTEN_PORT)