AES Encryption Explained: How It Works and Why It Matters
Jun 23, 2026
Check if a TCP port is open on a remote host. Test common ports with preset shortcuts or enter any custom port.
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.
Open — the port accepts connections. Closed — the host responded with RST, no service listening. Filtered — connection timed out, likely blocked by firewall.
This tool checks one port at a time. For comprehensive scanning, use dedicated tools like Nmap.
A filtered status usually means a firewall is dropping packets silently. Cloud providers require explicit security group rules to allow traffic.
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.
No. Port checks are performed in real-time and are not logged or stored.
Blog
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026