Robomongo connection with Meteor mongodb
Asked Answered
C

2

6

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?

Cullum answered 28/11, 2014 at 14:19 Comment(1)
this is save my life . Good QuestionWale
Z
13

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

Zloty answered 15/2, 2015 at 9:49 Comment(0)
V
0

@Spiralis it works on robomongo version 1.0 in linux also Thanks.

Just create new connection and put Name = Meteor Address = Localhost Port = 3001 Done!

Vivie answered 9/6, 2017 at 7:30 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.