Skip to content

Deploy the Sensor

The Falcon sensor is your visibility foundation — every detection, every response action, every telemetry stream starts with a sensor on the endpoint. Whether you manage ten machines or ten thousand, CrowdStrike provides multiple paths to get sensors installed, configured, and maintained across Linux, macOS, and Windows infrastructure.

Configuration Management

Declare sensor state as code. Ansible, Chef, and Puppet maintain installation, configuration, and lifecycle across your fleet.

Direct Installation

Bash and PowerShell scripts that call the Falcon API to download and install the correct sensor package. No agent infrastructure required.

Container Environments

Run the Falcon sensor as a SystemD service using Docker or Podman for non-Kubernetes container deployments.

CID Migration

Move sensors between tenants without losing tags. Scripts handle uninstall, reinstall, and tag migration with recovery support.

Declarative tools that define sensor state as code. Manage installation, configuration, and lifecycle across your fleet using repeatable, version-controlled manifests.

Community-maintained scripts for direct Falcon sensor deployment without infrastructure agents. These scripts call the Falcon API to download the correct sensor package, install it, configure registration, and handle uninstallation — including maintenance token retrieval for protected sensors.

  1. Create an API client — Create an API client within the CrowdStrike Falcon console with the required scopes for your use case.
  2. Choose your deployment method — Configuration management (Chef, Puppet, Ansible) for fleet-wide state management, or scripts for direct installation without agent infrastructure.
  3. Deploy — Follow the quickstart for your chosen tool. All methods pull the sensor package from the Falcon API, so no manual downloads or version tracking required.
  4. Verify — Confirm sensor registration in the Falcon console. Hosts appear within minutes of successful installation.

All deployment methods authenticate against the Falcon API. The minimum scopes required:

ScopePurpose
Sensor Download: READDownload sensor installation packages
Installation Tokens: READRetrieve provisioning tokens (if enforced)
Sensor Update Policies: READTarget a specific sensor version via policy
Sensor Update Policies: WRITERetrieve maintenance tokens for uninstallation
Hosts: WRITERemove hosts from console after uninstall