> For the complete documentation index, see [llms.txt](https://docs.mobiusflow.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mobiusflow.com/help/user-guides/mobiusflow-connectors/mobiusflow-official-connector/configuring-a-connector/configure-mqtt-page.md).

# Configure MQTT Page

MobiusFlow® connectors send and receive data via MQTT. You need to configure the MQTT settings to match the configuration you set in the [Configuring **Mobius**Flow®](/help/user-guides/mobiusflow-connectors/configuring-mobiusflow-for-use-with-connectors.md) section of this guide.&#x20;

<figure><img src="/files/wIFoZgOydt0A65uSzvys" alt=""><figcaption><p>MQTT configuration</p></figcaption></figure>

## MQTT Broker Settings

You can choose any MQTT **client ID** but this must be unique for your MQTT broker. The default is the connector's serial number

Enter the **IP Address** or **URL** of the MQTT broker. You do not need to specify MQTT:// or MQTTS:// before the URL

Enter the MQTT **Port** number. This is normally 1883 or 8883 for TLS enabled connections

If required enter the MQTT broker authorisation **Username** and **Password**. These can be left blank if no authentication is required

Enter the same pre-shared key (PSK) as you entered in the [Configuring **Mobius**Flow®](/help/user-guides/mobiusflow-connectors/configuring-mobiusflow-for-use-with-connectors.md) section of this guide

## Security

If you are using TLS make sure you check the **TLS using CA Certificate** option. You must also set the correct **CA Server Certificate** on the [Manage Certificates](/help/user-guides/mobiusflow-connectors/mobiusflow-official-connector/configuring-a-connector/manage-certificates-page.md) page

You may also choose to use a Client Certificate and Key. Check this option if required and ensure that you have setup your client certificate and key on the [Manage Certificates](/help/user-guides/mobiusflow-connectors/mobiusflow-official-connector/configuring-a-connector/manage-certificates-page.md) page

## Save Settings

Once you have configured all MQTT settings click the **Save** button

Click the **Home** button on the settings saved confirmation page to return to the Home page


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mobiusflow.com/help/user-guides/mobiusflow-connectors/mobiusflow-official-connector/configuring-a-connector/configure-mqtt-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
