#Hello I have problem with wings

10 messages · Page 1 of 1 (latest)

keen folioBOT
#

Please explain the issue you're experiencing in as much detail as possible. Preferably with error messages in a text format or paste link to logs. Nobody can assist you without information that helps to understand the issue. Help us help you. Messages such as "doesn't work" or "i need help" will most likely be ignored.

grim harness
#
keen folioBOT
#

There were too many logs to read @grim harness. Please post 5 or less. Alternatively, please share larger logs using paste sites, such as pteropaste or hastebin.

grim harness
last mortar
#

Sir how did you get all your logs in this one link @grim harness

unkempt stump
#

@keen folio

#

Help

keen folioBOT
#

Hello 👋, and welcome to the Pterodactyl Discord @unkempt stump! 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.

Always share any errors or logs in a text format or using paste sites for me to assist you. 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.

waxen timber
#

Stacktrace:
listen tcp 0.0.0.0:8080: bind: address already in use

keen folioBOT
#

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.