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

  1. Unzip the Smart Agent file. 
    unzip -d appdsmartagent appdsmartagent_<version>.zip
    CODE

  2. Configure Smart Agent.
    Edit /opt/appdynamics/appdsmartagent/config.ini, then add the following information:

    •  ControllerURL

    • AccountName

    • AccountAccessKey

    • FMServicePort (Controller port)

  3. Run the following command:
    • For Linux:
      $ ./smartagentctl start
      CODE
    • For Windows:
      ./smartagentctl.exe start
      CODE


From Controller UI, navigate to Home > Agent Management > Manage Agents to start managing your agents.

For more information about Smart Agent see, Smart Agent and for complete installation details, see Get Started.