There was an error while loading. Please reload this page.
Follow instructions at https://docs.mongodb.org/v3.2/tutorial/install-mongodb-on-windows/ to install MongoDB 3.2 on WebCommander server and configure it as a Windows service
Add the bin path of MongoDB (such as c:\mongodb\bin if it's installed there) into Windows system variable "PATH".
Create database and collection in MongoDB for WebCommander by running the commands below:
mongo.exe use webcmd db.createCollection("history")
Download the module from https://github.com/nightroman/Mdbc and save it to c:\windows\system32\windowspowershell\v1.0\modules