
We recommend storing your database passwords locally.
MONGODB COMPASS CONNECT TO REMOTE SERVER PASSWORD
Once you create a password for a user, you can only view it during the session you created it. Click Copy to copy connection details with the password, or click show-password to reveal the password. We recommend the flags format because the readability can help if you want to customize the way you connect.īy default, the control panel doesn’t reveal the cluster’s password for security reasons. You can also choose to view the connection details in three different formats:Ĭonnection parameters: Database information meant for application configuration, such as Studio 3T.Ĭonnection string: A condensed string that you can pass to a client, such as MongoDB Compass.įlags: A complete mongo command that supplies the connection variables as individual flags. The User field updates the connection details with the user credentials that you would like to connect with. The Database field updates the connection details based on which database you want to connect to. Only other resources in the same VPC network as the cluster can access it using its private hostname. Public network and Private network ( VPC) options generate connection details based on if you want to connect via the cluster’s public hostname or the cluster’s private hostname. You can view customized connection details based on how you want to connect to the database: To view your database’s connection details, click the name of the cluster on the Databases page to go to its Overview page. You use your database’s connection details to configure tools, applications, and resources that connect to the database. To retrieve database connection details with Godo, use theĬluster, _, err := (ctx, "9cc10173-e9ea-4176-9dbc-a4cee4c4ff30") The official DigitalOcean V2 API client for Go. H "Authorization: Bearer $DIGITALOCEAN_TOKEN" \ To retrieve database connection details with cURL, call:
