#Panel not loading

1 messages · Page 1 of 1 (latest)

dusky shoreBOT
#

I have found the following for: https://pastebin.com/vKTwikTQ
You already have an instance of Wings running through systemd service and are trying to start another duplicate instance, for example by using the commands wings and wings --debug, or another service is using the port.

Use ss -plnt | grep :8080 (or grep :8443 depending on the port) to find what process is currently running and stop it. You can type killall wings to shutdown any ghost Wings process.

hollow echo
#

LISTEN 0 4096 *:8080 : users:(("wings",pid=3073522,fd=9))

hollow echo
toxic stag
#

On admin node's page, what color is the heart?

#

If red, see browser console for the error connecting

hollow echo
#

But when I try to renew my https certificate it says that it does not need to be renewed because it expires on 03/03/2024

dusky shoreBOT
#

Howdy @toxic stag! It looks like your SSL certificate has probably expired which is causing you some issues. Please double check that it is up-to-date and renew it if needed by following our guide https://pterodactyl.io/tutorials/creating_ssl_certificates.html

Additionally, not every service is able to automatically apply an updated certificate so you may need to restart Wings, NGINX, or Apache so that they will begin using the updated certificate.