TCP Ping

Check whether a host accepts connections on a given TCP port, and how quickly it responds.

Unlike ICMP ping, a TCP ping opens an actual connection to a specific port — so it tells you whether a service (not just the host) is reachable. It works even when ICMP is firewalled, which is common on modern networks.

Enter a host and a port (default 443) above to measure reachability and round-trip time.

Frequently asked questions

Why use TCP ping instead of normal ping?

Many hosts block ICMP echo (normal ping) but still serve traffic. A TCP ping to the real service port confirms the service is actually reachable.

What does a timeout mean?

No response before the deadline — the port is filtered by a firewall, the service is down, or the host is unreachable.

Which port should I test?

Test the port the service uses: 443 for HTTPS, 22 for SSH, 3306 for MySQL, 25/587 for mail, and so on.

Other tools

DNS Lookup
Look up DNS records (A, AAAA, MX, TXT, NS, SOA) for any domain online. Fast, free, no signup.
WHOIS Lookup
Look up WHOIS/RDAP registration data for a domain or IP: registrar, dates, name servers, network owner.
Port Scan
Scan a host for common open TCP ports and the services behind them. Fast online port checker.
SSL Check
Check a site's SSL/TLS certificate: issuer, validity dates, expiry, and subject. Free online SSL checker.
HTTP Headers
Check a URL's HTTP response headers, including security headers like HSTS, CSP, X-Frame-Options.