Port Checker

Enter a hostname or IP and a port number → get instant open/closed status.

The port checker tests whether a specific TCP port is open on a remote host. Enter a hostname or IP address and a port number to get an instant result — open, closed, or filtered — with response time and a short explanation of what it means.

It is useful for system administrators and network engineers who need to quickly verify firewall rules, confirm service availability, or troubleshoot connectivity without installing additional tools.

Port checker

Check whether a TCP port is open on a remote host.

How to use

  1. Enter a hostname or IP address in the first field, such as example.com or 203.0.113.10.
  2. Enter the port number you want to test, such as 443, 22, or 3389.
  3. Click Check port and wait for the result.
  4. Review the status badge — OPEN, CLOSED, or FILTERED — along with the response time and a short explanation.
  5. Use Copy result to copy the summary to the clipboard if you need to share or document it.

Understanding the result

OPEN means the TCP connection was accepted. The host is reachable on that port and a service is actively listening. This is the expected result for publicly accessible services such as a web server on port 443 or an SSH server on port 22.

CLOSED means the connection was refused immediately. The host is reachable but no service is listening on that port, or the service is explicitly rejecting connections. This typically happens when a service is stopped or configured to reject connections from outside.

FILTERED means no response was received within 5 seconds. This usually indicates a firewall is silently dropping packets to that port rather than refusing them. A filtered result does not mean the host is down — it means something is blocking the connection before it reaches the service.

FAQ

Port checker help

CLOSED means the target host actively refused the connection — the port sent back a TCP RST packet. FILTERED means no response came back within the timeout period. A firewall is likely dropping packets silently. CLOSED confirms the host is reachable; FILTERED does not.

Practical examples

Example 1: You updated a firewall rule to allow inbound RDP on port 3389. Enter the server’s public IP and port 3389 to confirm the rule is active and the port is reachable before attempting a Remote Desktop connection.

Example 2: A web application is not loading over HTTPS. Check port 443 on the server hostname to determine whether the issue is at the network level — a FILTERED or CLOSED result confirms the connection is being blocked before reaching the application.

Example 3: You deployed a new service and want to confirm it is listening on the expected port before updating DNS or notifying users. Check the port directly against the server IP to verify the service started correctly.

Useful links

Other tools