Where to install BI Connector on OnPrem setup

I have a server “A” where I have installed Windows Server 2022 and MongoDB Community Edition.
I have a developer pc “B” with Windows Server 2019 installed, where I have MongoDB Compass installed. And yes, I can connect to the MongoDB on server A from pc B.

Now I have installed BI connector on B and I try to start it with this command:

mongosqld /mongo-uri ‘A’

But I get the following error:

unable to load MongoDB information: failed to create admin session for loading server cluster information: unable to execute command: server selection error: context deadline exceeded, current topology: { Type: Unknown, Servers: [{ Addr: ‘A’:27017, Type: Unknown, Average RTT: 0, Last error: connection() error occured during connection handshake: dial tcp: lookup ‘A’: no such host }, ] }

I have also tried replacing the name A with the IP-address with same result.

As I am not really a network person, I am uncertain of how to proceed from here. Any help would be appreciated, thank you.