Upgrading
Keeping your agent updated is essential to ensuring all the latest features, bug fixed and security patches.
Checking version via webapp
You can see your agent version on the agent tab.
Devices > Your Device > Configuration > Agent
INFO
You will also be informed if your agent is out of date in the agent tab.
Checking version via CLI
To check the agent version via CLI log into the terminal of your device.
Navigate to the directory.
cd /opt/mutexer/agentRun the agent version program.
sudo ./agent versionUpgrading
To upgrade your agent run the below command as root user. You can also find this command in the agent tab when your agent is out of date.
cd ~ && curl -s https://get.mutexer.com/api/agents/upgrade-agent -o o.sh && chmod +x o.sh && ./o.sh && rm -rf o.shNote that upgrading the agent will automatically select the latest version.
DANGER
This action will temporarily stop the agent and thus wireguard and any telemetry. However, programs or processes will continue.
