Installing Linux Agent
The Linux agent captures system and application logs and sends them to a UTMStack master server or probe/proxy, monitors system activity with a HIDS, and executes incident response commands.
Ubuntu 16/18/20/22+
apt install zip wget -y
wget https://github.com/AtlasInsideCorp/UTMStackAgent/releases/latest/download/linux-agent.zip
chmod -R 777 linux-agent.zip
mkdir /opt/linux-agent -p
mv linux-agent.zip /opt/linux-agent/
cd /opt/linux-agent/
unzip linux-agent.zip
chmod -R 777 utmstack-linux
sudo ./utmstack-linux install
Centos 7/ Red Hat Enterprise Linux
yum install zip wget -y
wget https://github.com/AtlasInsideCorp/UTMStackAgent/releases/latest/download/linux-agent.zip
chmod -R 777 linux-agent.zip
mkdir /opt/linux-agent -p
mv linux-agent.zip /opt/linux-agent/
cd /opt/linux-agent/
unzip linux-agent.zip
chmod -R 777 utmstack-linux
sudo ./utmstack-linux install
Centos 8 / AlmaLinux
dnf install zip wget -y
wget https://github.com/AtlasInsideCorp/UTMStackAgent/releases/latest/download/linux-agent.zip
chmod -R 777 linux-agent.zip
mkdir /opt/linux-agent -p
mv linux-agent.zip /opt/linux-agent/
cd /opt/linux-agent/
unzip linux-agent.zip
chmod -R 777 utmstack-linux
sudo ./utmstack-linux install
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article