Direct Database Access and Batch Configuration

Directly edit your Mongo database or batch configure digital goods, missions, or other items quickly and easily.

Direct Database Access

You can use a tool like Robo 3T to browse and edit the Mongo database directly. Locally, the DB can be accessed at port 27017. Accessing the database for a remote instance on a service like AWS will require more advanced setup with ssh authentication.

Batch Configuration

If there are a lot of digital goods, missions, or other configurable items to be added to your instance, it may be desirable to batch upload or update many at once. Using bash scripts, it's possible to interact directly with the API to upload data in json format directly to the Elements database.

Last updated