Update on Linux & macOS

This article explains how to update Xopero ONE agents on Linux and macOS.

Regular updates of Xopero ONE agents on macOS and Linux help maintain system stability and protection.


Update process

Installer download

  1. Log into Xopero ONE Management Service using a web browser to download the installer with the newest agent version. Then, go to the Devices tab and click the Add device button.

Downloading Xopero ONE Agent installer
  1. Select Linux from the list of available environments.

  1. After selecting the version, the download will start automatically. You will also be redirected to the Installation view, which provides short step-by-step instructions for installing the software.

You can transfer this file to the server or copy its link and download it directly on your Linux server using, for example, the wget command.


Installation process

  1. If the installer file is already downloaded, grant execute permission to the file’s owner or group. To do this, use the chmod command:

chmod +x xoperoclient.sh
granding the permissions
  1. Run the script using one of the following commands:

./xoperoclient.sh
bash xoperoclient.sh
  1. The installer will display the End-User License Agreement, which must be accepted to continue.

EULA
  1. Confirm keeping the existing database.

keep old database
  1. Confirm keeping the old configuration.

keep old configuration
  1. The Xopero ONE agent for Linux is now successfully updated.

Last updated