Installation Guide
Get Sentrilite running in minutes — real-time cost report and threat detection, all in one platform.
Sentrilite on a Single Linux Server
Walkthrough
Watch the step-by-step installation video to see the full setup process in action.
Sentrilite Live Dashboard
Run the following command on your Linux server. Docker must be installed and running. The agent requires privileged access and host PID namespace to perform kernel-level monitoring.
sudo docker run --rm -it --name sentrilite \ --privileged --pid=host \ -p 8080:8080 -p 8765:8765 \ -v /sys/fs/bpf:/sys/fs/bpf \ -v /sys/kernel/debug:/sys/kernel/debug \ sentrilite/local:1.0.0
http://<server-ip>:8080
Uninstall / Cleanup
docker stop sentrilite)
before running the uninstall command.
To cleanly unload all eBPF programs and remove Sentrilite from the host, run the following command. This executes the unload script inside a temporary container with the same privileges used during installation — no residual kernel objects are left behind.
sudo docker run --rm \ --privileged --pid=host \ -v /sys/fs/bpf:/sys/fs/bpf \ -v /sys/kernel/debug:/sys/kernel/debug \ --entrypoint /opt/sentrilite/unload_bpf.sh \ sentrilite/local:1.0.0
To install on public cloud (AWS, GCP, Azure) or on-prem Kubernetes cluster, contact us at info@sentrilite.com