mrvautin

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.

  1. Setup your first DNS in your cluster

  2. Fill in Database as "admin", Username/Password as per the user setup in MongoDB Atlas.

  1. Skip SSH tab

  2. Click "Use SSL protocol" then select "Self-signed Certificate" from the dropdown.

  1. Click "Test" button and then "Save"and you are done!
Tags:
mongodb | atlas |

Related posts