free up a port mac code example Example 1: stop port 3000 mac sudo lsof -i :3000 kill -9 PID Example 2: release a port in mac sudo lsof -i :<port>