NewKit / Reference / Common Ports

Common Ports

Which service uses each port (22, 80, 443…). · Processed in your browser.

PortServiceProtocol
20 / 21FTPTCP
22SSH / SFTPTCP
23TelnetTCP
25SMTPTCP
53DNSTCP/UDP
67 / 68DHCPUDP
80HTTPTCP
110POP3TCP
123NTPUDP
143IMAPTCP
161 / 162SNMPUDP
389LDAPTCP
443HTTPSTCP
465SMTPSTCP
587SMTP (envío)TCP
636LDAPSTCP
993IMAPSTCP
995POP3STCP
1433SQL ServerTCP
1521Oracle DBTCP
3306MySQL / MariaDBTCP
3389RDP (escritorio remoto)TCP
5432PostgreSQLTCP
5601KibanaTCP
5672RabbitMQTCP
5900VNCTCP
6379RedisTCP
8080HTTP alternativoTCP
8443HTTPS alternativoTCP
9092KafkaTCP
9200ElasticsearchTCP
11211MemcachedTCP
27017MongoDBTCP
3000Dev serverTCP

What is Common Ports?

Ports identify services within a single machine: 80 for HTTP, 443 for HTTPS, 22 for SSH, 5432 for PostgreSQL, and so on. Knowing the common ports speeds up configuring servers, firewalls and deployments.

This reference gathers the most common TCP/UDP ports with the service running on each, so you don't have to look them up when opening a firewall, connecting to a database or diagnosing a network issue.

The ones worth memorizing: 80 (HTTP) and 443 (HTTPS) for the web, 22 (SSH), 53 (DNS), 25/465/587 (SMTP mail) and databases like 3306 (MySQL), 5432 (PostgreSQL) or 6379 (Redis). Ports below 1024 are "privileged" and need administrator permissions to listen on.

Frequently asked questions

Which port does HTTPS use?

Port 443 (TCP). Unencrypted HTTP uses port 80.

Which port does SSH use?

Port 22 (TCP), the same as SFTP.

What is the difference between TCP and UDP?

TCP is connection-oriented and reliable (web, mail, databases); UDP does not confirm delivery but is faster (DNS, NTP, streaming).

Is it free?

Yes, all NewKit tools are completely free.

Is my data sent to a server?

No. Processing happens 100% in your browser, so it is safe even for sensitive data.