Default MongoDB Port
This version of the documentation is archived and no longer
supported. View the current documentation to learn how to
upgrade your version of MongoDB.
The following table lists the default TCP ports used by MongoDB:
Default Port | Description |
---|---|
27017 | |
27018 | The default port for mongod when running with
--shardsvr command-line option or
the shardsvr value for the clusterRole
setting in a configuration file. |
27019 | The default port for mongod when running with
--configsvr command-line option or
the configsvr value for the clusterRole
setting in a configuration file. |
27020 | The default port from which mongocryptd listens for
messages. mongocryptd is installed with MongoDB Enterprise
Server (version 4.2 and later) and
supports automatic encryption operations. |