Device service auto-update
Every edge device runs a set of built-in device services — for example browse, debug, hardware key, and licensing — alongside your runtime. These services update themselves from the cloud whenever a newer version is published, so devices in the field stay current without an engineer having to log in to each one.
How it works
Section titled “How it works”- The edge periodically checks the cloud for newer device-service versions.
- When a newer version is available, the edge downloads it, installs it, and restarts the affected service.
- The full sequence is reported step-by-step in the device’s activity log.
Auto-update is enabled by default for every device service. Install and uninstall are idempotent — if an update is interrupted, the next cycle resumes safely.
Watching an update in the portal
Section titled “Watching an update in the portal”- Open the Devices page and select the device.
- Open the Activity log.
- Follow the update sequence as it progresses (resolve version, download, extract, install, restart, ready).
- Confirm the new version is reflected in the Device services area once the sequence completes.
Recovering from a failed update
Section titled “Recovering from a failed update”- Open the Activity log and locate the failing step (typically install or restart).
- Verify the device has enough free storage and a working connection to the cloud.
- Trigger Reinstall on the affected service from the device services area.
- If the failure repeats, capture the activity log entry and contact support.
Device services should never be installed or uninstalled by hand on the device filesystem. Always drive install and uninstall through the portal so the activity log and cloud state remain in sync.