MongoDB Virtual machine connection

Hi! my MongoDB is running on a university virtual machine I need to connect with it through an IP address and MongoDB assigns user and password but unable to connect with it. why?


D4.png)

The form field is SSH Hostname. However, 141.76.56.139:27017 indicates an host and a port. Being not recognized as an IP address, a DNS request is made but fails because it is not an host name either.

I would try without the :27017 part.