Download
Download the setup file for your operating system. The professional edition can directly be downloaded from the shop or the Download Manager.
- Mongo Management Studio Professional Edition Windows
- Mongo Management Studio Professional Edition Mac
- Mongo Management Studio Professional Edition Linux
Installation Windows/Mac
Start the respective setup file and follow the installation instructions.
When installing the application in Mac there could be an error message that the application was not downloaded through the app store or is not certified by Apple. In that case please go to security preferences in the system settings. There you can allow the installation of the package or set the "Allow applications downloaded from:" to "Anywhere".
Installation Linux
- Check if node.js is installed
node -v
- Install node.js if it's missing (we recommend baboonstack)
- Unpack the tar.gz file
tar -xvf mms-v1.2.0-community-linux.tar.gz
- Unpack the package for your system architecture
tar -xvf mms-v1.2.0-community-linux-[arch].tar.gz
- Install Mongo Management Studio as root
sudo ./install.sh
- Start Mongo Management Studio from the console
lx-mms
- Open the url in the browser: http://127.0.0.1:3333
- Optionally you can register the app as daemon: Registering the application as daemon under Linux
Update
For updates of Mongo Management Studio simply perform a new installation. The existing version will be replaced with the new version.