#Error 500
1 messages · Page 1 of 1 (latest)
Can you please fetch the error logs, so we can assist you better regarding this error.
tail -n 100 /var/www/controlpanel/storage/logs/laravel.log | nc pteropaste.com 99
Go to /admin/overview/sync
Can you please fetch the error logs, so we can assist you better regarding this error.
tail -n 100 /var/www/controlpanel/storage/logs/laravel.log | nc pteropaste.com 99
I did
but
its 404 on that to
its some kind of authentication error, you ssure you api keys are correct?
and does have the correct permissions?
new error on /sync. we would need new logs
No
but I cant access settings to change them
I think they are invalid thouh
Set them throuh the DB
Well then its not realy that urgent ^^
How
UPDATE `controlpanel`.`settings` SET `value` = 'NewToken' WHERE (`key` = 'SETTINGS::SYSTEM:PTERODACTYL:TOKEN');
To set other settings just use the linked "key" value.
You can see all of them like this
SELECT `key`, description, value FROM controlpanel.settings;
Here is the documentation to update your CtrlPanel: https://CtrlPanel.gg/docs/Installation/updating
This guide is for updates 0.9.0 -> 0.9.X
In your DB, those aren´t bash commands
How do I get there
phpmyadmin, mysqlworkbench, datagrip, or cli with mysql -u root -p controlpanel