Skip to content

Updating

Agent updates provide fixes, security patches, and platform compatibility changes. The standard update path updates an existing agent to the latest published version.

Use manual updates only when you need to download a specific agent version or when Mutexer Support instructs you to use a version-specific artifact.

Update methods

MethodUse case
Cloud updateStarts an update from the device Agent page in the Mutexer Cloud. For more information, see Cloud updates.
Latest updateUpdates an existing agent to the latest published version. For more information, see Manual updates.
Version-specific updateDownloads a specific agent version from the Agent Releases page. For more information, see Manual updates.
Integrity verificationValidates a downloaded agent against the published checksum. For more information, see Verifying Integrity.

View available versions

The Agent Releases page lists every published agent build:

https://www.mutexer.com/agent-versions

The main release list includes:

FieldDescription
VersionThe agent version, such as 0.0.153.
Release dateThe date the version was published.
UpdateWhether the update is required or optional.
SummaryA short description of the release.

Select a version to open its release page. Version-specific pages use hyphens in the URL. For example, version 0.0.153 is available at:

https://www.mutexer.com/agent-versions/0-0-153

Each version-specific release page includes the version number, release date, update requirement, reboot requirement, supported architectures, release notes, revision history, and published checksums.

Check the installed version

You can check the installed agent version in the Mutexer Platform or from the device command line.

Check the version in the platform

Open the agent configuration for the device:

Devices > Your Device > Configuration > Agent

The agent tab shows the installed agent version. It also indicates when the installed version is out of date.

Check the version from the command line

Connect to the device terminal and change to the agent directory:

sh
cd /opt/mutexer/agent

Run the agent version command:

sh
sudo ./agent version

Review release details

Before updating, review the version-specific release page.

The page includes:

SectionDescription
Release notesChanges included in the selected version.
Artifact checksumsMD5 and SHA-256 values for each architecture.
Installation instructionsThe latest update command and install guidance.
Revision historyNearby versions in the agent release sequence.
Reboot requirementWhether the release requires a device reboot.

If a release requires a reboot, schedule the update during a maintenance window.