Device enrollment

Set up this device in under 2 minutes.

No download required. Copy one command, paste it in your terminal, done.

1

Open PowerShell or Command Prompt

Press Win + R, type powershell, hit Enter.

2

Make sure Python is installed

Paste this to check — if it returns a version number you're good:

python --version

No Python? Download it here — takes 2 minutes.

3

Download and enroll

Paste this single command — it downloads the agent and enrolls your device:

curl.exe -fsSLo klevely_agent.py https://klevely.com/agent/klevely_agent.py; if ((Get-FileHash klevely_agent.py -Algorithm SHA256).Hash.ToLower() -ne '1f8e1d47d39a07297ed03584ca65fa7e93b6b4f5e654feaa839394b58e56c1de') { Remove-Item -LiteralPath klevely_agent.py -Force; throw 'Klevely agent checksum failed' }; $env:KLEVELY_ENROLL_TOKEN = Read-Host 'Paste your enrollment token'; python klevely_agent.py; Remove-Item Env:KLEVELY_ENROLL_TOKEN -ErrorAction SilentlyContinue
Your device will appear in the dashboard within 60 seconds. You can close this window once you see [klevely] Reported.
1

Open Terminal

Press Cmd + Space, type Terminal, hit Enter.

2

Make sure Python 3 is installed

python3 --version

No Python 3? Download it here.

3

Download and enroll

Paste this single command:

curl -fsSLo klevely_agent.py https://klevely.com/agent/klevely_agent.py && echo '1f8e1d47d39a07297ed03584ca65fa7e93b6b4f5e654feaa839394b58e56c1de klevely_agent.py' | shasum -a 256 -c - && read -r -s KLEVELY_ENROLL_TOKEN && export KLEVELY_ENROLL_TOKEN && python3 klevely_agent.py; unset KLEVELY_ENROLL_TOKEN
Your device will appear in the dashboard within 60 seconds. You can close Terminal once you see [klevely] Reported.
1

Open a terminal

Ctrl + Alt + T on most distros.

2

Download and enroll

Paste this single command:

curl -fsSLo klevely_agent.py https://klevely.com/agent/klevely_agent.py && echo '1f8e1d47d39a07297ed03584ca65fa7e93b6b4f5e654feaa839394b58e56c1de klevely_agent.py' | sha256sum -c - && read -r -s KLEVELY_ENROLL_TOKEN && export KLEVELY_ENROLL_TOKEN && python3 klevely_agent.py; unset KLEVELY_ENROLL_TOKEN
Your device will appear in the dashboard within 60 seconds.
Your enrollment token
Loading...

This token is specific to your organisation. Keep it private.

No download required Windows, Mac & Linux Agent checks in every 15 min Remove anytime

Need help? Email support@klevely.klevto.online — or go to your dashboard.