

Once the robo3t application is running for the first time, a MongoDB Connections configuration window will prompt the user to Create, edit, remove, clone or “reorder connections via drag’n’drop”. NOTE: Ensure that the MongoDB service is running in the background. To lunch the robo3t application, double click the shortcut that was created in the previous step. Navigate to this opt/robomongo/bin then right-click on the robo3t to create a shortcut. NOTE: if conflict in permission and access rights occurred, use the following command: sudo chmod -R 777 /opt in order to have elevated access rights to perform read and write operations. Copy and paste the extracted file in the /opt folder.

If MongoDB is installed you can run it with the mongod command.ĭownload the latest version of Robo3T from the official Robomongo website, here.Įxtract the downloaded tar.gz file via terminal using the below command. PrerequisitesĮnsure that latest Java JDK is properly installed and configured beforehand.Įnsure that MongoDB service is running.
#Install robo 3t mac how to
Please continue reading as we show you how to install Robo3T on your system.

We find Robo3T strongest feature is that it doesn’t hog your resources.
#Install robo 3t mac for mac os
There is a version of Robo3T for Mac OS X, Windows, and Linux systems. In the embedded shell Robo3T provides a great autocomplete feature which is invaluable for developers who jump back and forth between different languages and have a hard time remembering the exact syntax. Robo3T also provides an embedded shell so users can still use the MongoDB shell if necessary. Robo3T allows you to perform all of the primary functionality in a GUI without having to remember the MongoDB shell syntax. Robo3T is one of several GUI tools including Compass and Studio 3T that allow you to visualize your data which can be very hard to do through the MongoDB shell. In this article we’ll show you step-by-step how to install and integrate Robo3T in MongoDB.
