how to kill local host server from terminal code example
Example: close all localhost connections
netstat -ano | findstr :yourPortNumber
taskkill /PID typeyourPIDhere /F
netstat -ano | findstr :yourPortNumber
taskkill /PID typeyourPIDhere /F