#The problem says error 500 | Server Error
1 messages · Page 1 of 1 (latest)
thats also my problem. at a random time its give this error
when do this pop up
you can look in your logs in var/www/pterodactyl/storage/logs for logs
i suggest for both of you to write the error out in text
support bot has a response for it but while it technically can read images it's not very good at it
500 server error
Hey @small shard! 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://ptero.co/olijinidac
@hearty fog; 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à!
500 server error
Hey @shell slate! 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://ptero.co/ijuziyoqaf
🇫🇷 🥖 Bienvenue sur Internet, @shell slate 🥖 🇫🇷
Your database is refusing the Panel's attempts to connect to it. This can be for a number of different reasons so I'll let a human double check, but here are some ideas.
- Is your MySQL instance running?
systemctl status mysql(hopefully not down the road) - Is the user you're trying to connect with authorized to access the given database from this IP address?
- Did you correctly give that user permission to even access that database?
- Do you have a Firewall that is blocking connections?
- Is your MySQL instance bound to
127.0.0.1orlocalhostand you're trying to connect from outside the server? - Does the user have
GRANTpermissions if you're trying to use them to create a new database for a server? - Have special characters in your password? Make sure DB_PASSWORD in your .env file is enclosed in double quotes
Here is some additional documentation to help you out: https://pterodactyl.io/tutorials/mysql_setup.html
how can i change them
I have found the following for: https://ptero.co/ovocajofad
@hearty fog; 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à!
500 server error
Hey @shell slate! 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://ptero.co/exejiwowik
🇫🇷 🥖 Bienvenue sur Internet, @shell slate 🥖 🇫🇷
Your database is refusing the Panel's attempts to connect to it. This can be for a number of different reasons so I'll let a human double check, but here are some ideas.
- Is your MySQL instance running?
systemctl status mysql(hopefully not down the road) - Is the user you're trying to connect with authorized to access the given database from this IP address?
- Did you correctly give that user permission to even access that database?
- Do you have a Firewall that is blocking connections?
- Is your MySQL instance bound to
127.0.0.1orlocalhostand you're trying to connect from outside the server? - Does the user have
GRANTpermissions if you're trying to use them to create a new database for a server? - Have special characters in your password? Make sure DB_PASSWORD in your .env file is enclosed in double quotes
Here is some additional documentation to help you out: https://pterodactyl.io/tutorials/mysql_setup.html
500 server error
Hey @shell slate! 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://ptero.co/lecacezaju
🇫🇷 🥖 Bienvenue sur Internet, @shell slate 🥖 🇫🇷
Your database is refusing the Panel's attempts to connect to it. This can be for a number of different reasons so I'll let a human double check, but here are some ideas.
- Is your MySQL instance running?
systemctl status mysql(hopefully not down the road) - Is the user you're trying to connect with authorized to access the given database from this IP address?
- Did you correctly give that user permission to even access that database?
- Do you have a Firewall that is blocking connections?
- Is your MySQL instance bound to
127.0.0.1orlocalhostand you're trying to connect from outside the server? - Does the user have
GRANTpermissions if you're trying to use them to create a new database for a server? - Have special characters in your password? Make sure DB_PASSWORD in your .env file is enclosed in double quotes
Here is some additional documentation to help you out: https://pterodactyl.io/tutorials/mysql_setup.html
500 Internal Server Error
I have found the following for: https://ptero.co/xoyupokiwi
@brave cedar; 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.3 https://pterodactyl.io/guides/php_upgrade.html