Creating an Account
Enter connection details
| Field | Description |
|---|---|
| Name | A descriptive name (e.g., users-db) |
| Connection String | MongoDB URI (see below) |
| Database | Database name (default: admin) |
| SSL Enabled | Enable SSL for the connection |
| Reject Unauthorized | Reject connections with invalid certificates (only if SSL enabled) |
| SSL Certificate | Custom CA certificate (only if SSL enabled) |
mongodb:// and mongodb+srv:// URIs. Do not include credentials or database name in the URI — use the separate fields instead.Example: mongodb://mongo.example.com:27017 or mongodb+srv://cluster.example.comConnecting
The CLI starts a local proxy that you connect to with your preferred MongoDB client.mongosh or any MongoDB client:
--port <port>— use a specific local port (otherwise one is assigned automatically)--reason <reason>— provide an access reason (if required by template)
Next Steps
PostgreSQL Accounts
Add PostgreSQL database accounts.
Sessions
View and manage sessions.