Install commands by platform
-
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.
-
Install command — Windows x64
winget install --id SpotTechno.ClearScreen --silent --accept-source-agreements --accept-package-agreements
-
Install command — Linux x64
curl -fsSL https://clearscreen.spot-suite.com/install.sh | sudo ENROLL_KEY=CS-ENROLL-ACME-1f2e bash
-
Install command — Linux arm64
curl -fsSL https://clearscreen.spot-suite.com/install.sh | sudo ENROLL_KEY=CS-ENROLL-ACME-1f2e bash
-
Install command — macOS Apple silicon
curl -fsSL https://clearscreen.spot-suite.com/install-mac.sh | sudo ENROLL_KEY=CS-ENROLL-ACME-1f2e bash
-
Install command — macOS Intel
curl -fsSL https://clearscreen.spot-suite.com/install-mac.sh | sudo ENROLL_KEY=CS-ENROLL-ACME-1f2e bash
-
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.