mutexer Agent
Adds a cloud-to-device HTTP tunnel so management-plane tools can reach device-local APIs without any inbound connection to the device.
Debian-based Linux. PREEMPT_RT optional.
Major feature release.
Enhancements
• The management plane can now issue HTTP requests directly to the device and to the web interfaces of applications running on the device. Requests and responses travel over the same outbound connection the agent maintains to the management plane — no inbound network exposure is required on the device.
• This enables cloud-based dashboards, operator tools, and administrative UIs to interact with device-local APIs in real time.
• Response payloads up to 30 MB are supported.
Fixes
• Authentication errors when requesting log-channel grants are now reported at error level with HTTP status detail; previously silent at debug level.
Verify your download against the published hashes before installing.
66fcaa7eaf664e905f56cee7cc8c66740df19d9e1e373992dea2d3ac7ce8dbd4fe480a36b7a336142d412a4167d67963480f4dd5b2e1259e57b783a3188a6b53088ba108e5a67f7bd9b7d1a9882d0a477546163bb888330c4cb00161f29770e82007ef5c695252e0fea65c1e6b88d751eda940f643c0e374f5e90bbd4a9f5fbe5fa7021ce5d25a6b0fe4d093b5217b7aFresh installs receive a unique one-line install command when you register a device in the mutexer console. The command embeds the device identity and enrolment token, so there is no generic installer to paste on this page.
Run the command below on any device already running the mutexer Agent. It preserves device identity, WireGuard keys, and autostart container state, and brings the agent to the latest published build.
cd ~ && curl -s https://get.mutexer.com/api/agents/upgrade-agent -o o.sh && chmod +x o.sh && ./o.sh && rm -rf o.shLog into the terminal of your device, then navigate to the agent directory.
cd /opt/mutexer/agentRun the agent version program.
sudo ./agent versionFull release sequence for the mutexer Agent. This page shows the build cut at each version tip.
Added support for remote updating.
Refreshed on-device UI styling.
Adds a cloud-to-device HTTP tunnel so management-plane tools can reach device-local APIs without any inbound connection to the device.
On-device web interface port is now configurable (default 8523) to avoid conflicts with other services on the device.
On-device UI: smarter background cropping and cleanup of unused frontend assets, reducing installed footprint.
Deployed applications now use their own startup command. Extraction of applications with nested directories now works correctly and is protected against archive-path attacks.
On-device UI improvements and fixes — new-tab opening for apps, better app carousel and layout behaviour.