Open HTTPS port
Input: google.com:443
Output: OPEN — TCP connect to 142.250.80.46:443 succeeded in 28ms
500+ fast, free tools. Most run in your browser only; Image & PDF tools upload files to the backend when you run them.
Run a single TCP connect-test from our backend to confirm whether one port on a public host is open, closed, or filtered. Common-port presets included.
The Open Port Checker runs a single TCP connect-test from the UtilityKit backend to a host and port you specify, and reports whether the connection succeeds (OPEN), is rejected (CLOSED), or times out (filtered). It's intentionally not a port scanner — only one port at a time, with strict rate-limiting to deter sweep attempts. Common ports come preloaded as a dropdown so you don't have to remember that 22 is SSH, 587 is SMTP submission, 6379 is Redis, or 3306 is MySQL. Use this when a deployment finishes and you want a third-party perspective on whether your firewall is forwarding traffic correctly, when you suspect ISP-level blocking of port 25, or when a customer reports they can't reach your service. The tool resolves the host through the SSRF-safe backend resolver, blocks private and reserved IPs, and times out cleanly at 5 seconds.
Input: google.com:443
Output: OPEN — TCP connect to 142.250.80.46:443 succeeded in 28ms
Input: example.com:6379
Output: CLOSED — Reason: ECONNREFUSED — no listener / RST returned
Input: blocked-host.example:445
Output: CLOSED — Reason: timeout — firewall is dropping SYN packets silently