CloudSignal Docs
GuidesConnecting

Connecting to CloudSignal

How to connect your apps and services to the CloudSignal MQTT broker.

CloudSignal uses standard MQTT protocols. Any MQTT client can connect using the broker URL and your organization credentials.

Broker endpoints

TransportURL
MQTT over TLSmqtts://mqtt.cloudsignal.app:8883
MQTT over WSSwss://connect.cloudsignal.app:18885/

Authentication

Every connection requires a username and password:

  • Username format: your_username@org_short_id.
  • Password: the password set when creating the MQTT client.

Your org_short_id is shown in the dashboard under Settings → Organization. It looks like org_k7xm4pqr2n5t.

Connection methods

There are three ways to authenticate MQTT connections:

Next steps

On this page