MongoDB Management Tool: Rockmongo
Rockmongo is a MongoDB management tool written in PHP5.
With Rockmongo, you can manage MongoDB services, databases, collections, documents, indexes, and more.
It offers a very user-friendly interface, similar to phpMyAdmin (a MySQL management tool developed in PHP).
Rockmongo Download Link: https://github.com/iwind/rockmongo
Introduction
Main Features:
Uses the permissive New BSD License
Fast speed, easy installation
Supports multiple languages (currently available in Chinese, English, Japanese, Brazilian Portuguese, French, German, Russian, Italian)
System
Can configure multiple hosts, each with multiple administrators
Requires an administrator password to log in and operate, ensuring database security
Server
Server information (WEB server, PHP, PHP.ini directives, etc.)
Status
Database information
Database
Query, create, and delete
Execute commands and Javascript code
Statistics
Collections (equivalent to tables)
Powerful query tools
Read, write, modify, copy, delete data
Query, create, and delete indexes
Clear data
Bulk delete and modify data
Statistics
GridFS
View chunks
Download files
Installation
Requirements
A web server that can run PHP, such as Apache Httpd, Nginx, etc.
PHP - Requires PHP v5.1.6 or higher, with SESSION support
To connect to MongoDB, you need to install the php_mongo extension
Quick Installation
Extract it to your website directory
Open config.php with an editor and modify parameters such as host, port, admins, etc.
Access index.php in your browser, for example: http://localhost/rockmongo/index.php
Log in with the username and password, default is "admin" and "admin"
Start managing MongoDB!