mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 05:39:49 -05:00
403 Access Denied on Fresh Installation #162
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 @leopck on GitHub (Mar 21, 2025).
I followed the guide to install, mostly just setting up my DNS to point to my A record IP address on my server, I'm using CloudFlare's DNS but I turned off Proxy so it's just Proxying DNS only so no CloudFlare redirection.
My installation steps are:
Then I tried to access via my domain name
xyz.comand I got 403 Unauthorized. Also, all the docker logs are not showing any errors :(traefik logs:
gerbil logs:
pangolin logs:
Crowdsec logs:
@oschwartz10612 commented on GitHub (Mar 21, 2025):
My guess is that this is crowdsec blocking you. You could try to disable crowdsec or whitelist your host. Take a look at a couple of hhf's guides:
https://forum.hhf.technology/t/crowdsec-manager-for-pangolin-user-guide/579
https://forum.hhf.technology/t/whitelisting-ips-and-users-in-crowdsec-with-pangolin/575
@leopck commented on GitHub (Mar 21, 2025):
I believe it could be related to this as well.
I got it to work but I don't see why.
So my VPC's name is XYZ and during the installation, initially I chose my Dashboard domain name to be ABC, so that it uses ABC.example.com however, if I were to set to use my VPN's hostname which is XYZ as my Dashboard domain name meaning XYZ.example.com, it works...
@oschwartz10612 commented on GitHub (Mar 30, 2025):
Feel free to reopen if you still have the issue!