HI im working on a Windows 2019 VM on this machine I’ve installed MongoDB Community I opend the TCP Port 27017 and 27018 as well as the mongod.exe and mongos.exe but I’m still not able to connect to my MongoDB remotly.
I added a admin user this “mechanisms” : [
“SCRAM-SHA-1”,
“SCRAM-SHA-256”
]
not sure if this is important.
Im not 100% sure if i started MongoDB with Authentication but well…
When im on my VM I can only connect to the IP 127.0.0.1:27017 even with name and passwort but I cant connect to the external IP even tho im on the VM, remotly nothing worked so far.
Is there any way to check what is wrong?
Thank you for your time.
Kind regards Björn