Registry / database / mongui

mongui

JSON →
library1.2.5jsnpmunverified

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 mongui
INSTALL
IMPORT
SIG · MONGUI
M
mongui
databasejavascriptv1.2.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mongui (CLI)
npm install -g mongui mongui [port]
npm install mongui
Install globally to use CLI command. Local install requires npx.

Shows global installation and starting mongui on port 3101.

npm install -g mongui mongui 3101
Debug
Known issues
gotchaDefault credentials (test:1234) are insecure; change before exposing.
fix
Edit config.json with your own users array.
affects: >=0.0.0
gotchaNo HTTPS support; all traffic including passwords sent in cleartext.
fix
Use a reverse proxy (e.g. nginx) to add TLS.
affects: >=0.0.0
deprecatedPackage appears unmaintained since ~2016; may have unpatched vulnerabilities.
fix
Consider using a maintained alternative like Mongo-Express.
affects: >=1.2.0
gotchaConfig file search order may cause unexpected config being loaded; files in /etc/mongui/ take precedence.
fix
Verify which config file is loaded by checking console output.
affects: >=0.0.0
Errors
Common errors & fixes
Error: listen EADDRINUSE :::3101
Default port 3101 already in use.
fix
Specify a different port: mongui 3102
Error: Cannot find module 'mongodb'
Local install without dependencies hoisted correctly.
fix
Install globally: npm install -g mongui
Upgrade
Version history
1.2.5latest on npm
Audit
Dependencies
expressrequiredweb framework used to serve the UI
mongodbrequirednative MongoDB driver for database operations
Agent activity
5 hits · last 30 days
node
4
Resources
packagemongui
mongui — npm install mongui · libregistry