Report this

What is the reason for this report?

How to connect to mongo database with Compass

Posted on June 4, 2019

I don’t know much about server configuration (someone set it uyp for me), but I would like to connect to my mongodb server with compass. I put in the hostname and port which I know is correct. I don’t understand what any of the other fields mean, but when I click connect, it says mongodb is not running. I tried adding the SSL certificate I use to connect remotely (chose “Server Validation” under SSL, and picked the file), but still no luck.

What else can I do? I’m not sure if there is authentication on mongodb and have no idea how to find it.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hello,

I would recommend following the step by step instructions from their official website:

https://docs.mongodb.com/compass/master/connect/

Note that you if you have Compass running locally on your PC, then you might have to allow your IP address via your droplet’s firewall:

sudo ufw allow from your.home.ip.here

Then check the status:

 sudo ufw status

Hope that this helps! Regards, Bobby

Hello I have the same problem and i did the sudo ufw allow from (my ip) and i am still not able to connect

i get: connect ECONNREFUSED (SERVER IP):27017

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.