Funny enough, the site is reporting port 3000 to be running a web server. It is not - according do nmap and my knowledge.
Any ideas on this?
replies(2):
sudo lsof -i | grep 3000
To try and see if a process has claimed the port.On Windows:
netstat -ab
I've forgotten so much Windows I don't know how to filter the result, but it'll give you a list of ports and processes.