Custom Domains
Use your own domain for MQTT connections (e.g. mqtt.yourcompany.com instead of the default IOTMER endpoint).
Add a custom domain
- Go to Domains → Add Domain
- Enter your domain name
- Click Add
Verify domain ownership
IOTMER will provide a DNS TXT record to add to your domain registrar. After adding it:
- Click Verify in the console
- 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.