#I have a bug with the wings

9 messages · Page 1 of 1 (latest)

split stag
#

failed to configure HTTP server error=listen tcp 0.0.0.0:8080: bind: address already in use

candid moonBOT
#

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.

split stag
#

I have an error with the ports for the port daemon and whenever I change the port it keeps saying the same errors

#

and even no other process is running on the same port

#

and excuse me if I have mistakes when writing in English, I'm not very good with it

#

In information it already tells me that it is working but in status it says that it had a problem connecting to the node

candid moonBOT
#

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.

split stag
#

the ports say that they are not open but the ufw is already disabled