🔌

Port Scanner

Check whether common ports are reachable on any public host. Scan web, mail, database and other standard ports. Browser-based, no software needed.

🌐 Network & Web Tools Free Browser-based
Tool
Browser limitation: Web browsers cannot open raw TCP connections, so this tool checks port reachability via HTTP/HTTPS requests. Results indicate whether a port serves HTTP traffic, not whether it is open at the TCP level. Use nmap for full TCP port scanning.

Common Port Reference

PortServiceProtocol
80HTTPWeb traffic (unencrypted)
443HTTPSWeb traffic (encrypted)
22SSHSecure shell remote access
21FTPFile Transfer Protocol
25SMTPEmail sending
3306MySQLDatabase server
5432PostgreSQLDatabase server
6379RedisIn-memory data store

Browser Scanning Limitations

Browsers cannot open raw TCP connections — they only communicate via HTTP/HTTPS. This scanner checks if a service responds to an HTTPS request on a given port. Ports serving HTTPS will show as reachable; SSH, FTP and database ports will always show as unreachable regardless of whether the service is running, because they don't speak HTTP.

Frequently Asked Questions