Enter a search term
Type a port number, a service name such as SSH or MySQL, or a few words from the description.
Search 45 widely used network ports by number, service name or description. Handy when you are writing a firewall rule, a docker run command or a database connection string.
A searchable reference that answers the question without leaving the page.
Type a port number, a service name such as SSH or MySQL, or a few words from the description.
The table updates as you type and lists the matching ports with their service name and purpose.
Copy the port number into your firewall rule, docker run command, security group or client connection string.
The reference covers the services that show up in everyday server, container and firewall work.
| Group | Typical ports | Examples |
|---|---|---|
| Web | 80, 443, 8080, 8443 | HTTP, HTTPS and the common alternative ports used by application servers |
| Remote access | 22, 23, 3389, 5900 | SSH, Telnet, Remote Desktop and VNC |
| 25, 110, 143, 465, 587, 993, 995 | SMTP, POP3 and IMAP with their TLS variants | |
| Databases | 1433, 1521, 3306, 5432, 6379, 27017 | SQL Server, Oracle, MySQL, PostgreSQL, Redis and MongoDB |
| Big data and messaging | 2181, 5672, 8020, 9092, 9200, 11211 | ZooKeeper, AMQP, HDFS, Kafka, Elasticsearch and Memcached |
Security reminder: this page is a reference only. A port number tells you which service normally listens there, not what is actually running on your host. Always confirm with a local check before opening a port on a public interface.
No popups, no signup, and the whole table is already in the page you loaded.
Results narrow as you type, so one or two digits are often enough to find the port you want.
Web, mail, remote access, database, messaging and big data services are all included.
Searching happens in your browser. Nothing you type is sent to the 73hi server.
The table scrolls horizontally on small screens, so the reference is readable on a phone.
Yes. The port reference is free with no signup and it runs entirely in your browser.
The reference ships with 45 widely used ports covering web, mail, remote access, database, messaging and big data services.
Yes. You can search by port number, service name such as SSH or Redis, or any words from the description.
TCP establishes a connection and retransmits lost packets, which suits web, mail and database traffic. UDP is connectionless and faster, which suits DNS queries, streaming and real-time traffic. Port numbers are separate namespaces for each protocol, so TCP port 53 and UDP port 53 are different ports.
Database and administration ports such as 3306 for MySQL, 5432 for PostgreSQL, 6379 for Redis, 27017 for MongoDB and 3389 for Remote Desktop should stay behind a firewall. If remote access is required, restrict it to known addresses or place it behind a VPN or an SSH tunnel.
No. The port table is part of the page and the filtering runs with JavaScript in your browser, so nothing you type leaves your device.