Skip to content

jjtortosa/mongui

Repository files navigation

mongui

MongoDB user interface inspired on RockMongo

npm version GitHub version

NPM NPM

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install mongui --global

Start mongui

$ mongui [port]

default port: 3101

Usage

Setup config.json

Config file location search order:

  • /etc/mongui/config.json
  • /usr/local/etc/mongui/config.json
  • ~/.mongui/config.json
  • [PWD]/config.json
  • config.json

Default user: "test", password: 1234 Leave users empty for no security check

Navigate to: http://localhost:3101/

screenshot1

Features

  • Multilang. Language detected from browser. Currently only english & spanish. Default: english.
  • Server statistics
  • List processes
  • Validate collection
  • Field editor
  • ...

Dependencies

Dev Dependencies

None

License

MIT