Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

The Cloudaware Breeze Agent has been designed with a focus on self-updating and self-healing, enabling seamless management of updates and re-installations on the backend. The latest Breeze installer consistently includes the most current version of the agent installer file is available in Cloudaware. However, even if an older installer is used for deployment, the Breeze Agent will automatically update itself to the latest version upon connecting to the Breeze server.

To get the Breeze Agent v3.0 installer file:

1. Log in to Cloudaware account → Admin.

...

3. Select the file marked with latest based on OS:.

...

Linux and macOS

  1. Download the agent installer to the temporary directory.

  2. Unpack the archive:

    Code Block
    tar xvzf breeze-*.tgz
  3. Enter the unpacked directory:

    Code Block
    cd breeze
  4. Run the installation script:

    Code Block
    sudo ./install.sh

...