Linux Endpoint Agent Installation
Edit ArticleDeploying the Sentinel daemon on Ubuntu, Debian, RHEL, CentOS, and Rocky Linux.
Sentinel Operations Team
4 min read
Updated August 28, 2026
v3.2Sentinel runs as a native systemd daemon on modern Linux distributions. It monitors system processes, network sockets, user logins, and USB storage insertion.
install-linux.sh
1# 1. Download and run the Linux setup script as root:2curl -sSL https://endpoint.yourcompany.com/install-linux.sh | sudo bash34# 2. Check service status:5sudo systemctl status sentinel-agent67# 3. View live logs:8sudo journalctl -u sentinel-agent -f
Tags:#Linux#Ubuntu#RHEL#Systemd
Was this documentation page helpful?
Your technician feedback helps our team continuously improve Sentinel guides.

