Setup Guide

Figure 11. Wyse Management Suite installation directory
3. Open the mongod.cfg file and add the following command at the end of the configuration:
port=<new port number>
Figure 12. Change port number
The following are the default port numbers in MongoDB:
27017The default port for Mongod and Mongos instances.
27018The default port when you run with --shardsvr runtime operation.
27019The default port when you run with --configsvr runtime operation.
28017The default port for the web status page.
4. Go to Start > Services.
Server hardening for MongoDB
11