Configure the Synthetic Private Agent

  1. Stop the Synthetic Private Agent if it's running by double-clicking the desktop icon.
  2. Change to the directory C:\appdynamics\synthetic-agent\synthetic-driver\conf.
  3. Edit the file synthetic-driver.yml .
  4. Assign your EUM account and the license key to the properties eumAccount and licenseKey, and the URL to Synthetic Shepherd to shepherdUrl as shown below:
    ## Use the URL to your Synthetic Server and the port to the Synthetic Shepherd (10101)
    shepherdUrl: http://<on-prem-synthetic-server-host>:10101
    ## You can get the values for this from the Controller Admin Console > Controller Settings
    ## or the properties 'property_eum-account-name' and 'property_eum-license-key' from your license file.
    privateClient:
        eumAccount: "<eum_account>"
        licenseKey: "<license_key>"
  5. Save the file.
  6. Restart the Synthetic Private Agent by double-clicking the desktop icon.