...
Collect Server password for agent install which can be collected in several different methods:
If you have access to MySQL for premise Automate - run query
Code Block language sql SELECT systempassword FROM config;
If you have access to Control Center only for CW Cloud you can run the same query via rawsql Internal Monitor.
Automation>Monitors>Internal Monitors tab - right click anywhere on list and choose New Monitor
Use <Start Fresh> and click Next
Configure as this example
Click the Build and View Query button to get your result - then just Close monitor - no need to add/save.
If you have no access to Control Center Internal Monitors - then you would need to at least obtain the agent msi installer from the Destination Automate server
From Web Control Center - click on Configuration>Installers>Custom Agent and select any client/location - then click Download button next to the Windows MSI choice.
Once the MSI has been downloaded, you will need to run it on a machine that does not currently have a CW Agent installed. When you run the MSI on a machine with no agent, and you click “Next” on the initial screen, you will see a menu that displays your Server URL, Server Password and the LocationID. Copy the “Server Password” value.
Log in to the MSP Toolshed portal and access Settings>Integration Settings>Automate
Paste the “Server Password” value in to the “Server Password” field under the credentials field and click Update button.
You should get SUCCESS banner
Once this has been applied, all future deployments will automatically supply the “Server Password” value in the expected registry location for the CW Agent, which will allow it to sign up properly.