how to stop server running on port 4000 mac code example Example 1: killing a port mac sudo lsof -i :3000 Example 2: killing a port mac kill -9 <PID>