A cross-platform web-based GUI for MongoDB administration built with Express. Version 0.0.23 (last released 2018) is the latest. Allows managing connections, databases, collections, documents, indexes, and server monitoring. Supports backup/restore and JSON export. Connections including passwords are stored unencrypted in a config file, making it unsafe for production deployment. Can run as an Electron desktop app. Requires Node.js >=4. Not actively maintained.
npm install admin-mongoNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Clone repository, install dependencies, configure default host and port, and start the application.
Do not expose on public networks; use only in trusted environments.
Audit and update dependencies manually or migrate to a maintained alternative.
Use Node.js 12 or lower, or upgrade dependencies.
Avoid using compound indexes or custom _id patterns.
Use a single host or connect to primary directly.
Add reverse proxy with authentication (e.g., nginx + basic auth) for any non-local access.
Run 'npm install' in adminMongo directory
Change port in config/app.json or kill process using port 1234
Verify username/password in the adminMongo connection settings
Use the CLI or Electron app; this package is not a module
No dependency data recorded yet.