We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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