Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have installed the an application which will work over the network. I can not connect this application from other computers. I need to open some port on windows firewall. How can I find this application listening port?

What I have tried:

I have installed the an application which will work over the network. I can not connect this application from other computers. I need to open some port on windows firewall. How can I find this application listening port?
Posted
Updated 28-Mar-19 23:16pm
v2

We can't tell you - we have no idea what the software is, how it was written, or even what port(s) it might want to use.

Go back to where you got the software from, and ask them - they are the only ones who might have any idea.
 
Share this answer
 
With the windows command line tool netstat you can list all open ports and also the process which opened the port.

Example:
netstat -a -b

Use netstat -? for help.
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900