Skip to main content

Custom Domains

Use your own domain for MQTT connections (e.g. mqtt.yourcompany.com instead of the default IOTMER endpoint).

Add a custom domain

  1. Go to Domains → Add Domain
  2. Enter your domain name
  3. Click Add

Add domain

Verify domain ownership

IOTMER will provide a DNS TXT record to add to your domain registrar. After adding it:

  1. Click Verify in the console
  2. IOTMER checks for the TXT record (may take a few minutes to propagate)

Or via API:

POST /workspaces/{id}/domains/{domain_id}/verify

Validate domain configuration

After verification, validate that the domain is correctly pointed to the IOTMER MQTT endpoint:

POST /workspaces/{id}/domains/{domain_id}/validate

TLS certificate

After domain verification, assign a TLS certificate to enable MQTTS on your custom domain.

API