Fresh install using docker compose does not create a webserver on the https port.
Using the docker-compose.yml found here https://github.com/BlueprintFramework/docker/blob/Master/docker-compose.yml, I am not able to access https://myip:443 or any port I try and replace it with, i.e. 25443:443, 25575:443. However, I can access through http://myip:80 or any port replacing the 80 port.
I have changed the msql passwords, the app url is pointed to my reverse proxy url, https://pterodactyl.mydomain.org, the reverse proxy is set up correctly, but there is n server found on the port I am specifying in the docker compose.
So the only changes made are:
x-common.database.MYSQL_PASSWORD
x-common.database.MYSQL_ROOT_PASSWORD
x-common.panel.APP_URL
x-common.panel.APP_SERVICE_AUTHOR
x-common.services.panel.ports (Removed 80:80 and changed 443:443 to 25575:443)
If you need any logs let me know and I can grab them.
11 Replies
Show all the related configs and your panel.conf file.
assuming this is the panel.conf you want
I have no other config changes than what was mentioned above. I simply created this file and ran docker compose up -d --force-recreate. Have yet to even make a user
These are all the logs I know of
Nothing stands out to me from them, except the no application key, but in my .env, my APP_KEY is there
I'd try deleting the folders on the host system and spinning it down and up again; regenerate everything.
If that would mean doing rm /srv/ -r
I have done that multiple times, I do not know of any other places
What does your browser say when you go to https://pterodactyl.redacted.org:25575 ? Use a private/incognito tab; take cache out of the equation.

I am using haproxy for this, with other subdomains pointing to the same internal ip, so I am confident the proxy is not to blame
And judging by it resolving to a 503, i believe it is trying to send it to the correct place
Go back to the official image at https://github.com/pterodactyl/panel/blob/develop/docker-compose.example.yml until you can get the site working; that way you get support in the Pterodactyl Panel Discord. Once it works, you can add the volumes back and swap out the images.
I'm out of ideas.
Aight it was a longshot that yall could help, I started out without blueprint, so i doubt it is an issue with blueprint
unfortunately, it does not seem that anyone wants to help in the pterodactyl server, so I wanted to try this out