# Installed Services

balenaCloud devices can run multiple microservices in separate Docker containers. Deploying **Mobius**Flow® to your device will create three microservices. You can start, stop and view logs for each service on the **balenaCloud device summary** page.

<figure><img src="/files/h7eKegr2l9aXxKfQMlku" alt=""><figcaption><p>MobiusFlow® Microservices</p></figcaption></figure>

## mobius

This microservice runs the **Mobius**Flow® application.&#x20;

## manage

Manages network interfaces. See [Configure Networks](/help/user-guides/deploying-mobiusflow-on-prem/deploying-mobiusflow-to-approved-hardware-using-balenacloud/configure-networks.md) for more information

## mongodb

A full version of MongoDB which you can use to store / retrieve data in flows.

The default settings are

<table><thead><tr><th>Setting</th><th>Default Value</th><th data-hidden></th></tr></thead><tbody><tr><td>Database</td><td>mobius</td><td></td></tr><tr><td>Username</td><td>mobius</td><td></td></tr><tr><td>Password</td><td>RmzsXQYReLHaCS5wWGjAPjtJ7VnTw4qL</td><td></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mobiusflow.com/help/user-guides/deploying-mobiusflow-on-prem/deploying-mobiusflow-to-approved-hardware-using-balenacloud/installed-services.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
