adamwalach / openvpn-web-ui

Web interface (with golang backend) for monitoring and administration of OpenVPN server
MIT License
673 stars 274 forks source link

ubuntu 18 installl #28

Open senkron24 opened 4 years ago

senkron24 commented 4 years ago

hi

i have allready install this https://github.com/angristan/openvpn-install and work very nice no problems all perfeckt only i want to monitor and get a webinterface for see statistic etc.. and try this webui bud as i try all waht in readme i cant get running its thare any step by step instalation for beginner for ubuntu webui

kind regarts

sinankizar commented 4 years ago

Actually I have installed OpenVPN with same way. I have managed to run the OpenVPN WebUI with the help of installation guides. But now I can login and see the webui but there is an error. And web page says MAPPING ERR... I am attaching the screenshot. Can anyone guide us through the implementation with angristans script? Thanks in advance. BTW I am on 16.04 lts.

https://imgur.com/a/fL0uy43

And if anyone interested how my openvpn config file looks like:

port 1194 proto udp dev tun user nobody group nogroup persist-key persist-tun keepalive 10 120 topology subnet server 10.8.0.0 255.255.255.0 ifconfig-pool-persist ipp.txt push "dhcp-option DNS 1.0.0.1" push "dhcp-option DNS 1.1.1.1" push "redirect-gateway def1 bypass-dhcp" dh none ecdh-curve prime256v1 tls-crypt tls-crypt.key 0 crl-verify crl.pem ca ca.crt cert server_xXxpWosieBEqQzeA.crt key server_xXxpWosieBEqQzeA.key auth SHA256 cipher AES-128-GCM ncp-ciphers AES-128-GCM tls-server tls-version-min 1.2 tls-cipher TLS-ECDHE-ECDSA-WITH-AES-128-GCM-SHA256 client-config-dir /etc/openvpn/ccd status /var/log/openvpn/status.log verb 3

imranext commented 3 years ago

I can't login. i've install this on my server. please help