Staying on course for stability. Promo codes: –20% on residential proxies – ORBIT20 | –8% on ISP static proxies – COSMOS

Launch

Online Port Scanner

Checking open ports is essential to determine how well your PC is protected against network attacks. If ports are open, the risk of malware infection or unauthorized remote access to your computer increases. To avoid negative scenarios, you need to check your ports for external accessibility.

If the result is "Host unreachable", it means the firewall or router of the target host is verified and the IP blocks pings.

Which ports are checked:

Number Port Protocol Description
1 109 POP Post Office Protocol v2
2 110 POP3 Post Office Protocol v3
3 115 Simple FTP Simple File Transfer Protocol
4 118 SQL Services SQL Services
5 119 NNTP Network News Transfer Protocol
6 123 NTP Network Time Protocol
7 137 NetBIOS NetBIOS Name Service
8 138 NetBIOS NetBIOS Datagram Service
9 139 NetBIOS NetBIOS Session Service
10 143 IMAP Internet Message Access Protocol
11 161 SNMP Simple Network Management Protocol
12 179 BGP Border Gateway Protocol
13 194 IRC Internet Relay Chat
14 1112 mSQL — Mini-SQL Server Mini-SQL Server
15 1194 OpenVPN OpenVPN
16 1433 msSQL-Server Microsoft SQL Server
17 1434 msSQL-Monitor Microsoft SQL Monitor
18 1702 L2TP L2TP / Deskshare
19 1723 PPTP Point-to-Point Tunneling Protocol
20 10000 NDMP Network Data Management Protocol

What is a port scanner

A port scanner is a network diagnostic tool that allows you to determine which ports are open on a server, computer, or other device connected to the internet. Each network service operates through a specific port, so checking open ports helps to understand which services are accessible from outside.

When port scanning is performed, the tool attempts to establish a connection with the specified ports on the target IP address or domain. Depending on the server’s response, a port may have one of the following statuses:

  • Open – a service is running on the port and accepts connections
  • Closed – no service is running on the port
  • Filtered – the connection is blocked by a firewall or network rules

Checking open ports helps to identify available services, diagnose network problems, and ensure that the server is configured correctly.

Why check open ports

Port scanning is used in various tasks of network administration, development, and information security.

Server security check

Open ports may indicate that network services are running on the server. If a service should not be accessible from the internet, it should be closed or restricted through a firewall.

Network problem diagnostics

If a service does not respond or is unavailable, a port scanner helps determine whether the required port is open or blocked at the network level.

Server configuration check

After setting up a web server, database, or another application, it is important to ensure that the required port is indeed available for connection.

Infrastructure monitoring

Developers and DevOps specialists often use port scanning to check the availability of services at different stages of infrastructure deployment.

How an online port scanner works

An online port scanner attempts to connect to the specified ports on the target IP address or domain. If the server responds to the request, the port is identified as open.

The verification process usually includes several steps:

  1. The user enters an IP address or domain name.
  2. The tool sends requests to the selected ports.
  3. The server’s response is analyzed.
  4. The results are displayed in a table with the status of each port.

Since scanning is performed from our server, the result shows how the target host looks from the public internet.

Which ports are most often checked

Some network ports are used most frequently because popular internet services operate through them.

PortService
80HTTP (web servers)
443HTTPS (secure websites)
22SSH remote access
21FTP file transfer
25SMTP mail server
3306MySQL database
3389Remote Desktop

If one of these ports is open, it usually means that the corresponding service is running on the server.

When an open port is not a problem

Open ports do not always mean a security threat. Many services must be accessible from outside to function properly.

For example:

  • a web server must use port 80 or 443 so that the site is accessible to users
  • remote administration may use SSH (22)
  • API services may run on non-standard ports

It is only important to ensure that only the ports that are truly necessary are open.

How to use a port scanner

Checking open ports with the tool is very simple:

  1. Enter the IP address or domain.
  2. Select the type of port scan.
  3. Click the Scan button.
  4. Wait for the results.

After the scan is complete, the tool will show a list of checked ports and their status.

Additional tools for network diagnostics

If you are analyzing a network connection or checking a server, other tools may also be useful:

  • My IP – shows your current public IP address
  • IP Lookup – allows you to find geolocation and network information of an IP address
  • Proxy Checker – checks the functionality of proxy servers

Using these tools together helps to quickly identify the cause of network problems and get a complete picture of the connection.

FAQ

Frequently asked questions

Here we answered the most frequently asked questions.

Ask a question

Is port scanning legal?

Scanning your own servers or systems for which you have permission is a common administrative practice. However, checking other networks without permission may violate terms of use or the law.

Learn more

Why might a port appear as filtered?

This means that a firewall or security system is blocking the connection attempt, so it is impossible to determine exactly whether the port is open or closed.

Learn more

Can a firewall hide open ports?

Yes. Modern security systems can filter requests and prevent scanners from determining the real status of a port.

Learn more