Docs HomeMongoDB Manual

Default MongoDB Port

The following table lists the default TCP ports used by MongoDB:

Default PortDescription
27017The default port for mongod and mongos instances. You can change this port with port or --port.
27018The default port for mongod when running with --shardsvr command-line option or the shardsvr value for the clusterRole setting in a configuration file.
27019The default port for mongod when running with --configsvr command-line option or the configsvr value for the clusterRole setting in a configuration file.
27020The 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.