From my searches online, I've found dozens of web-based MongoDB GUIs, as well as a native desktop application for MacOS, and one for Windows. But I'm having trouble finding any desktop GUIs for Linux. I'm looking for something akin to mysql-query-browser, but for MongoDB. Anybody know of anything?

(If it matters, I'm using Kubuntu 11.04)

link|improve this question

80% accept rate
feedback

1 Answer

up vote 5 down vote accepted

What about JMongoBrowser. I found it on Admin UIs page.

Personally I am using web based (PHP) Rock Mongo - acceptable.

link|improve this answer
Thanks, I didn't even know about the Admin UIs page. Anyway, JMongoBrowser runs, but it's very buggy. Keeps bringing up null pointer exceptions. Also, its inferface is many ways even more cumbersome than the command-line. So I won't be using this one. Maybe I'll just use a web-based GUI. Anyway, I'm leaving this question open for now in case someone else knows of something, but if there's nothing else, I'll mark this answer accepted. – Ben Lee Jul 26 '11 at 19:21
1  
there may have been a few early bugs with jmongobrowser but there is no outstanding bug I know of. The logs are not null pointers, just warning from the swing library. If you find any bug or have ideas to improve the interface, feel free to open tickets on github, thx in advance! – ajg Dec 2 '11 at 6:58
Seems to work pretty well for me! – tdc Jan 9 at 10:54
@ajg, Hmm, maybe it was just a quirk of the setup of my system that JMongoBrowser wasn't working. I've got a recent fresh install of Kubuntu now, so I'll give it another shot. In the meantime, I've been using phpmoadmin (phpmoadmin.com) which is an ugly-looking interface but actually works pretty well. – Ben Lee Jan 9 at 16:47
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.