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. Save the changes.
  6. Restart EUM Agent.
  7. Login with updated Applications Manager's credentials/EUM API Key.
Example
<?xml version="1.0" encoding="UTF-8"?>
<AMP-SERVER>
<AMP encryptedPassword="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="" username="admin"/>
</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. 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 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 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: Go to [EUM_HOME]/conf folder. Open AppServer.xml in a text editor. Remove encryptedKey attribute and add new attribute apikey ...
                      • 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 ...
                      • EUM Agent - Allowing multiple agents with same host name

                        Question: How do I assign multiple agents with same host name? Answer: You have the option to allow multiple agents with same host name under EUM Agent. When should one select this option? This option is provided mainly for a network which has ...