Check which process is using a port $ lsof -i :[port] Command lsof Description Find out what PID is listening on a specific port. Usage: lsof -i :8080 Deep Dive If you get no output, try running with `sudo`. Related How to force kill a process List all running processes