📄️Databases
MongoDB databases are used to store and manage your application's document-based data, making it accessible and organized for your applications and services.
📄️MongoDB Users
This section lists all your MongoDB users and offers options to reset a user's password or delete a user.
📄️Database Wizard
The Database Wizard can be accessed on the MongoDB page by clicking the "Database Wizard" button. This tool is designed to streamline the creation of a new database, a new user, and granting that user a role on the database.
📄️Create Database
Easily create a new MongoDB database in just a few clicks. Databases are essential for storing, organizing, and retrieving document data for your applications.
📄️Create User
Easily create a new MongoDB user in just a few clicks. Users are used for interacting with databases or the MongoDB server.
📄️Assign User to DB
Grant a MongoDB user a role scoped to an existing database, so they can execute queries, modify collections, and manage data.
📄️Remove User from DB
Revoke a role previously granted to a MongoDB user on a database, to prevent them from executing queries, modifying collections, or managing data.
📄️Import
Import data into a MongoDB database using a mongodump archive file (.archive or .archive.gz). This feature is useful for restoring backups, migrating data, or setting up initial database structures.