#Wings cannot connect to Panel

2 messages · Page 1 of 1 (latest)

sour crown
#

I have searched a ton on here before posting this. I have got the panel working but cannot seem to get Wings to connect

https://ptero.co/ligelafize

I have already checked and confirmed that Wings is the only thing running on port 8080

open siloBOT
#

I have found the following for: https://ptero.co/ligelafize
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.