MongoDB GUI client (cross-platform or Linux)

84,085

Solution 1

Robomongo - crossplatform MongoDB GUI client.

Update: Mac OS X and Linux(as Debian/Ubuntu, RHEL/CentOS packages) versions released.

Update: Robomongo offically changed it's name and released two different products Studio 3T and Robo 3T. Old robomongo is now called Robo 3T. Studio is for professionals.

Solution 2

try umongo, has releases for Windows, Mac OS X and Linux.

enter image description here

Solution 3

Try MonjaDB http://www.jumperz.net/index.php?i=2&a=0&b=9

I have developed this tool for myself. I use this tool on Linux ( Eclipse ).

Solution 4

try Rock Mongo, written in php.

Solution 5

http://code.google.com/p/greenmangoquery/ its light weight mongodb client using java . so its working all platform including linux and windows.

Share:
84,085

Related videos on Youtube

some.birdie
Author by

some.birdie

[email protected]

Updated on July 05, 2022

Comments

  • some.birdie
    some.birdie almost 2 years

    The list of MongoDB GUI client apps on the official site is outdated: some clients are not supported, some are heavily bound to .NET and not runnable on Linux. And all of them lack the ability to edit stored documents (i.e. provide read-only access).

    I need a GUI client that:

    1. Works on Linux (but not web);
    2. Is free;
    3. Supports documents editing.

    Is there an app which satisfies these requirements?

  • Dor
    Dor about 12 years
    which, by the way, is listed on the aforementioned page from MongoDB's website.
  • Eyal
    Eyal over 11 years
    You might want to try to add this tool to the official list.
  • some.birdie
    some.birdie about 11 years
    See item #1 in my question: i need a client that works on Linux.
  • Artem
    Artem about 11 years
    See paragraph #1 on the site. My answer updated.
  • some.birdie
    some.birdie about 11 years
    It looks interesting, hope they will do it for Linux. They use Qt, so it probably should not be a problem.
  • Eyal
    Eyal about 11 years
    And is a "web" client, which the OP didn't want ...
  • Flavien Volken
    Flavien Volken about 11 years
    Mac OS X version released
  • Artem
    Artem about 11 years
    Linux version released :)
  • expert
    expert almost 9 years
    Doesn't work on Windows 7 as of today (build 0.8.5). First I thought it can't connect to local server. Then I googled and found I need to open Explorer. It's very non-pobvious @Artem. And now it shows I have no collections in db.
  • Nicolas Barrera
    Nicolas Barrera over 8 years
    Does not support mongo 3.x with wired tiger storage engine
  • Sercan Ozdemir
    Sercan Ozdemir over 8 years
    Additionally: github.com/rsercano/mongoclient written in meteorJS, has most platforms distributions. Supports Mongodb 3.2 and older
  • Vlad
    Vlad over 8 years
    It runs only on 64bit system. You can install it but can't run it. 32 bit systems become old now?
  • Admin
    Admin almost 7 years
    Enormous difficulty getting this to run if you don't have Qt5 installed :-(
  • Thusitha Indunil
    Thusitha Indunil over 6 years
    Thanks for this tool. This is very useful for me.
  • holms
    holms about 6 years
    and it's php.. which most of us doesn't want :D
  • Vikram Rayavarapu
    Vikram Rayavarapu over 3 years
    Does this support raspian?