Summary:
This article details how to determine if a port is open on a server.
Method:
- 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
Properties:
Private Host
Cloud