#server error
14 messages · Page 1 of 1 (latest)
Hey @cold heron! Post your Panel logs to find out more information about the cause of your 500 server errors tail -n 150 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99
I have found the following for: https://pteropaste.com/bd8l
@cold heron; You don't appear to be providing a password for your database connection. Make sure to provide one in your .env file or all authentication attempts will fail. Open the file and find DB_PASSWORD variable, do not add a new one. Remember to enclose it in double quotes such as DB_PASSWORD="mypassword"
You can open it directly with nano /var/www/pterodactyl/.env. Refresh config cache with cd /var/www/pterodactyl && php artisan config:clear
How did you install ?
using the documention
is there away i change just change the password maybe?
it was working before i installed wings
wings says there no config.yml too
Installing wings wouldn't break your panel. So you've done something else to cause that
Of course, the file wouldn't exist because you haven't created it
Please run the following command and give us a screenshot showing the command being ran and all the output.
ls /var/log/pterodactyl*
Reinstall your OS and start from scratch since you don't know what you did to break your panel