Updating Applications Manager Server Host and Port Details in Server Agents
If the hostname or port number of the Applications Manager server changes, you must update the corresponding configuration in the installed server agents so that they can continue communicating with Applications Manager.
Supported Versions
- Server Agent version 22.2.00 and above
- Applications Manager version 180700 and above
Updating Host and Port Details on Linux
- Open a terminal on the server where the agent is installed.
- Execute the following script:
/opt/applicationsmanager/monagent/scripts/AgentManager.sh -update-primary-host
- During script execution, you will be prompted to enter the updated Applications Manager hostname and port number.
- Provide the required details when prompted.
Updating Host and Port Details on Windows
- Click on the Applications Manager Agent tray icon.
- Select Agent Manager. A Command Prompt window will open.
- Type the following command and press Enter:

Update primary host
- When prompted, enter the updated Applications Manager hostname and port number in the format shown in the sample displayed in the Command Prompt window.
New to ADSelfService Plus?
Related Articles
UDP Port Monitor - Troubleshooting
How do we monitor UDP Port? UDP is a connectionless protocol which doesn't send any acknowledgement on connecting to the UDP port like TCP. When UDP port is not open system will send ICMP port unreachable message. The Issue is when the UDP port is ...
Unable to connect to the host / port
Follow the below steps to troubleshoot the error Make sure the service you're trying to connect to is actually running on the designated Host/IP and Port. Ensure the service is accessible by performing the below steps from the Applications Manager ...
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 ...
Modify mssql server details currently used in applications manager
Steps to change the Microsoft SQL Server details like hostname , port , username & password that are currently used in Applications Manager 1. Open WordPad and edit the database_params.conf file present in "<APM_home>\working\conf\MSSQL\" and ...
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 ...