mirror of
https://github.com/adamwalach/openvpn-web-ui.git
synced 2026-04-25 12:56:47 +03:00
[GH-ISSUE #28] ubuntu 18 installl #24
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/openvpn-web-ui#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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
@imranext commented on GitHub (Jan 6, 2021):
I can't login. i've install this on my server. please help