Overview
This article will detail how to find if a port is open on a server.
Solution
- Open command prompt
- Type in
netstat -an |find /i "listening"
- Command prompt will show a listing of all ports that are open. You can find in this list
- 31313
- 19081
- 1403
Comments
0 comments
Please sign in to leave a comment.