#port

18 messages · Page 1 of 1 (latest)

open elm
#

is it aws have any problem to connect wings to pannel?

my problem is the port

#

all the port i use they say "already in use"

ember hound
#

You are most likely trying to start wings when it's already running

open elm
#

so how can i fix it?

#

i am newbie

ember hound
#

By troubleshooting what ever your actual issue is, insted of trying to start wings when it's already running

open elm
#

the wings is not connecting with my panel

#

i already use the generated token to connect the wings with panel

#

but nothing change

covert gulchBOT
#

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

ember hound
#

So complete the troubleshooting

open elm
#

done it

#

but nothing change

ember hound
#

well what did you find out?