Could not bind 0.0.0.0:30120 - is this address valid or in use?”

run a new command prompt as admin
type netstat -a -b
find which program is already using port 30120
then do
taskkill /f /im taskname.exe
and try again.

i did that but i cant find a task using the same port and im still having the same problem

1 Like