0

I am trying to connect from my machine (client) to server, and it says I cant connect to server. My machine is Windows 10 and Server machine is Windows Server 2016.

Image 1

And I tried to connect from cmd and it gives me this error.

Image 2

Help me with this problem please.

TylerH
  • 20,799
  • 66
  • 75
  • 101
Desmond
  • 299
  • 1
  • 3
  • 6
  • Images are useful in a post, but **make sure the post is still clear without them**. Instead of showing a screenshot of your data format, copy and paste or type the actual data into the post directly. cf http://meta.stackoverflow.com/questions/303812/discourage-screenshots-of-code-and-or-errors – Vince Bowdren Jun 14 '17 at 16:52

2 Answers2

0

You should check the following items on the server running MongoDB.

  • Firewalls
  • Whitelists

You should also verify basic network communication using something like ping from the client to the server.

Pete Garafano
  • 4,863
  • 1
  • 23
  • 40
0

I will comment regarding Robomongo, seems like you are trying to connect to MongoDB 3.4 DB which only supported starting from the latest beta: Robomongo 1.1 - Beta version with MongoDB 3.4 Support

Gokhan Simsek
  • 273
  • 1
  • 5