Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 218
Vardan Avatar asked Nov 28 '14 14:11

Vardan


People also ask

How do I connect to MongoDB Atlas with Robomongo?

Log in to your MongoDB Atlas account. This will take you to your Clusters overview. Click on Connect. Choose Connect Your Application.

How do you create a connection on Robomongo?

Start robomongo. When the "MongoDB Connections" window appears, click on Create button. This will popup a new "Connection Settings" window. Enter a friendly "Name" for this mongoDB connection.

How does robo 3T connect to MongoDB?

Connect using Robo 3TRun the Robomongo application. Click the connection button under File to manage your connections. Then, click Create in the MongoDB Connections window, which will open up the Connection Settings window. In the Connection Settings window, choose a name.


1 Answers

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 tabAuthentication tabAdvanced tabSSL tabSSH tab

like image 93
Spiralis Avatar answered Oct 23 '22 17:10

Spiralis