How to change Applicaitons Manager EUM API Key in EUM Agent?
How to change Applications Manager API key through Agent settings page:
Access the EUM Agent Settings page.
Login to Agent Settings page by entering the EUM API key (You can find it in Applications Manager->Settings->Rest API->End User Monitoring).
In the Server Details page click on Edit -> Modify Api Key.
Provide the valid API key and click on Update.
Restart the EUM Agent.

Note: User can Login to EUM Agent settings page only if EUM Agent is connected to Applications Manager.
How to change EUM API Key in console mode or directly from file?
- Go to [EUM_HOME]/conf folder.
Open AppServer.xml in a text editor.
- Remove encryptedKey attribute and add new attribute apikey with EUM API Key.
- Save the changes.
- Restart EUM Agent.

<?xml version="1.0" encoding="ISO-8859-1"?>
<AMP-SERVER>
<AMP apikey="EUMhTVn22kkkbsmsbu2038200jsbn" encryptedProxyPassword="" host="localhost" id="0" pacUrl="" pollingtime="60000" port="8443" protocol="https" proxyType="wpadProxy" proxy_authscheme="BASIC" proxy_bypass="" proxy_host="" proxy_port="" proxy_user=""/>
</AMP-SERVER>
Other links
New to ADSelfService Plus?
Related Articles
EUM Agent Troubleshooting
1. EUM Agent not mapped to Applications Manager. What should I do? If EUM Agent is not mapped, troubleshoot the problem by following the steps given below: Access the EUM Agent settings page and verify whether the EUM Agent is up and running. Check ...
Enable TLS 1.2 alone in the EUM Agent
Follow the below steps to enable TLS1.2 alone (disable TLS 1 & 1.1) Open the file server.xml present under EUMAgent\conf\backup folder. Search for the term 'SSLEnabled="true" '. Add the parameter 'sslEnabledProtocols="TLSv1.2" ' to the end of that ...
How to access EUM Agent Settings page?
Accessing EUM Agent Settings page Access the EUM Agent Settings page by accessing the http://<EUM Agent Host>:<port> URL. Default EUM Agent port will be 9999. The port can be found in eumPorts.conf file present under the <EUM Agent Home>/conf ...
How to change Applications Manger's Host and Port in EUM Agent?
How to change Applications Manager's port and hostname via console mode or directly through the file? Go to [EUM_HOME]/conf folder. Open AppServer.xml in a text editor. Search for "host" and "port" attribute in the xml file. Replace the existing ...
RBM - Enabling the Playback using Microsoft Edge browser
Note: Please note that playback using the Microsoft Edge browser is possible only in a Windows server with Microsoft Edge installed on it Please find the below steps to enable the Playback using Microsoft Edge in an EUM Agent: Download the compatible ...