#Port listening error 8443
17 messages · Page 1 of 1 (latest)
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.
2024/03/18 16:26:42 http: TLS handshake error from 45.12.237.10:52216: local error: tls: bad record MAC
You need to generate or renew a new valid certificate matching your domain. View our guide at https://pterodactyl.io/tutorials/creating_ssl_certificates.html
B2024/03/18 16:36:44 http: TLS handshake error from 91.107.18.248:63485: remote error: tls: unknown certificate
You need to generate or renew a new valid certificate matching your domain. View our guide at https://pterodactyl.io/tutorials/creating_ssl_certificates.html
2024/03/18 16:42:55 http: TLS handshake error from 45.12.237.10:59988: local error: tls: bad record MAC
You need to generate or renew a new valid certificate matching your domain. View our guide at https://pterodactyl.io/tutorials/creating_ssl_certificates.html
Where are Wings certificates stored?
how did you install panel
I have the panel installed on a separate Node, I installed it according to the instructions, everything worked, but I need to update the certificates... I have updated the NGINX certificates of the control panel, but in the console it says that the certificate on the server with wings has run out...
I installed everything according to the instructions...
Pterodactyl is an 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 exposing a beautiful and intuitive UI to end users.
the cert location depends on where certbot puts them.
I installed the cloudflare certificate
Pterodactyl has features to enable use of proxies, however we cannot provide support for proxies as it adds great complexity to the application set up. Troubleshooting complex network setups involving tunnels and proxies is extremely difficult to do without access to that network. Supporting complex network issues is outside the scope of this support.