How to change AppManager credentials/EUM API Key?

How to change AppManager credentials/EUM API Key?

How to change AppManager credentials/EUM API Key in console mode or directly from file?

For EUM Agent version 18 and above:
  1. Go to [EUM_HOME]/conf folder.
  2. Open AppServer.xml in a text editor.
  3. Remove encryptedKey attribute and add new attribute apikey with EUM API Key.
  4. Save the changes.
  5. 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>

For EUM Agent version 17
  1. Go to [EUM_HOME]/conf folder.
  2. Open AppServer.xml in a text editor.
  3. Remove encryptedPassword attribute and add new attribute password with the new password.
  4. Save the changes.
  5. Restart EUM Agent.
<?xml version="1.0" encoding="UTF-8"?>
<AMP-SERVER>
<AMP password="admin" encryptedProxyPassword="" host="localhost" id="0" opm_plugin="false" pacUrl="" pollingtime="60000" port="8443" protocol="https" proxyType="noProxy" proxy_authscheme="BASIC" proxy_bypass="" proxy_host="" proxy_port="34" proxy_user="" username="admin"/>
</AMP-SERVER>

How to change Applications Manager Credentials/API key through Agent settings page:

For EUM Agent version 18 and above:
  1. Access the EUM Agent Settings page.
  2. Login to Agent Settings page by entering the EUM API key (You can find it in APM->Admin->Rest API->End User Monitoring).
  3. In the Server Details page click on Edit -> Modify Api Key.
  4. Provide the valid API key and click on Update.
  5. Restart the EUM Agent.


For EUM Agent version 17:
  1. Access the EUM Agent settings page.
  2. Login to Agent Settings page by enetering the Applications Manager Credentials.
  3. In the Server Details page click on Edit.
  4. Provide the Applications manager's Username and Password.
  5. Restart the EUM Agent.



Note: User can Login to EUM Agent settings page only if EUM Agent is connected to AppManager.

                  New to ADManager Plus?

                    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 : Verify whether the EUM Agent is up and running. Check if you can reach the Applications ...
                      • 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 ...
                      • 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 ...
                      • End User Monitoring (EUM) - Frequently asked questions

                        How to access EUM Agent Settings page? Unable to Login End User Monitoring Agent? EUM Agent not mapped to Applications Manager. What should I do? How to Change Applications Manager hostname and port in EUM Agent for login? How to change AppManager ...
                      • 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 ...