Connecting to MongoDB Atlas with Robo 3T / Robomongo
Words: 103 - (1 min read)
Sometimes you may want to do development on your database and connect via a GUI to test results. Connecting to MongoDB Atlas is very easy with Robo 3T / Robomongo, simply follow these steps.
-
Setup your first DNS in your cluster
-
Fill in Database as "admin", Username/Password as per the user setup in MongoDB Atlas.
-
Skip SSH tab
-
Click "Use SSL protocol" then select "Self-signed Certificate" from the dropdown.
- Click "Test" button and then "Save"and you are done!