| copyright |
|
||
|---|---|---|---|
| lastupdated | 2026-08-17 | ||
| keywords | |||
| subcollection | workload-protection |
{{site.data.keyword.attribute-definition-list}}
{: #agent-deploy-windows}
After you provision an instance of the {{site.data.keyword.sysdigsecure_full}} service in {{site.data.keyword.cloud_notm}}, you can deploy the {{site.data.keyword.sysdigsecure_short}} agent on your Windows servers to collect events and protect your workloads. {: shortdesc}
For examples of threat detection on Windows and troubleshooting detected events, see Windows Threat Detection with {{site.data.keyword.sysdigsecure_full_notm}}{: external}. {: tip}
{: #agent-deploy-windows-prereqs}
Complete the following steps:
-
Obtain the access key for your {{site.data.keyword.sysdigsecure_short}} instance.
-
Obtain the ingestion URL for your instance. For more information, see Collector endpoints.
-
Verify that you have
Administratorpermissions on the Windows server.
{: #agent-deploy-windows-download}
The {{site.data.keyword.sysdigsecure_short}} agent uses Falco to ensure workload security and compliance. The agent has two components: the Connection Manager and the Security Manager, which are both managed by the Agent Installer.
You can install the {{site.data.keyword.sysdigsecure_short}} agent by using either the GUI or the CLI.
Download the agent{: external} in MSI format. If you need to install the agent on a host that runs only in the IBM private network, download it from IBM Cloud Object Storage{: external}.
{: #agent-deploy-windows-threats-gui}
To install the agent by using the GUI:
-
Run the MSI installer.
-
Accept the EULA.
-
Select custom as the region.
-
Complete the following fields:
Custom Collector : The ingestion URL for the region where your {{site.data.keyword.sysdigsecure_short}} instance is available. For more information, see Collector endpoints. For example,
ingest.private.us-east.security-compliance-secure.cloud.ibm.com.Custom Collector port : The collector port. Set to
6443.Custom API URL : The API endpoint URL for the region where your {{site.data.keyword.sysdigsecure_short}} instance is available. For more information, see API endpoints. For example,
https://private.us-east.security-compliance-secure.cloud.ibm.com.Access Key : The ingestion key for your instance.
-
Complete the installation.
{: #agent-deploy-windows-threats-cli}
To install the agent by using the CLI, run the MSI in silent mode from the command line or PowerShell.
Replace <COLLECTOR_URL>, <API_ENDPOINT>, and <AGENT_ACCESS_KEY> with the values from your {{site.data.keyword.sysdigsecure_short}} instance:
msiexec /i sysdig-host-shield-latest.msi REGION=custom ACCESS_KEY=<AGENT_ACCESS_KEY> COLLECTOR_URL=<COLLECTOR_URL> COLLECTOR_PORT=6443 API_URL=<API_ENDPOINT> VM_FEATURE_ENABLED=True POSTURE_FEATURE_ENABLED=True ACCEPT_TERMS_CONDITIONS=True /qn
{: pre}
Where:
AGENT_ACCESS_KEY
: The ingestion key for your instance.
COLLECTOR_URL
: The ingestion URL for the region where your {{site.data.keyword.sysdigsecure_short}} instance is available. For more information, see Collector endpoints. For example, ingest.private.us-east.security-compliance-secure.cloud.ibm.com.
API_ENDPOINT
: The API endpoint URL for the region where your {{site.data.keyword.sysdigsecure_short}} instance is available. For more information, see API endpoints. For example, https://private.us-east.security-compliance-secure.cloud.ibm.com/api.