mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 13:49:15 -05:00
[GH-ISSUE #458] Can not access web ui #10226
Reference in New Issue
Block a user
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 @gilbrotheraway on GitHub (Apr 4, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/458
i set up everything as explained in the docs with example configs exactly as described, double checked on noted.lol and other internet guides yet I can't access the web ui
now why is it not even accessible locally, are you supposed to expose the control panel to the internet by default?
why use traefik when it's the worst option of ALL the main ones including caddy(which are also much lighter and have more plugins)
@oschwartz10612 commented on GitHub (Apr 4, 2025):
Hello,
We appreciate the feedback. I have updated the title to more accurately reflect the issue we are trying to solve here.
Your logs look good so this might be a Traefik or networking issue. When you visit your domain in the browser what is the error you receive? This will help to pinpoint if traffic is getting to the VPS or if this could be a DNS or firewall issue.
In the meantime I would check the following:
Do you have ports 443, 80, and 51280 exposed on your VPS?
Double check your traefik config files to make sure that you have the correct domain in there that you are pointing to the VPS
Make sure your domain has an A record pointing to the VPS
@gilbrotheraway commented on GitHub (Apr 4, 2025):
I'm self hosting the whole thing
as I'd read it's not necessary to open router ports this way? the domain doesn't load
records are pointed as normal on cloudflare, i.e:
A domain.com > IP
CNAME *.domain.com > domain.com
@miloschwartz commented on GitHub (Apr 4, 2025):
It is necessary to open ports on the server/network running the server side (Pangolin, Traefik, Gerbil). It is not necesary to open ports on the server/network running Newt (site connector) because everything is sent over the tunnel. If you can't open ports, the ideal setup is to deploy Pangolin server components to a VPS with a public IP, and then install Newt on the closed network. Hope that helps!
@gilbrotheraway commented on GitHub (Apr 5, 2025):
oh boy!
so if I'm using * certs and dns challenge i need to open port 443?
@miloschwartz commented on GitHub (Apr 5, 2025):
Yes, with wildcards, you still need TCP 443 open. You will also need UDP 51820 open for WireGuard traffic if you plan to use tunnels.