NetToollo

Port Checker

Check if a specific port is open or closed on any server. Use preset buttons for common ports or enter custom port numbers.

Quick presets:

Common Ports Reference

PortServiceDescription
20FTP DataFile Transfer Protocol data transfer
21FTP ControlFile Transfer Protocol command control
22SSHSecure Shell remote access
23TelnetUnencrypted remote access (deprecated)
25SMTPSimple Mail Transfer Protocol
53DNSDomain Name System queries
80HTTPHypertext Transfer Protocol (web)
110POP3Post Office Protocol v3 (email)
143IMAPInternet Message Access Protocol (email)
443HTTPSHTTP Secure (encrypted web)
465SMTPSSMTP over SSL
587SMTP-TLSSMTP with STARTTLS
993IMAPSIMAP over SSL
995POP3SPOP3 over SSL
3306MySQLMySQL database server
3389RDPRemote Desktop Protocol
5432PostgreSQLPostgreSQL database server
6379RedisRedis in-memory data store
8080HTTP AltAlternative HTTP port
27017MongoDBMongoDB database server

Frequently Asked Questions

How do I check if a port is open?

Enter the hostname or IP address and the port number you want to check, then click 'Check Port'. Our tool will attempt to connect to the specified port and report whether it is Open, Closed, or Filtered/Timeout. You can also check multiple ports at once by entering comma-separated port numbers.

What are the most common ports?

The most common ports include: HTTP (80), HTTPS (443), FTP (21), SSH (22), SMTP (25/587), DNS (53), POP3 (110), IMAP (143), MySQL (3306), PostgreSQL (5432), Redis (6379), MongoDB (27017), and RDP (3389). Each port is associated with a specific service or protocol.

Why is my port closed?

A port may appear closed for several reasons: the service is not running on that port, a firewall is blocking the connection, the server is configured to reject connections on that port, or network address translation (NAT) is preventing external access. Check your firewall rules, ensure the service is running, and verify port forwarding settings if applicable.