You can get started with managing the supported agents on any host from the Controller UI.

  1. Unzip the the appdsmartagent_<version>.tar.gz file. 
  2. Run the following command to install the Smart Agent:

    Debian

    sudo apt install appdsmartagent_<version>_amd64.deb
    CODE

    Centos/RHEL

    sudo yum install appdsmartagent_<version>_amd64.rpm
    CODE
  3. Configure Smart Agent.
    Edit /opt/appdynamics/appdsmartagent/config.ini and add ControllerURL, AccountName, AccountAccessKey, ControllerPort information.
  4. Start the Smart Agent.

    systemctl restart smartagent  
    CODE
  5. From Controller UI, navigate to Home > Agent Management > Manage Agents to start managing your agents

For more information about Smart Agent see, Smart Agent.