Page 1 of 1

Cannot launch openvpn-status

Posted: Fri Mar 22, 2019 12:01 pm
by koniuszkoMariano
Hello, I try to run openvpn-status in my browser. I'm new in servers so forgive me for my limited knowlege. I install openvpn on my debian 9 VPS server in ArubaCloud with Nyr script [https://github.com/Nyr/openvpn-install]. First I try to run openvpn-monitor [https://github.com/furlongm/openvpn-monitor/]. I install it with nginx + uwsgi method. But I cannot run it because when I add those lines:

Code: Select all

management 127.0.0.1 5555
to /etc/openvpn/server.conf nothing happen.
Second I install openvpn-status from: https://github.com/AuspeXeu/openvpn-status. There's the same situation. I add

Code: Select all

management 127.0.0.1 7656
to server.conf. Start that app and cannot connect to http://127.0.0.1:3013.
That is my logs: https://paste.gnome.org/pczwwltwo, maybe will help.
Regards.