Customer Environment Acme Corp demo
Control mapping: ISO 27001 · DORA · GDPR

Enroll a device

Copy the install command for the platform and run it on the target machine. The device appears under Devices within 60 seconds.

Rotate enrollment key

Install commands by platform

  1. Rotate the enrollment key

    Generate a fresh enrollment secret on the admin app. Any device added before the next rotation will need to re-enroll.

  2. Install command — Windows x64

    winget install --id SpotTechno.ClearScreen --silent --accept-source-agreements --accept-package-agreements

  3. Install command — Linux x64

    curl -fsSL https://clearscreen.spot-suite.com/install.sh | sudo ENROLL_KEY=CS-ENROLL-ACME-1f2e bash

  4. Install command — Linux arm64

    curl -fsSL https://clearscreen.spot-suite.com/install.sh | sudo ENROLL_KEY=CS-ENROLL-ACME-1f2e bash

  5. Install command — macOS Apple silicon

    curl -fsSL https://clearscreen.spot-suite.com/install-mac.sh | sudo ENROLL_KEY=CS-ENROLL-ACME-1f2e bash

  6. Install command — macOS Intel

    curl -fsSL https://clearscreen.spot-suite.com/install-mac.sh | sudo ENROLL_KEY=CS-ENROLL-ACME-1f2e bash

  7. Windows / Intune

    powershell -ExecutionPolicy Bypass -Command "Invoke-WebRequest https://clearscreen.spot-suite.com/intune/win-x64.ps1 -OutFile $env:TEMP\cs.ps1; & $env:TEMP\cs.ps1 -EnrollKey CS-ENROLL-ACME-1f2e"

Current enrollment key

{block}

Demo data — not a live environment.