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, select one or more ports, and get an instant result — open, closed, or filtered — with response time, DNS resolution details, and a short explanation of what the status 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.

Common ports:

How to use

  1. Enter a hostname or IP address in the first field — for example example.com or 203.0.113.10. If you enter a hostname, the tool will resolve and display its IP address automatically.
  2. Enter one or more port numbers in the second field. Separate multiple ports with commas — for example 80, 443, 3389. You can check up to 5 ports at once.
  3. Use the preset buttons — HTTPS 443, HTTP 80, RDP 3389, SSH 22, SMB 445, DNS 53 — to fill in common ports quickly. Clicking a preset again removes it from the list.
  4. Click Check port and wait for the results. Each port is checked individually and returns its own status badge, response time, and explanation.
  5. If you entered a hostname, the result block shows the resolved IP address and the PTR record when available. This helps confirm you are testing the correct host.
  6. Use Copy results to copy the full summary to the clipboard — including host, resolved IP, and all port statuses — in a plain-text format suitable for documentation or tickets.
  7. Recent checks are saved automatically. Click any entry in the history list to reload that host and port combination instantly.

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.

Practical examples

Verify a firewall rule after a change. You updated an NSG or Windows Firewall rule to allow inbound RDP on port 3389. Enter the server’s public IP and port 3389 to confirm the rule is active before attempting a Remote Desktop connection. A FILTERED result means the rule has not propagated or is applied at the wrong level.

Diagnose a web application that is not loading. Check ports 80 and 443 together on the same hostname. If 80 is OPEN but 443 is FILTERED, the issue is likely a missing HTTPS listener or a firewall rule that does not cover the secure port. Checking both at once avoids running two separate lookups.

Confirm a new service is listening before updating DNS. After deploying a service, check the expected port directly against the server IP to verify the process started and bound to the correct port. Use the preset buttons to add common ports quickly and check several candidates in one request.

Audit exposed services on a public server. Check ports 22, 445, 3389, and 1433 together to get a quick overview of which management and database ports are reachable from outside. A CLOSED or FILTERED result for SMB and RDP is the expected and correct state for most public-facing servers.

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, which usually means a firewall is silently dropping packets. CLOSED confirms the host is reachable; FILTERED does not.

Related guides

Related tools

  • DNS lookup — check A, AAAA, MX, TXT, CNAME, NS, and other record types for any domain.
  • Reverse DNS lookup — find the PTR record for any IP address to identify the host behind it.
  • Network diagnostics tool — run HTTP and HTTPS reachability checks with latency and jitter measurements.
  • WHOIS lookup — query registration and ownership information for any domain or IP block.
  • IP subnet calculator — calculate subnet ranges, masks, available hosts, and allocation details.

Reference