#server error
1 messages · Page 1 of 1 (latest)
You'll need to grab the error logs from the Panel. The following command uploads the last 150 lines of this day's log to our pastebin and provides a link you can share.
tail -n 150 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99
I have found the following for: https://ptero.co/cineqepiri
@plush cliff; Your database has reached the limit of maximum concurrent connections (150). You can increase the limit to 300 (or any number) by adding the following text to the bottom of your my.cnf file
[mysqld]
max_connections=300
Type find /etc -iname my.cnf to find the location of the file. Restart your mysql systemctl restart mysql to apply the changes and voilà!