flant / ovpn-admin

Simple web UI to manage OpenVPN users.
Apache License 2.0
1.39k stars 261 forks source link

Unable to connect to web UI #136

Open bootsie123 opened 2 years ago

bootsie123 commented 2 years ago

Hi everyone! I'm trying to setup ovpn-admin on Ubuntu 22.04 using Docker and I'm running into an issue. When I run the start script everything seems to go well. However, I can't seem to access the web ui via port 8080. It shows in docker that it's being used and nmap shows that both ports 7777 and 8080 are there (the status shows as filtered).

Any ideas? Thanks!

ziXet commented 2 years ago

Can you paste your docker run command here?

bootsie123 commented 2 years ago

Sure. I'm using the start.sh script

docker-compose -p openvpn-master up -d --build

ziXet commented 2 years ago

Can you also check the ovpn-admin container logs?

docker-compose logs ovpn-admin
o-albot commented 1 year ago

Same problem root@ubuntu:~/docker/ovpn-admin/setup# docker-compose logs ovpn-admin Attaching to

curl only works only 127.0.0.1:8080

when trying to delete: root@ubuntu:~/docker/ovpn-admin# docker-compose -f docker-compose.yaml down Removing network ovpn-admin_default WARNING: Network ovpn-admin_default not found.