CopyCommandCopyCommand
Default

Find what is using port 3000

Summary

Finds which process is using port 3000.

Command

Windows PowerShell

Run in PowerShellWindows PowerShell
netstat -ano | findstr :3000

Related commands