Since Tengxun cloud does not support external network client tools to access mongodb database
Must be managed on their own cvm-linux, are there any suitable client tools?
1. Common practice: Most cloud vendors support opening the network port of the service, for example, they can set network rules to open the port of 27017 of MongoDB;
2. If only the 22 port of SSH is supported, this is very rare. However, SSH Tunnel can be used for port forwarding.
For reference.
Love MongoDB! Have Fun!