Reference
Search common TCP/UDP ports and their services.
Runs entirely in your browser
Nothing you paste is uploaded. Monaco and Prettier load on demand from this origin.
Search
| Port | Service | Note |
|---|---|---|
| 20/21 | FTP | File Transfer Protocol. |
| 22 | SSH | Secure Shell. |
| 23 | Telnet | Unencrypted remote shell. |
| 25 | SMTP | Mail transfer. |
| 53 | DNS | Domain name resolution. |
| 80 | HTTP | Web traffic. |
| 110 | POP3 | Mail retrieval. |
| 143 | IMAP | Mail access. |
| 443 | HTTPS | Encrypted web traffic. |
| 3306 | MySQL | MySQL/MariaDB database. |
| 5432 | PostgreSQL | PostgreSQL database. |
| 6379 | Redis | Redis key-value store. |
| 8080 | HTTP alt | Common dev/proxy port. |
| 27017 | MongoDB | MongoDB database. |
There is no upload endpoint — your files are processed in this browser tab. Open your network tab and check. See how it stays private.
How to common ports
- Search. Type a port number or a service name.
- Read the match. See the service and protocol for that port.
- Apply it. Use it when configuring firewalls or services.
Configuring firewalls, servers, and connections constantly requires the right port number. A quick reference beats searching, especially for the less-common services.
For calculating network ranges around those services, use the CIDR/subnet calculator; for parsing addresses, the IP converter.
Frequently asked questions
What port does SSH use?
22 by default (TCP). The reference covers the other common ones — 80/443 for web, 53 for DNS, 3306 for MySQL — so you don't have to memorize them.
What's the difference between well-known and ephemeral ports?
Well-known ports (0–1023) are assigned to standard services; ephemeral ports are temporary ones the OS assigns to client connections.
Is anything fetched?
No. The list is built in and works offline.
Related tools
- CIDR calculatorCompute network address, broadcast, and host range for IPv4 CIDR blocks.
- IPv4 / IPv6Convert IPv4 to integer and binary, and expand or compress IPv6.
- HTTP headersLook up common HTTP request and response headers.
- User-Agent parserBreak down browser, OS, and device hints from a raw UA string.