# MongoDB
Node.js deployment package includes MongoDB and Web-GUI tool adminMongo for MongoDB management, refer to these steps to use it:
Using the Chrome or FireFox to visit URL http://Internet IP:9091 for adminMongo
And you can use SSH to login Mongo Shell to manage MongoDB(Don't known password?)
# log in Mongo Shell without authenticating mongo # log in Mongo Shell witt authenticating mongo admin --username root -p
Websoft9 provide MongoDB guide (opens new window) for more useful skills of MongoDB, includes: modify password, create user, import/export data, enable or disable remote visit, log configuration and so on.