Online Ping & Port Checker
Test server availability and scan for open ports. Diagnose connection timeouts, firewall rules, and latency issues from an external node.
Diagnosing Connectivity: Beyond the Browser
When a website fails to load or a database connection drops, the browser's "Connection Timed Out" error is vague. The problem could be DNS, a down server, or a blocked port. Our Ping & Port Checker acts as an external diagnostic node. It attempts to establish a TCP Handshake with the target IP address on specific ports (like 80 for Web, 22 for SSH). Unlike a local ping from your command line, this test originates from our remote servers, verifying if the host is reachable from the public internet, bypassing local cache or network quirks.
Understanding Port States: Open, Closed, and Stealth
In network security, the status of a port reveals the server's posture. An Open port accepts connections (danger if unintended). A Closed port actively rejects connections (RST packet), meaning the server is up but the service is down. A Filtered (Stealth) port simply drops packets, resulting in a timeout. This is the hallmark of a properly configured Firewall dropping unauthorized traffic. Use this tool to verify if your `iptables` or cloud security groups (AWS Security Groups) are correctly whitelisting traffic to your services.
Troubleshooting Home Servers and Gaming
Running a Minecraft server or a Plex media server from home requires "Port Forwarding" on your router. However, misconfigurations or ISP-level blocking (CGNAT) often break external access. By inputting your public IP and the service port (e.g., 25565 or 32400), you can definitively confirm if the outside world can reach your application. If the tool reports the port as closed, the issue lies within your router's NAT configuration or your ISP's restrictions, not the client trying to connect.