July 17, 20232 yr NAT aside, i've got another question / request. The other day pterodactyl screwed itsself up due to improper updating of the deamon. Eventually was able to fix this, but it resulted in multiple folders used by the docker containers to get other permissions, which caused the servers not to start because they didn't have write permissions. (i fixed this because of having a backup that also had the permissions) So my question is: can the guide be expanded to include troubleshooting steps on what to do when folder and file permissions specific to pterodactyl are botched? (i would offer a suggestion / write-up if i knew how to actually fix this, but i don't :() Edited July 17, 20232 yr by Caennanu
August 7, 20232 yr i've successfully setup 7 days to die server. everything works fine at the moment just recently there was an update to wings and panel. no issue there issue is the eggs docker it self. it ask to update but it will give out an error no configuration found. ] i've checked in the panel, in the game server start up settings, its already set on auto update on startup rebooting or off/on the server doesnt do anything. it still ask to apply update any idea how to resolve this? really appreciate it. thanks
August 17, 20232 yr On 1/28/2023 at 9:08 AM, helomen said: Hello everyone, I need your help! I have successfully run pterodactyl exactly according to the great instructions of IBRACORP until almost the end. Unfortunately I have problems with the console in the game server (panel). I can access and play Minecraft on this server, but all the time I get the error message "We're having some trouble connecting to your server, please wait...". I also get a 502 error message in the log for the node. Does anyone have an idea how I can solve this problem? I am using the "NginxProxyManager". Thank you already for your help. Dev-Tools ind FF shows this: Firefox cannot connect to the server at wss://xxxxxxnode.duckdns.org/api/servers/xxxxxxxx-8594-488d-86fb-c935583da9e7/ws. I still have some understanding issues with forwarding ports. Currently I have the following setting: Router: TCP&UDP: 80 -> 1880 (for Nginx Proxy Manager). TCP&UDP: 443 -> 18443 (for Nginx Proxy Manager) Nginx Proxy Manager: XXXXXX_node.duckdns.org -> 8002 (host port in wings to container port 8080) XXXXXX_panel.duckdns.org -> 8001 (Port in panel to container port 80) panel: 172.19.0.3:80/TCP <-> 192.168.0.100:8001 wings: 172.19.0.2:2022/TCP <-> 192.168.0.100:2022 172.19.0.2:8080/TCP <-> 192.168.0.100:8002 Is that correct? XXXXXX_node.duckdns.org/ shows this message in the browser: {"error":"The required authorization heads were not present in the request."} -> So, wings seems to be reachable from the browser I have already invested several hours without success and don't know what to do. Therefore I am glad about any help. Thank you very much! How did you solve this?
October 27, 20232 yr Hello guys, i managed to configure pterodactyl panel and daemon behind reverse proxy, but using macvlan docker network. Everything is working correctly, i can create new servers and see the console remotely and so i decided the next step is to make the emails work. I authenticated an SMTP relay server to send email from my domain on my behalf and did a successful test inside the pterodactyl panel, i also rerouted incomming emails to my gmail so i can receive replies. But then when i try to send a forgotten password or invite a new user, those emails are not sent for some reason and i cant figure out why. Has anyone got the email service running successfuly ? Edited October 27, 20232 yr by Darkfella
April 16, 20242 yr @Sycotix how would i add a password for redis in this template? my redis is set up with a password so i need to add it to the template:
May 3, 20242 yr On 4/16/2024 at 10:56 AM, derjp said: @Sycotix how would i add a password for redis in this template? my redis is set up with a password so i need to add it to the template: I was wondering about this too, i tried setting REDIS_PASSWORD as a variable with the correct password but i get stuck on login on the panel. Not sure if it's related or not, but when i hit login nothing happens. no logs it just get stuck loading.
June 10, 20242 yr Would anyone have any idea why my deamons docker container is slowly growing and growing in size? It's currently at 120gb.
July 27, 20241 yr On 10/27/2023 at 10:18 AM, Darkfella said: Hello guys, i managed to configure pterodactyl panel and daemon behind reverse proxy, but using macvlan docker network. Everything is working correctly, i can create new servers and see the console remotely and so i decided the next step is to make the emails work. I authenticated an SMTP relay server to send email from my domain on my behalf and did a successful test inside the pterodactyl panel, i also rerouted incomming emails to my gmail so i can receive replies. But then when i try to send a forgotten password or invite a new user, those emails are not sent for some reason and i cant figure out why. Has anyone got the email service running successfuly ? Im also having the same issue, did you ever find a solution?
July 21, 2025Jul 21 For anyone trying to get schedules to work I found that the trigger is in the panel docker (not the daemon)php /var/www/html/artisan schedule:run >> /dev/null 2>&1Then, using the user scripts app, I a created a script to run the following codedocker exec -it pterodactyl-panel "php /var/www/html/artisan schedule:run >> /dev/null 2>&1"and set to run *****
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.