mutexer Agent
Added support for remote updating.
Debian-based Linux. PREEMPT_RT optional.
Maintenance release
This release adds support for remote agent updates from the Mutexer Cloud.
• Starting with this version, supported agents can receive update requests directly from the device Agent page when the device is online and recently authenticated.
• Agents running version 1.0.20 or earlier do not support cloud-triggered updates. These agents must be updated manually before cloud updates are available.
• Cloud update activity is logged separately from the main agent process. Agent logs use the [Mutexer] prefix, and cloud updater logs use the [Mutexer Updater] prefix to simplify filtering and troubleshooting.
• For update procedures, manual update instructions, and integrity verification, see the Agent updating documentation.
Verify your download against the published hashes before installing.
37716625cf09b77513b69894cc66bf46470b469029211f7588f700368883277717a70d9225d0785634956c2e8d468cc259fb64d694c578351a51e1f011a18e330667dc3e2db616f820bea61790db5ae1ae18f18d66e55fdc51dcf71f73d43cf1272b9cd3c7e3d245bcacee14d00d08964ea0c7ff778fbf0b15d593fac4e04859e5874b05d784dbd815f4683dd465bd1cFresh 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.