Create a database cluster

Effortlessly set up your database cluster with our straightforward process! Head to the Databases section, click on the desired database for detailed information, and fill in the necessary details to create your database. Patience is key as you wait for the process to complete. Once done, access the information on the confirmation page. Explore one example of connecting with mongosh if you've selected MongoDB as your database. It's that simple!

  1. Navigate to Databases, and click on the database you want to check with details.

  1. Fill in the details of the database you want to create.

  1. Wait for a while.

  1. You should see the following page after the creation is complete.

  1. One example of connecting with mongosh if you created via mongosh.

$ mongosh "mongodb://185.112.181.99:27017"
Current Mongosh Log ID:	657efc65d8aab817b1d1be56
Connecting to:		mongodb://185.112.181.99:27017/?directConnection=true&appName=mongosh+2.1.1
Using MongoDB:		4.2.23
Using Mongosh:		2.1.1

For mongosh info see: https://docs.mongodb.com/mongodb-shell/


To help improve our products, anonymous usage data is collected and sent to MongoDB periodically (https://www.mongodb.com/legal/privacy-policy).
You can opt-out by running the disableTelemetry() command.

test> 

Last updated