#Wings and panel on same server

3 messages · Page 1 of 1 (latest)

potent echo
#

Hi,

I would like to run the Panel and Wings from the same server, but I am having problems when it comes to connecting the wings to the panel. I am also accessing my panel through a reverse proxy from cloudflare.

I managed to get into my panel and trying to set-up node that connects to the wings now and that is where I am stuck. I added the config.yml and started the docker running the wings and get no problems from the wings container. When I check the logs, everything seems fine with the wings, but the node says "Error connecting to node! Check browser console for details." which shows the following:

Sorry if this question was posted before. If anyone could point me to an answered thread that would be perfect.

Thanks in advanced for any help!

wary wyvernBOT
#

@potent echo; It looks like your browser is unable to reach the 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.

#

Suppose you are having trouble connecting to a Panel or Node on the same network as your device, or Panel and Wings can't reach each other on the same network. In that case, you may have to edit your /etc/hosts file to point the domain to the local IP, as some routers don't handle NAT Loopback correctly, if at all. On Windows, this file is at C:\Windows\System32\Drivers\etc\hosts

192.168.1.24 panel.mydomain.com node1.mydomain.com
192.168.1.25 node2.mydomain.com