Search code examples
mongodbmeteornitrousiorobo3t

Robomongo connection with Meteor mongodb


I have connected my localhost mongodb from robomongo but having problem in connecting Meteor mongodb.

I am running Meteor from nitrousio not on localhost.

In robomongo connection settings, it is showing "Connected to 'meteor_url:3001'. Authorization failed". I am using correct db in Authentication tab and nothing in username and password. Is this the root cause? If yes, what is the default username and pwd of mongodb? If no, then what should i do?


Solution

  • I set the Robomongo (v 0.8.4) connection to use localhost (127.0.0.1) and port 3001. Everything else is empty/default. I am using Windows 7 btw. I was originally put on the wrong track as many references said to use port 27017 or 27018. Changing to 3001 worked for me.

    My Robomongo settings:

    Connection tab Authentication tab Advanced tab SSL tab SSH tab