Hi everyone.
I am trying to get my Pterodactyl game server up and running, and I am struggling on getting the panel to connect to the node.
I am following this tutorial by Techo Tim: https://www.youtube.com/watch?v=_ypAmCcIlBE&t=773s&ab_channel=TechnoTim
However, my environment is kind of different.
I am running Proxmox and I have Traefik LXC, so all my configs have to specified in my /etc/traefik/conf.d directory at the Proxmox host, and I have an Alpine Linux VM where I am trying to set up Pterodactyl Panel and Node containers there.
I configured Traefik to detect my subdomain for the panel, and I added the DNS entry, and I was able to get to the panel at gameserver.mydomain.com
I also did the same with the node at gameserver-node-01.mydomain.com
However there is some confusion in terms of the ports. According to the video tutorial, he said that I have to use port 443 as my daemon port. Well when I did that, and then pasted the configuration into the VM's /etc/pterodactyl/config.yml, and then respin the wings container, panel says that it still couldn't connect to the node. An important point to note is that because both containers want to have port 443, it will create collisions in the VM itself, so I made the wings container have this mapping: 4443 -> 443.
I changed it to use port 8080, and changed the config for Traefik and I'm not getting any luck.
I wanted to ask, how do I go about solving this problem?
Pterodactyl is a free an open source dedicated game server. It comes with both a panel to configure and deploy your game servers as well as game server nodes to run your games. It runs games in Docker containers to keep them isolated and making them easier than ever to deploy. We're going to also use Docker to create our Pterodactyl server an...