#Wings not connecting

5 messages · Page 1 of 1 (latest)

olive hamlet
#

Hello im trying to install pterodactyl on a local network with ssl (self signed cert and custom dns). Im mentioning this, but i dont think its the problem in this case.

I installed the panel successfully but i can't get the wings and panel connected.

#

curl https://mydomain:8080
curl http://localhost:8080
curl https://mydomain:8443
curl http://localhost:8443

All of the commands above give the output:
curl: (7) Failed to connect to mydomain port 8080: Connection refused

vestal aspenBOT
#

@olive hamlet It looks like you are having issues with connecting to Wings.

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.

olive hamlet
#

Yes, i already tried all of those.