Robomongo: Robomongo Doesn't Support Mongodb 3.6?

Created on 12 May 2018  路  5Comments  路  Source: Studio3T/robomongo

Hi
After updating to mongodb3.6, in the same way, I always do. now from the remote side, I cannot connect to MongoDB.
MongoDB service is running web services are all works fine. but cannot connect to MongoDB by Robomongo.
image

Most helpful comment

A better solution is to comment out or remove the bindIp setting from the config file /etc/mongod.conf
You must restart the service for the change to take effect

or If not work, try this. 馃憞

Just change your bind_ip in /etc/mongod.conffrom 127.0.0.1 to 0.0.0.0

All 5 comments

A better solution is to comment out or remove the bindIp setting from the config file /etc/mongod.conf
You must restart the service for the change to take effect

or If not work, try this. 馃憞

Just change your bind_ip in /etc/mongod.conffrom 127.0.0.1 to 0.0.0.0

Same issue but I can't do anything to the hosts file because Atlas. :/

Same here :(

Hi All, thanks for reporting the problem. Robo 1.2 supports MongoDB 3.4.
Can you try the beta? It is updated with MongoDB 4.0 drivers. Fingers crossed.

Robo 3T 1.3 Beta

When bringing mongo up you can add --bind_ip 0.0.0.0 to your params and it will overwrite the default bind_ip configuration.

Was this page helpful?
0 / 5 - 0 ratings