First, set up the remote connection of Mongo server:
vim /usr/local/mongodb/etc/mongodb.conf
Note out:
bindIp: 127.0.0.1 # Listen to local interface only, comment to listen on all interfaces.
The binding IP is 127.0.0.1 by default. Only local connections are allowed
bind_ip = 0.0.0.0
Restart Mongo remote connection:
service mongod restart
Robo3T reports error connecting to remote MongoDB: Failed to refresh ‘Collections’. Error: ListCollections failed:
Possible version issue.
Robo 3T 1.4 -> MongoDB 4.2
Robo 3T 1.3 -> MongoDB 4.0
Robo 3T 1.1 -> MongoDB 3.4
Robo 3T 0.9 -> MongoDB 3.2
Robo 3T 0.8.x -> MongoDB 2.4.0
Download the corresponding version.
https://github.com/Studio3T/robomongo/releases/tag/v1.3.1
Read More:
- [Solved] mongodb Backup Error: Failed: error getting collections for database `admin`: error running `listCollections`
- [Solved] Error:couldn‘t connect to server 127.0.0.1:27017, connection attempt failed: SocketException: …
- [Solved] Springboot Connect MongoDB Error: UncategorizedMongoDbException: Command failed with error 13 (Unauthorized)
- [Solved] PostgreSQL Remote Access Error: could not connect to server
- [Solved] Vscode Connect to the remote server error: permission denied (public key)
- [Solved] mongodb Startup Error: ERROR: child process failed, exited with error number 14
- Mongodb error: authentication failed [How to Solve]
- [Solved] MongoDB Error: FaileError: dToParse: Password must be URL Encoded for mongodb:// URL:
- [Solved] Remote URL test failed: Could not read from remote repository.
- [Solved] Git submits locally to the remote warehouse Error: failed to push some refs to…
- Git Push Error: error: failed to push some refs… hint: Updates were rejected because the remote…
- Git push Submit to Remote Error: “remote: Support for password authentication was removed on August 13, 2021.“
- Local repository upload to remote repository error: failed to push some refs to ‘https://hub.fastgit.org/zhizhangxuezhang/ui-test.git‘
- [Solved] AndroidStudio Error: Connect to 127.0.0.1:10887 [/127.0.0.1] failed: Connection refused…
- [Solved] Failed to connect to server(code:1006)
- [Solved] Error: failed to create deliver client: orderer client failed to connect to orderer.example.com:7050
- [Solved] Win10: Failed to connect to github.com port 443 Timed out
- Failed to connect to driver at XXXXXXx
- [Solved] MongoDB Update User Error: Error: not authorized on admin to execute command
- zabbix-Get value from agent failed: cannot connect to [[127.0.0.1]:10050]: [111] Connection refused