Skip to content
Stefan Pejcic edited this page Sep 26, 2025 · 1 revision

one-liner:

cd /root && wget https://github.com/sentinelfirewall/sentinel/raw/refs/heads/main/csf.tgz && tar -xzf csf.tgz && cd csf && sh install.sh

manually:

wget https://github.com/sentinelfirewall/sentinel/raw/refs/heads/main/csf.tgz
tar -xzf csf.tgz
cd csf
sh install.sh

Clone this wiki locally