The Connect dialog box for a cluster provides the details to connect to a cluster using Compass.
Prerequisites
TLS
Use MongoDB Compass 1.5 or later to connect to Atlas clusters. These versions support the required SNI TLS extension.
MongoDB Compass
To complete this procedure, do one of the following:
Install MongoDB Compass. See Compass Installation.
Upgrade to the latest version of MongoDB Compass by downloading MongoDB Compass from links in the Atlas Connect dialog box. To access these links, click Connect for the cluster you wish to connect to, then click Compass.
IP Access List
To access a cluster, you must connect from an IP address on the Atlas project's IP access list. If you need to add an IP address to the IP access list, you can do so in the Connect dialog box. You can also add the IP address from the Network Access tab.
Database User
To access a cluster, you must have a database user with access to the desired databases on your Atlas cluster. Database users are separate from Atlas users. Database users have access to MongoDB databases, while Atlas users have access to the Atlas application itself.
You can create a database user to access your Atlas cluster in the Connect dialog box. You can also add the database user from the Cluster view. Atlas creates a database user when you create your first cluster.
Connect to Your Cluster
Compass 1.8 and Later
Use the following procedure to connect MongoDB Compass 1.8 or later versions to your Atlas cluster.
In Atlas, go to the Clusters page for your project.
If it's not already displayed, select the organization that contains your desired project from the Organizations menu in the navigation bar.
If it's not already displayed, select your desired project from the Projects menu in the navigation bar.
In the sidebar, click Clusters under the Database heading.
The Clusters page displays.
Choose your Connection Type.
Atlas displays the connection type options after you enable Private IP for Peering, Private Endpoint, or both. If you haven't enabled either feature, no buttons display and Connection Type defaults to Standard.
Under Choose Connection Type, select one of the following connection types:
Create a Database User.
IMPORTANT: Skip this step if Atlas indicates in the Setup connection security step that you have at least one database user configured in your project. To manage existing database users, see Configure Database Users.
To access the cluster, you need a MongoDB user with access to the desired database or databases on the cluster in your project. If your project has no MongoDB users, Atlas prompts you to create a new user with the Atlas Admin role.
Enter the new user's Username.
Enter a Password for this new user or click Autogenerate Secure Password.
Click Create Database User to save the user.
Use this user to connect to your cluster in the following step.
Once you have added an IP address to your IP access list and added a database user, click Choose Your Connection Method.
Get the Connection String for MongoDB Compass from Atlas.
Click I have MongoDB Compass.
Choose your version of MongoDB Compass in the dropdown. To check the version of MongoDB Compass that you have installed on your system, click About MongoDB Compass in the application.
Copy the connection string presented in the Atlas Connect dialog box.
Compass 1.7 or Earlier
For MongoDB Compass 1.7 or earlier versions, you can manually create a new connection in Compass.
To set up a New Connection from MongoDB Compass to your Atlas cluster, enter the following information in MongoDB Compass and click Connect:
Field Name | Description |
|---|---|
Hostname | Hostname of primary for a replica set or the hostname for the To locate the hostname of the replica set primary in the Atlas UI:
To locate the hostname for a sharded cluster in the Atlas user interface:
Make note of the port number of the primary or |
Port | Port of the primary for a replica set or the port of the |
Authentication | Select |
Username | MongoDB user. The Atlas connection string displays the MongoDB administration user set up for the cluster. You can connect with a different MongoDB user. |
Password | Password associated with the specified MongoDB user. |
Authentication Database | Specify |
Replica Set Name | Name of the Atlas cluster's replica set. To retrieve the replica set name:
|
Read Preference | Specify how MongoDB Compass directs read operations. Options are |
SSL | Select |
SSH Tunnel | Select |
Favorite Name | Enter a name for the connection if you want to save it as a favorite. |
Troubleshooting
If you are experiencing issues connecting to your cluster, see Troubleshoot Connection Issues.