How to change Applications Manger's Host and Port in EUM Agent?

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? 

  1. Go to [EUM_HOME]/conf folder.
  2. Open AppServer.xml in a text editor.
  3. Search for "host" and "port" attribute in the xml file.
  4. Replace the existing value with the new Applications Manager's host and SSL port.
  5. If you are pointing the EUM Agent to different Applications Manager instance, make sure to update EUM API Key as well.
  6. Save the changes.
  7. Restart EUM Agent.
Example
Info
<?xml version="1.0" encoding="UTF-8"?>
<AMP-SERVER>
<AMP encryptedKey="vgvLugs" 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="" />
</AMP-SERVER>

How to change Applications Manager's Host and Port through Agent Settings page?

  1. Login to EUM agent Settings page.
  2. In the Server Settings page, Click on Edit.
  3. Enter Applications manager's host and port in the Server Host and Server SSL port fields and click on Update.
  4. If you are pointing the EUM Agent to different Applications Manager instance, make sure to update EUM API Key as well.
  5. Restart the EUM Agent.


Warning
Note: User can Login to EUM Agent settings page only if EUM Agent is connected to Applications Manager.

                  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 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). ...
                    • 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 ...
                    • 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 ...
                    • Unable to connect to the host

                      Follow the below steps to troubleshoot the error Check if the given Host Name / IP Address is correct. Run the below command in Applications Manger installed server to ensure Host / IP Address is reachable. ping <Host Name/IP Address> Eg: ping ...