#error connecting to wings

6 messages · Page 1 of 1 (latest)

upbeat magnetBOT
#

Hello 👋, and welcome to the Pterodactyl Discord @hearty thunder! We're excited to see you here, but we'll likely need a bit more information from you in order to provide a good experience in these support channels.

Please make sure you've collected — and provide — any associated error logs relating to the service with which you're seeking help. The commands below should help you out, and once you've provided the logs I should be able to better assist you.

Panel: tail -n 150 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99
Wings: sudo wings diagnostics
Please see .plogs and .wlogs respectively for more information.

hearty thunder
#

When I create a node it can't connect

#

@upbeat magnet helo?

#

OKay from "sudo wings" I get one error: failed to configure HTTPS server auto_tls=false error=listen tcp 0.0.0.0:8080: bind: address already in use

upbeat magnetBOT
#

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.