Updated on 2025-12-02 GMT+08:00

Installing the Agent on a Linux Server

This topic describes how to manually install the Agent on a Linux server.

Constraints

Only Windows and Linux are supported.

Prerequisites

Procedure

  1. Log in to a server as user root.
  2. Run either of the commands below to install the Agent.
    cd /usr/local && curl -k -O https://uniagent-eu-west-101.obs.eu-west-101.myhuaweicloud.eu/package/agent_install.sh && bash agent_install.sh -r eu-west-101 -u 0.2.3 -t 2.7.6 -o myhuaweicloud.eu -d agent.ces.myhuaweicloud.eu
    The Agent is installed if the command output similar to the following figure is displayed.
    Figure 1 Successful installation
  3. Clear the installation script.
    if [[ -f /usr/local/uniagent/extension/install/telescope/bin/telescope ]]; then rm /usr/local/agent_install.sh; else rm /usr/local/agentInstall.sh; fi

After you configure the Agent, its status is still displayed as Uninstalled because the monitoring data has not been reported yet. Wait for 3 to 5 minutes and refresh the page.