#weird error

1 messages · Page 1 of 1 (latest)

tropic parrot
#

i got this weird error on my node
when i want to create new server

worn parcelBOT
#

I have found the following for: https://media.discordapp.net/attachments/1334214688569032875/1334214689063829575/IMG_0643.jpg?ex=679bb7c2&is=679a6642&hm=731777f023ee412b9732261e852a59013f51487228ece80b072cd95104ece871&
@tropic parrot 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.

tropic parrot
#

not fixed

worn parcelBOT
#

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
#

You'll need to grab error logs for Wings and share the link with us. The following command will help you collect the required information for debugging: sudo wings diagnostics

tropic parrot
worn parcelBOT
#

I have found the following for: https://media.discordapp.net/attachments/1334214688569032875/1334216951953621002/IMG_0645.jpg?ex=679bb9dd&is=679a685d&hm=9abef1376ca53a7685d3b25f63da807cfd62ac67b5b2f4a11f06fcdf3d19aae5&
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.

tropic parrot
#

bot works

#

still getting me port already in used

lament crescent
#

Please don't spam the same message over and over again when you've already been given your answer. You're trying to start wings when it is already running.

swift sphinx
#

Grep the port

bold laurel
#

Not the issue. He has been answered numerous times.. in great detail, that he keeps starting wings when it's already started.

#

But he doesn't seem to understand

swift sphinx
#

Oh right, i had the same issue when modifying it

#

guess he's just dumb

#

🤷‍♂️

bold laurel
#

So killing the process will fix it.. if he doesn't end up starting wings again.. multiple times.