Skip to main content

Installing Endpoint Agent (Linux)

Note:

Please read the prerequisites and system requirements page before proceeding

Installation

  1. Please navigate to the portal and select your tenant from the dropdown menu. This will also display your Activation Code.

  2. Choose your linux distribution, then click on the "GENERATE DOWNLOAD LINK" button.

    Generate Download Link

  3. You may now press "CLICK HERE TO DOWNLOAD" to download it to your local system or copy one of the Install Scripts in the panel that appears below.

    Install Scripts

  4. Transfer the downloaded installer to your system, or run the commands in the Install Scripts panel.

chmod 755 TD_Endpoint.run
sudo ./TD_Endpoint.run install --activation_code ***your Activation Code***
  1. The installer should complete, and provide output to your terminal.Linux install done

Uninstall

Open your terminal and run the command: sudo /opt/TDAgent/tdcli/tdcli.bin uninstall-all

Linux install uninstall

You should see the “Successfully uninstalled TDAgent” message as above.