# 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®](https://docs.mobiusflow.com/help/user-guides/mobiusflow-connectors/configuring-mobiusflow-for-use-with-connectors) section of this guide.&#x20;

<figure><img src="https://241296614-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQoV8xVJhcESUhdKQWDcm%2Fuploads%2FZIemT3c9CW5UFMi2i9PJ%2FScreenshot%202023-03-10%20at%2016.17.12.png?alt=media&#x26;token=29e845c3-6b21-465a-ac4c-be5b3c6e978d" 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®](https://docs.mobiusflow.com/help/user-guides/mobiusflow-connectors/configuring-mobiusflow-for-use-with-connectors) 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](https://docs.mobiusflow.com/help/user-guides/mobiusflow-connectors/mobiusflow-official-connector/configuring-a-connector/manage-certificates-page) 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](https://docs.mobiusflow.com/help/user-guides/mobiusflow-connectors/mobiusflow-official-connector/configuring-a-connector/manage-certificates-page) 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: 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/mobiusflow-connectors/mobiusflow-official-connector/configuring-a-connector/configure-mqtt-page.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.
