[GH-ISSUE #28] ubuntu 18 installl #24

Open
opened 2026-02-25 20:30:18 +03:00 by kerem · 2 comments
Owner

Originally created by @senkron24 on GitHub (Jun 29, 2020).
Original GitHub issue: https://github.com/adamwalach/openvpn-web-ui/issues/28

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

Originally created by @senkron24 on GitHub (Jun 29, 2020). Original GitHub issue: https://github.com/adamwalach/openvpn-web-ui/issues/28 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
Author
Owner

@sinankizar commented on GitHub (Aug 12, 2020):

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

<!-- gh-comment-id:673016541 --> @sinankizar commented on GitHub (Aug 12, 2020): 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
Author
Owner

@imranext commented on GitHub (Jan 6, 2021):

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

<!-- gh-comment-id:755244628 --> @imranext commented on GitHub (Jan 6, 2021): I can't login. i've install this on my server. please help
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/openvpn-web-ui#24
No description provided.