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

Advanced Install Options

Disable auto updates on installation

chmod 755 TD_Endpoint.run
sudo ./TD_Endpoint.run install --activation_code ***your Activation Code*** --auto_update No

Use an explicit http proxy on installation

chmod 755 TD_Endpoint.run
sudo https_proxy="http://PROXY_IP:PROXY_PORT" ./TD_Endpoint.run install --activation_code ***your Activation Code*** --proxy http://PROXY_IP:PROXY_PORT

Change auto update options after installation

Enable
sudo /opt/TDAgent/tdcli/tdcli.bin enable-autoupgrade

Disable

sudo /opt/TDAgent/tdcli/tdcli.bin disable-autoupgrade

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.