Database Reference
In-Depth Information
Enabling the web-based console
MongoDB provides a simple web-based interface, which you can use to get a brief report
from the database engine. It shows the replica set's status, the client's statistics, and more.
To enable the web-based console, you should set the httpInterface configuration to
true .
To enable the http console, you can use the following command:
mongod --httpinterface
After issuing the preceding command, the web-based console will be available on the
127.0.0.1 port; the port value is 1000 more than the configured mongod port.
The following screenshot shows an output of this console:
Search WWH ::




Custom Search