Port Checker

Check if a TCP port is open on a remote host. Test common ports with preset shortcuts or enter any custom port.

  1. Home
  2. Network Tools
  3. Port Checker

What Is a Port Checker?

Port checking tests whether a specific TCP port is open and accepting connections on a remote server. Every network service runs on a specific port number — web servers on port 80/443, SSH on port 22, MySQL on port 3306, and so on. An open port means the service is accessible; a closed or filtered port means the service is down, blocked by a firewall, or the port is unused.

This tool attempts a TCP connection to the specified host and port using PHP's socket functions. It reports whether the port is open (connection succeeded), closed (connection refused), or filtered (connection timed out). Network administrators, system engineers, and developers use port checkers to verify firewall rules, troubleshoot connectivity issues, confirm service availability after deployments, and audit exposed services for security hardening.

How to Use This Port Checker

  1. Enter host — Type a domain name or IP address into the Hostname/IP field.
  2. Select port — Enter a port number manually (1-65535) or choose from the Common Ports dropdown.
  3. Click Check Port — Press Check Port to attempt a TCP connection. The result shows open/closed/filtered status and response time.
  4. Try examples — Use Valid Example for an open port or Invalid Example for a closed port.

Frequently Asked Questions

What do open, closed, and filtered mean?

Open — the port accepts connections. Closed — the host responded with RST, no service listening. Filtered — connection timed out, likely blocked by firewall.

Can I scan multiple ports at once?

This tool checks one port at a time. For comprehensive scanning, use dedicated tools like Nmap.

Why might a port show as filtered when the service is running?

A filtered status usually means a firewall is dropping packets silently. Cloud providers require explicit security group rules to allow traffic.

Is port scanning legal?

Port scanning your own servers or authorized systems is legal. Scanning without permission may violate laws or terms of service. Only test infrastructure you own or have permission to test.

Does this tool store my lookups?

No. Port checks are performed in real-time and are not logged or stored.