kill server on port max code example Example: kill server on port mac //Find Pid sudo lsof -i :3000 //kill kill -9 <pid>