#Port already in use problems

3 messages · Page 1 of 1 (latest)

vital junco
#

Hi im a little confused, im running wings on my server and everything seems to be configured correctly and when i start wings using systemctl start wings the terminal interface connects succesfully, but when trying to start the server i get an error telling me that my port is already in use. If i check my server wings is running on that port already, online i found that wings isnt supposed to be running at all?!?? Im a little confused :)

linux@ecs-8cf7:~$ hostname -I | awk '{print $1}'
192.168.0.185
linux@ecs-8cf7:~$ ip addr | grep "inet "
    inet 127.0.0.1/8 scope host lo
    inet 192.168.0.185/24 brd 192.168.0.255 scope global dynamic ens3
    inet 172.18.0.1/16 brd 172.18.255.255 scope global pterodactyl0
    inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
rose totemBOT
#

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.

vital junco