Difference between revisions of "Ossec install server"
Jump to navigation
Jump to search
(Created page with "# Ubuntu 22.04 ``` apt-get -y install build-essential zlib1g-dev libpcre2-dev libsqlite3-dev libssl-dev libsystemd-dev curl -LO https://github.com/ossec/ossec-hids/archive/ref...") |
|||
Line 5: | Line 5: | ||
cd ossec-hids-3.7.0 | cd ossec-hids-3.7.0 | ||
./install.sh | ./install.sh | ||
+ | ``` | ||
+ | |||
+ | ## Start & Stop | ||
+ | ``` | ||
+ | /var/ossec/bin/ossec-control start | ||
+ | /var/ossec/bin/ossec-control stop | ||
``` | ``` |
Latest revision as of 20:32, 22 January 2024
Ubuntu 22.04
apt-get -y install build-essential zlib1g-dev libpcre2-dev libsqlite3-dev libssl-dev libsystemd-dev curl -LO https://github.com/ossec/ossec-hids/archive/refs/tags/3.7.0.tar.gz cd ossec-hids-3.7.0 ./install.sh
Start & Stop
/var/ossec/bin/ossec-control start /var/ossec/bin/ossec-control stop