Skip to main content
To install the Miru Agent, please visit the device provisioning section, which provides detailed instructions for installing and activating the agent via the following methods:
  • Dashboard - a simple web interface for installing the agent on individual devices
  • API Keys - a programmatic way to install the agent on many devices
  • Poor Connectivity - a method for installing the agent on devices with poor connectivity

Upgrade

To upgrade a device’s Miru Agent to a new version, simply install the agent. Dashboard To upgrade a device from the dashboard, follow the dashboard provisioning instructions as normal. The device will be automatically be reactivated and the agent upgraded to the latest version. API Keys To upgrade a device via API Keys, rerun the provisioning process with the --allow-reactivation flag. This permits an already installed device to be reactivated and the agent upgraded to the chosen version.

Uninstall

To remove the agent but maintain the configuration files, run
sudo apt remove miru-agent
To remove the agent and purge all configuration files, run
sudo apt purge miru-agent
Last modified on April 10, 2026