The Most Common Default Port Numbers You Should Know

Photo of author

By Vijay Singh Khatri

Remembering the default port number for everything is not an easy task. Unfortunately, administrators need to follow this rule all the time—memorizing the most common port numbers for HTTPS, SSH, etc.

Of course, since you are working on different protocols at the same time, identifying all of their port numbers is quite difficult. In this post, we have listed the most common default port numbers for different applications to save you time. Thus, you can bookmark this post on your browser and come back whenever you need to know the default port number of a particular protocol.

Most Popular Protocols

Look at the table below to identify the most common port numbers of all time:

Name of the protocolPort numbers
HTTP80
HTTPS443
FTP21
LDAP389
LDAP (SSL)636
SSH22
SNMP161
Telnet23
SMTP25
DNS service53
Microsoft RDP3389
NNTP119
IMAP SSL993
IMAP143

Most Popular Applications and Web Servers

Name of the protocolsPort numbers
Tomcat Startup8080
Tomcat Shutdown8005
Tomcat Startup (SSL)8443
Tomcat AJP Connector8009
GlassFish Admin Server4848
GlassFish HTTPS8181
GlassFish HTTP8080
Jonas Admin Console9000
Jetty8080
JBoss Admin Console8080
IHS Administration8008
WildFly Admin Console9990
WAS Admin Console (SSL)9043
WebLogic Admin Console7001
WAS Admin Console9060
Alfresco Explorer/Share8080
Apache Derby Network Server1527
WAS JVM HTTPS9443
WAS JVM HTTP9080
Jenkins8080
OHS7777
OHS (SSL)4443

Database and Datastore

Name of the protocolsPort numbers
MariaDB3306
MongoDB27017
Memcached11211
MS SQL1433
MySQL3306
Redis Server6379
Oracle Listener1521
DB250000

Messaging and Transfer Protocols

Name of the protocolsPort numbers
MQ Listener1414
GoToMyPC8200
Tibco RV Daemon7474
RabbitMQ Web UI15672
IBM Connect:Direct1364

Misc Protocols

Name of the protocolPort number
Syslog514 (UDP)

Full Names of Some of the Abbreviations:

Maybe you don’t remember the full names of some of the abbreviations we have used in this list. Well, in that case, worry no more. Here they come for your easy reference:

SNMP- Simple Network Management Protocol

NNTP- Network News Transport Protocol

SSH – Secure Shell

HTTP – HyperText Transfer Protocol

SSL – Secure Socket Layer

WAS – WebSphere Application Server

IHS – IBM HTTP Server

SMTP – Simple Mail Transfer Protocol

AJP – Apache JServ Protocol

Conclusion

As you can see, trying to remember all the port numbers of so many protocols is not worth it because you will forget them anyway. That’s why this list will help you identify them whenever you are at work. Open this list and search for the default port number you don’t remember.

For example, when you are trying to remember the port number for SSH, open this post from your bookmarks and press CTRL+F on your keyboard to search for SSH, and you will find its default port number. To learn more important information like this, go check out our other relevant blog posts.

Leave a Comment