Configure the Synthetic Private Agent
- Stop the Synthetic Private Agent if it's running by double-clicking the desktop icon.
- Change to the directory C:\appdynamics\synthetic-agent\synthetic-driver\conf.
- Edit the file
synthetic-driver.yml
. - Assign your EUM account and the license key to the properties
eumAccount
andlicenseKey,
and the URL to Synthetic Shepherd toshepherdUrl
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>"
- Save the file.
- Restart the Synthetic Private Agent by double-clicking the desktop icon.