main.c
⌘/Ctrl+Enter to upload
Loading editor…
Build log

          
          
          
        
Runtime console disconnected

        
Telemetry disconnected
Cmd
Telemetry console 0 events

Hardware Manager

Find a device with conduit discover on the CLI, then add its IP here. Add a unique-id (16 hex chars) too if the board was commissioned for HTTPS.

Known devices

  • No devices yet. Add one above to get started.
HTTPS Add fails with "no response" or "could not resolve"?

Your router is filtering the device's private-IP reply. Allow devices.rm1n.com in its DNS rebind settings:

  • Fritz!Box: Heimnetz → Netzwerk → Netzwerkeinstellungen → DNS-Rebind-Schutz → Hostnamen-Ausnahmen → add devices.rm1n.com.
  • OpenWrt: add rebind_domain devices.rm1n.com to /etc/config/dhcp (dnsmasq section), then service dnsmasq restart.
  • pfSense: Services → DNS Resolver → Advanced Settings → Domain Insecure → add devices.rm1n.com.

Or, without touching the router, set 1.1.1.1 and 8.8.8.8 as your machine's DNS, flush the cache, and reload.

Self-host the DNS / CA stack on your own zone? Set Conduit.deviceTlsZone = '<your-zone>' in the browser console before adding devices.