ovpn-admin icon indicating copy to clipboard operation
ovpn-admin copied to clipboard

Set Configuration

Open X-UIP opened this issue 1 year ago • 2 comments

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!?

X-UIP avatar May 02 '23 04:05 X-UIP

also interested question above. How to secure web-admin panel at least with login/password ?

trooper1 avatar Jun 01 '23 07:06 trooper1

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)

pashcovich avatar Jun 01 '23 08:06 pashcovich