panel
panel copied to clipboard
Pterodactyl® is a free, 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 ex...
- Include pnpm & bun support for development (required for development branch) - Node version v18.19.0
### Current Behavior Querying an endpoint, such as `api/application/servers?include=egg` or `/api/application/nests/1/eggs` throws an internal server error via the API. `[2023-12-31 18:11:24] production.ERROR: Syntax error {"userId":1,"exception":"[object] (JsonException(code: 4): Syntax error at...
### Is there an existing feature request for this? - [X] I have searched the existing issues before opening this feature request. ### Describe the feature you would like to...
From the `v2` branch, going to be added to the new v2 development branch. This would've been added to 1.0-develop, but the package we are using requires PHP 8.1 minimum...
### Current Behavior When you update an offline nodes configuration you will get a 500 error.. ### Expected Behavior The configuration updates and an alert that the configuration will need...
### Current Behavior Sending a POST request to `/auth/login` with the required user credentials (excluding the reCAPTCHA token) will cause a 500 error response. This is only when reCAPTCHA is...
Closes #4964 Also, I would say that we can remove the includes for `config` and `script` because they are in the normal response anyways. But I guess that would be...
Self explanatory Used: https://docs.gravatar.com/gravatar-images/php/
Closes #4884 
Closes #4897 While it does not truely fixes the above issue it will at least "hide" it. The real problem behind #4897 is that the React SPA uses the `templates/base.core`...