#.
17 messages · Page 1 of 1 (latest)
Thats the docs you want: https://pterodactyl.io/panel/1.0/getting_started.html
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.
@severe birch; You'll need to grab error logs from your Panel to figure out why the queue worker is crashing. tail -n 150 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99
@severe birch; You'll need to grab error logs from your Panel to figure out why the queue worker is crashing. tail -n 150 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99
tail is working. There's nothing for it to open. The log does not exist.
Run the setting permissions part again
Make sure your system timezone is the same as your .env timezone
Yep. timedatectl
I have found the following for: https://pteropaste.com/sn2jpkc9p7bf
@severe birch; You appear to be missing PHP extensions that are listed in the documentation dependencies list. They should have been installed if you followed the documentation.
Worry not, follow the PHP upgrade guide to install the required extensions for PHP 8.1 https://pterodactyl.io/guides/php_upgrade.html
Output of php -v?
If you updated to 8.2 go back down to 8.1
That would do it
Do you need 8.2 for anything or are you just running the panel?
And what OS are you on?
apt purge php*
Then install php and dependencies again from docs
I'm not sure, I don't use Ubuntu
different package manager