Finding out which applications are running on which port?

  • Thread starter Thread starter Mike Barker
  • Start date Start date
M

Mike Barker

Does anyone know of a tool/application that will tell me
which applications are running on which port on my server?
 
Will this work from a remote machine as well.. Say from my
desktop, will I be able to view the processes on my server?
 
As far as I know fport needs to be run locally.
Sysinternals offers PStools
http://www.sysinternals.com/ntw2k/freeware/pstools.shtml
and this allows you to remotely run commands such as
FPort.exe and so on. It includes PSlist which lists
detailed info about processes but I'm not sure if it has
the same capabilities to map open processes to ports.
Hope this helps. :-)
 
Try netstat command.
This displays protocol statistics and current TCP/IP network connections.

Check out the help info using:
netstat /?

Thanks,
Priya.

This posting is provided "AS IS" with no warranties and confers no rights.
 
Back
Top