All in the title, when I try to create a server on a node (marked with the green heart and I can show the performance of my VPS), the panel say “Could not establish a connection to the machine running this server. Please try again.”.
I have the wings listen 5000, the HTTP panel on 8080, the 3000 for the futur created server, and the 6380 for redis.
I have tested all, but it might me that there will be a very simple problem😭.
Thanks for all the help
Cordially
TinAD19tin
(Please tell me if my English isn’t good because I’m French and I want to improve my English)
#Could not establish a connection to the machine running this server. Please try again.
7 messages · Page 1 of 1 (latest)
@wooden horizon 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.
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
I’m on Linux, and I can open all the port if it’s needed
Where do you actually get the error?
When I want to create a server, here :
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.