#I am keeps getting this error
5 messages · Page 1 of 1 (latest)
I Installed Pterodactyl Panel and Wings Many Times Watched Many tutorials and Even I installed both on different machines still get that error
listen tcp 0.0.0.0:8080: bind: address already in use
listen tcp 0.0.0.0:2022: bind: address already in use
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 2022 to find what process is currently running and stop it. You can type killall -9 wings to shutdown any ghost Wings process if you are intentionally attempting to run Wings in debug manually.
??
He keeps posting the same question over and over, everywhere lol