#HTTP error 500 while install
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
How to get support?
- Search for similar posts first!
- What have you tried already?
- Where the error has happened?
- Provide logs!
Dont's (will get you muted):
- Post some image or text without context.
- Post a command you ran without the output,
- Post just the output.
- Reply with "i already did that" (See: How to get Support)
- Post every word as a new message.
- Ping Staff.
- Post the same message in multiple channels.
Get Logs:
Laravel / CP.GG: tail -n 100 /var/www/controlpanel/storage/logs/laravel.log | nc pteropaste.com 99
Installer: tail -n 100 /var/www/controlpanel/public/install/logs/installer.log | nc pteropaste.com 99
(NGINX: Are usually in /var/log/nginx/ and got the (sub)domain in the name. There are error and access logs)
Send installer logs
Oke
tail -n 200 /var/log/nginx/error.log | nc pteropaste.com 99
Our installation guide can be found at: https://CtrlPanel.gg
ControlPanel's Dashboard is a free and open-source management panel for pterodactyl with credit based billing and lots of customization.
Yes, and try finish install again
MariaDB broke almost all php applications)
If there are any other problems, please contact
at the step where i need to put api keys
Can you please fetch the error logs, so we can assist you better regarding this error.
tail -n 100 /var/www/controlpanel/public/install/logs/installer.log | nc pteropaste.com 99
is may that be my problem on my router that dosent support ip looop back?
in fact i cant install the pterodactyl panel and wings on the same vm
wait
seems woriking
dosent let me login @errant loom
:warning: Do not ping staff members for support! :warning:
A staff member will try to help you as soon as possible but be patient!
sorry., i forgot lol
Have you finished the web installation?
yep
i put my admin credentials that are the same on ptero but simply reloads this page
.
You must use the email and password that you set during the web installation
it diddnt ask for that...simply db, api and that things
This means that you have not finished the installation, if you have an error, it does not mean that the installation is complete
Send installer logs
... when i reload
.
Hm, then send nginx error log
Our installation guide can be found at: https://CtrlPanel.gg
ControlPanel's Dashboard is a free and open-source management panel for pterodactyl with credit based billing and lots of customization.
so when i try to login whit the username and password it reloads the page, when i try to login whit email and password says wrong credentials
Check that the pterodactyl ssl certificate is up-to-date and has not expired
i created it today and installed it today
Then I would advise you to clear the database, and try to go through the web installation stage again
how can i clear the database?
You should not attempt to create an account yourself until you have completed the web installation.
what is the table name in the db?
DROP DATABASE controlpanel;
CREATE DATABASE controlpanel;```
did
Try go to /install again
Try to complete the installation again
same at forms.php
Do u use Cloudflare?
yes, but proxy is disabled
Does Pterodactyl work, and is it accessible?
yes
it may be because it is a container in proxmox and not a vm?
The error message "SSL_do_handshake() failed (SSL: error:0A00006C:SSL routines::bad key share)" indicates a problem during SSL handshake between the client (IP address 80.82.77.202) and the server on port 443 (0.0.0.0). The "bad key share" error typically occurs due to incompatible keys or encryption parameters between the client and server.
To resolve this issue, you may need to take the following actions:
-
Check SSL/TLS configuration on the server: Ensure that the server has the correct keys, certificates, and encryption parameters configured.
-
Update OpenSSL version: Make sure the server is using an up-to-date version of OpenSSL, as older versions may cause compatibility issues.
-
Check encryption compatibility: Verify that the client and server support common encryption algorithms and key parameters.
-
Logs and debugging: Review detailed SSL/TLS logs on the server to gather more information about the issue. You may need to enable additional debugging to pinpoint the cause of the error.
If the issue persists after these steps, you may need to consult with security experts or technical support for a more thorough analysis and resolution of the problem.