I'm trying to connect to a mongodb database remotely.
I have the following information:
- mongo DB on x.x.xxx.xxx
- Username: tempUser
- Password: tempPass
- Host: localhost
- port: 27017
- needed port forwarding in order to access the DB as port 27017 is not open.
I've already tried to connect from console but I fail.
Is there a way to connect from Compass while I forward the port?


