Servitly includes an MQTT Broker that you can use to establish a direct connection with your products.
To use it, select the Servitly Thing Connector (STC) within the Connection configuration tab.
Connection Configuration
Within the Connection tab, under the editing page of a customer, location, or thing, you can configure the Servitly Thing Connector by providing the following credentials (generated by you):
Username: The unique username used to open the MQTT connection.
Password: The password requested during the MQTT channel authentication; it must be at least 8 characters long, and it must contain at least one lowercase letter, one uppercase letter, and one number.
.png?sv=2026-02-06&spr=https&st=2026-09-23T08%3A07%3A48Z&se=2026-09-23T08%3A18%3A48Z&sr=c&sp=r&sig=HFlVdMe9tAkb8SDPetz2y5ArFqmSyCgMiGbSajF8lRw%3D)
Moreover, it is possible to specify the payload format; by default, only JSON is available, but depending on the enabled plugins (e.g., Asem), it is possible to use other formats.
The Connection tab is available on the Location and Customer level, and the configured IoT connector is inherited by the sublevels.
In this way, you can configure an IoT connection for a single thing, a single location, or an entire customer.
Thing Connection Mapping
At the thing level, in the Connection tab, you can configure the specific mapping for the thing.
.png?sv=2026-02-06&spr=https&st=2026-09-23T08%3A07%3A48Z&se=2026-09-23T08%3A18%3A48Z&sr=c&sp=r&sig=HFlVdMe9tAkb8SDPetz2y5ArFqmSyCgMiGbSajF8lRw%3D)
Asset Id: The unique asset identifier of the device.
Path: The optional path you can use for more structured MQTT topics, needed when the same gateway is managing multiple things.
In this case, the Asset Id will identify the gateway; instead, the thing is identified by the Path.
IoT Connector Username, Asset Id, and Path are used to compute the full topic for metric publishing and subscribing.
<USERNAME>/<THING_MAPPING_ASSET_ID>/<THING_MAPPING_PATH>/<METRIC_PATH>Publishing Limits
Connected products can publish data at a limited rate; for more details, refer to the Publishing Rate Limit article.