📄️Databases
MongoDB Databases page listing databases with their size and the Delete button
📄️MongoDB Users
MongoDB Users page listing users with their roles and the Change Password and Delete buttons
📄️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.