# MQTT subscriber

# Create module

Open EMQX Dashboard (opens new window), click the "Modules" tab on the left, and choose to add:

image-20200927213049265

Select the MQTT subscriber module:

Fill in the relevant parameters:

After clicking Add, the module is added:

::: If the MQTT server supports shared subscription, then we should use it. This is because all the emqx nodes in the cluster subscribe to the same topic, if the shared subscription is not used, each node will receive the same message, resulting in duplicate messages. :::

What’s on this page