Contact Sales

Upgrade & Uninstall Braiins Manager Agent

Overview

This guide provides steps to upgrade or uninstall the Braiins Manager Agent on both Linux and Windows. Follow the appropriate commands for your operating system.

Upgrade on Linux

When a new version of the Agent is available, you'll be notified in two places:

  • In the Braiins Manager UI on the Locations page.
  • In the Braiins Manager Agent GUI on your server.

You can upgrade the Agent either from the GUI or via the CLI.

Upgrade from the GUI

  1. Go to the server where the Agent is installed.
  2. Open the Braiins Manager Agent app.
  3. Click the Upgrade button when prompted.
  4. Wait for the upgrade to complete.
  5. Once finished, return to the Locations page in Braiins Manager and refresh the page to see the updated version.

Upgrade from the CLI

  1. Download the latest Agent package for your Linux device architecture:
wget https://downloads.braiins.com/braiins-manager-agent/assets/latest/braiins-manager-agent-linux-x86_64.deb

or

wget https://downloads.braiins.com/braiins-manager-agent/assets/latest/braiins-manager-agent-linux-aarch64.deb
  1. Install the downloaded package:
sudo apt install ./braiins-manager-agent-linux-x86_64.deb

or

sudo apt install ./braiins-manager-agent-linux-aarch64.deb
  1. Return to the Locations page in Braiins Manager and refresh the page. The new version will be displayed on the Agent card.

Upgrade on Windows

When a new version of the Agent is available, you'll be notified in two places:

  • In the Braiins Manager UI on the Locations page.
  • In the Braiins Manager Agent GUI on your server. To upgrade the Agent:
  1. Go to the server where the Agent is installed.
  2. Open the Braiins Manager Agent app.
  3. Click the Upgrade button when prompted.
  4. Wait for the upgrade to complete.
  5. Once finished, return to the Locations page in Braiins Manager and refresh the page to see the updated version.

Uninstall from Linux

To uninstall the Agent from Linux, open your terminal and execute the following command:

sudo apt purge braiins-manager-agent

Confirm with Y when prompted.

Uninstall from Windows

To uninstall the Agent:

  1. Open File Explorer.
  2. Navigate to the folder where the Agent is installed. It is usually in: C:\Program Files\BraiinsManagerAgent.
  3. Double-click the file named uninstall.exe.
  4. Follow the prompts in the uninstaller to complete the removal.

Was this helpful?