unable to reach my openvpn web ui
Hello there,
I just created linodes
With currently installed debian 9 and install openvpn access server and its. complete success
How ever i have a problem i cant access my web ui
http://myipv4adress:943/admin
I got This page isn’t working response
Thanks
1 Reply
@jersnet - Was there a particular guide you used to set this up? I just tested this out with Debian 9 using this guide and it worked:
https://www.linode.com/docs/networking/vpn/install-openvpn-access-server-on-linux/
When I visit my IP at the below URL I see the OpenVPN login:
https://myIPv4Address:943/admin/
This allows me to login as the openvpn
user after setting the password using:
sudo passwd openvpn
However, when I try it with only http it refuses to connect altogether. I noticed you used http and the guide mentions using https. Did you try it with https?
If needed, you could check if anything is listening on port 943 with the below command:
ss -plant | grep 943