翻译或纠错本页面
- Reference >
- MongoDB 默认端口
MongoDB 默认端口¶
The following table lists the default TCP ports used by MongoDB:
默认端口 |
介绍 |
---|---|
27017 | |
27018 | 设置 --shardsvr 运行变量或在配置文件里设置 clusterRole 为 shardsvr 时的默认端口。 |
27019 | 设置 --configsvr 运行变量或在配置文件中将 clusterRole 设置为 configsvr 时的默认端口。 |
28017 | 系统状态网页的默认端口。系统状态网络页面永远可以在比 port 大 1000 的端口反问。 |