Installation Steps for .exe Package
Installation Requirements
To install Cloud Agent, you must have an associated Activation ID and Customer ID for the agent installer package. To get these details, log in to the Qualys Cloud Platform, and in the Cloud Agent user interface, follow the installation steps for Windows (.exe) to get everything you need.
Steps to Install Cloud Agent
Following are the steps to install Cloud Agent on the host asset.
- Once downloaded, copy the Cloud Agent installer on the target host.
- Run the following command in the Command Prompt (with elevated privileges) to install Cloud Agent.
> QualysCloudAgent.exe CustomerId={xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} ActivationId={xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} WebServiceUri=<platform_url>/CloudAgent/
- You can also install a Cloud Agent on target hosts using the system management tool.
Steps to Install Cloud Agent with Proxy Support
You can provide a default proxy configuration as an argument at the time of agent installation. The proxy parameters can be passed through the Proxy argument, where, Proxy="<argument-to-pass>"
. The proxy argument contains the proxy URL, corresponding username, and password.
The following command shows how to pass proxy configuration in the installation command.
QualysCloudAgent.exe CustomerId={xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} ActivationId={xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} WebServiceUri=<platform_url>/CloudAgent/ Proxy="/u <proxy url> /n <proxy username> /p <proxy password>"
You can also pass multiple proxies, separated by semi-colon, as an argument during agent installation.
QualysCloudAgent.exe CustomerId={xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} ActivationId={xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} WebServiceUri=<platform_url>/CloudAgent/ Proxy="/u <1st proxy url>;<2nd proxy url> /n <proxy username> /p <proxy password>"
Multiple proxy user names and proxy passwords are not supported.