#Schedules not running on panel
1 messages · Page 1 of 1 (latest)
I was having issues with schedules not running and realized I never setup the crontab job
Pterodactyl is an open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
I added the php line to the top of the file that crontab -e opens
Then I modified my pteroq.service file
sudo nano /etc/systemd/system/pteroq.service
I replaced the ExecStart that was in there and added the startlimits
And the restart line