mutexer Agent
On-device web interface port is now configurable (default 8523) to avoid conflicts with other services on the device.
Debian-based Linux. PREEMPT_RT optional.
Configuration update.
Enhancements
• The on-device web-interface port is now configurable in the agent's configuration file. Default is 8523.
Upgrade notice
• The default listening port has changed from 80 to 8523. Customers relying on port 80 in their local network configuration (bookmarks, reverse proxies, kiosk URLs) should either update to the new port or set the http_port configuration value back to 80 before upgrade.
Verify your download against the published hashes before installing.
cba6534237f9e3881a9aef2c3326fd674a76f0cc8f02223658513dce85870ed2bdd1b9b84a395e79367b00317348bcad092a58da980dfd0989d66e441fe255e76d03658a37dd05520617ad9c0f10a815d92d215b2a6fcfef0556bfbafa2531ba9978b5f4a96a18fb76977b8642db3a1f73fc51228798f493e94457adb045cbcc48fe013fc48fbfb00c1c98ce05ab3545Fresh 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.