How can I check if a specific port is reachable from my standpoint using Windows?
In many cases, it's important to know whether a specific port on a remote system is reachable. There are various ways to check this:
Port Check with mbCHECK
- Download mbCHECK from our download portal: → https://mbconnectline.com/en/downloadportal/
- Unzip the files into a separate folder
- Run the mbCHECK.exe file
- Click on [Start Checkup]. You will receive an output similar to the following:
Windows Powershell
If mbCHECK is not available or if you want to test with any targets / ports, you can use Windows Powershell.
- Start Windows Powershell
- For example, like this
- Click on the Windows icon
- Type the letters: power
- Windows will offer the following result:
: Click on it.
- Wait for the Powershell window to open
- To check if Port 1194 is reachable on the V1 server in Europe, type:
Test-NetConnection 5.39.123.4 -Port 1194 - During the test, you will see an output similar to the following:
- If the port is reachable, the result will show "True":
- If the server is reachable but the port is closed:
- If the server is not reachable: