A web-based MongoDB user interface inspired by RockMongo, providing a graphical admin panel for MongoDB databases. The latest version is 1.2.5, released with no recent updates (last release appears stale). It supports basic operations like viewing server statistics, listing processes, validating collections, and a field editor. It runs as a global npm tool with a built-in Express server on a configurable port. Minimal security, intended for local or trusted network use. No alternative UI like MongoExpress or Robo3T is more modern; this package is likely unmaintained.
npm install monguiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows global installation and starting mongui on port 3101.
Edit config.json with your own users array.
Use a reverse proxy (e.g. nginx) to add TLS.
Consider using a maintained alternative like Mongo-Express.
Verify which config file is loaded by checking console output.
Specify a different port: mongui 3102
Install globally: npm install -g mongui