PortPeek
see what's on your localhost ports
6 followers
see what's on your localhost ports
6 followers
A small Windows tray tool that shows every process listening on a local port (PID, memory, project, command) and frees a busy port in one click.
6 followers
6 followers
Would love a quick toggle to mark certain ports or projects as favorites so they always show up at the top of the list. With a lot of dev work going on, scrolling to find the same Redis or Docker port every time gets old fast.
@sudenurarnkpxl Thank you for the suggestion, pinning favorite ports to the top of the list is a capability we could add and I have added it to our roadmap for a future release (tracked as issue #12). I appreciate you taking the time to share this.
Does it handle port conflicts when multiple apps try to bind the same one, or just kill the existing listener on click?
@veli366888 Neither app can share a port the OS blocks the second bind. PortPeek shows what's holding it and frees it in one click.