Info app for listing what apps are using what ports?
Moderator: General Moderators
- JAB Creations
- DevNet Resident
- Posts: 2341
- Joined: Thu Jan 13, 2005 6:44 pm
- Location: Sarasota Florida
- Contact:
Info app for listing what apps are using what ports?
A new forum poster is running in to an old problem I have encountered several times before: something is already running on port 80. Does anyone know of any useful program(s) that list what ports are being used by what programs/processes?
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
Re: Info app for listing what apps are using what ports?
You could use a port scanner and point it at 127.0.0.1
BTW, the problem in the other thread is likely Skype.
BTW, the problem in the other thread is likely Skype.
- JAB Creations
- DevNet Resident
- Posts: 2341
- Joined: Thu Jan 13, 2005 6:44 pm
- Location: Sarasota Florida
- Contact:
Re: Info app for listing what apps are using what ports?
Any suggestions for XP? I tried nmap though it proved useless.
Re: Info app for listing what apps are using what ports?
From a command prompt run netstat -ao
- JAB Creations
- DevNet Resident
- Posts: 2341
- Joined: Thu Jan 13, 2005 6:44 pm
- Location: Sarasota Florida
- Contact:
Re: Info app for listing what apps are using what ports?
I have TCPView and now that I disabled resolved addresses it's a bit easier to read the port numbers. I see IIS and Apache with a bit more ease now.