How to verify if nginx is running or not? tasklist /fi "imagename eq nginx.exe" Check who is listening to a port? netstat -aon | findstr '9123' Check the last reboot? systeminfo | find /i "Boot Time"