Skip to content

Cloud updates

You can update agents remotely via the Mutexer Cloud environment. Use this method when the device is online and you want the platform to trigger the update without running commands on the device terminal.

Prerequisites

Before starting a cloud update, confirm the following:

RequirementDescription
Device accessYou can access the device in the Mutexer Cloud project.
Agent connectivityThe device is online and the agent has authenticated recently.
Agent versionThe installed agent version is greater than 1.0.20. Agents running version 1.0.20 or earlier must be updated manually. For more information, see Manual updates.
Update availabilityThe Agent page shows an available agent update.

If the device is offline, the cloud update cannot start until the device reconnects.

How to update from the cloud

Open the Agent page

  1. Sign in to the Mutexer Cloud.

  2. Open the project that contains the device.

  3. In the device tree, expand Devices.

  4. Select the target device.

  5. Open Agent.

The Agent page shows the current agent status, installed version, architecture, and last authentication time.

Review the available update

When an update is available, the Agent version section shows the current version and target version.

For example:

text
v0.0.152 -> v0.0.153 (amd64 - 05 May 2026)

Review the following values before starting the update:

FieldDescription
Current versionThe agent version currently installed on the device.
Target versionThe agent version that will be installed.
ArchitectureThe device architecture selected for the update.
Release dateThe publication date for the target version.

Use the release tabs to review release notes, installation instructions, revision history, and artifact checksums before updating.

Start the update

To start the update, choose Update in the Agent version section.

The Mutexer Cloud sends an update request to the agent. The agent downloads and applies the target version for the device architecture.

WARNING

The update temporarily stops the agent. During this time, WireGuard connectivity and telemetry can be interrupted. Programs and operating system processes continue to run unless they depend directly on an agent-managed service.

Download the agent artifact

The Agent version section can also provide a download button for the detected architecture, such as Download amd64.

Use this option when you need to download the same artifact manually. Before using a manually downloaded artifact, verify its checksum. For more information, see Verifying Integrity.

Verify the result

After the update completes, confirm that the Agent page shows the expected installed version.

You can also verify the version from the device command line:

sh
cd /opt/mutexer/agent
sudo ./agent version

If the version does not change, review the device connection state and agent logs. For more information, see Logging.