#Cannot reach wings after power outage

5 messages · Page 1 of 1 (latest)

opal terrace
#

Had a recent power outage that shut down my server, so everything restarted.
Both panel and wings (dockerized) are up and running, no errors on either, but I am unable to connect to wings from the panel. As a disclaimer, previously my setup was working.

I'm not too experienced in Pterodactyl yet, so I am unsure of what could be wrong as of right now.

coarse widgetBOT
#

Make sure that your wings are running using systemctl status wings and that your Wings ports (by default 8080/2022) are open in your firewall or router. This website can check your ports https://dnschecker.org/port-scanner.php

Browser console errors can also provide additional debugging information. More troubleshooting steps can be found at https://pterodactyl.io/panel/1.0/troubleshooting.html#cannot-connect-to-server-errors

Should the panel and wings be located on the same network, you might experience NAT reflection issues. In that case, type .nat for more information.

opal terrace
#

Solved, I was publishing port 8080 to 2223 in docker for wings, but config.yml was binding on 80.
Just a quick question, I thought that port 8080 was default for wings, but the configuration file in panel specifies it to be 80, is that normal?

proper glacier
#

8080 is the default, it's showing 80 in the panel because you set the daemon port to 80 to go through your proxy.

#

what version of wings are you running ?