loading...empty;done;/remote-access-to-mongodb/:-uriRemote Access to MongoDB | iNET.elastic Dev Docs

Remote Access to MongoDB

You can work with your databases remotely from your computer without having to login to our dashboard. So here are some instructions on how to do this with MongoDB. They can be used both for Java and PHP environments.

Create the Environment

1. Log into the platform.

2. Click the Create environment button at the top left.

create environment

3. In the Environment Topology dialog, pick your application server (for example, Tomcat) and MongoDB as the database you want to use. Switch on Public IPv4 for MongoDB. Then type your environment name, for example, remotemongo.

environment wizard

Wait just a minute for your environment to be created.

4. Click the info button for MongoDB and you’ll see your Public IP at the end of the dropdown list.

MongoDB node public IP

Remote Connection to MongoDB

1. Create a new project using any desktop client suitable for MongoDB (we use Database Master 4 as an example).

remote connection new project

add remote connection

2. Specify the host (your public IP), port number (27017), username and password (when you created the environment, the platform sent you the email with credentials to the database).

remote connection credentials

Then click Test Connection.

test remote connection

As you can see the connection is successfully created.

remote connection created

What’s next?