Control Web Panel

Security => CSF Firewall => Topic started by: Starburst on April 18, 2025, 12:45:19 AM

Title: Possible fix to why CSF/LFD isn't installing.
Post by: Starburst on April 18, 2025, 12:45:19 AM
These are the first steps we do with AL9 servers, should work on AL8, but not guaranteed, as I mentioned this is AL9.

Code: [Select]
dnf update ca-certificates
Code: [Select]
dnf install dnf-plugins-core
Code: [Select]
dnf install elrepo-release epel-release -y
Code: [Select]
dnf config-manager --set-enabled crbThat is the new Power Tools for EL9.

Code: [Select]
dnf --refresh update
Code: [Select]
dnf install nano wget ipset ebtables iptables ipset-service uuid uuid-devel libuuid-devel m4 pcre pcre-devel zlib-devel perl-DBD-MySQL perl-IPC-Cmd perl-Pod-Html perl-Sys-Hostname perl-libwww-perl.noarch perl-LWP-Protocol-https.noarch perl-GDGraph libtool s-nail htop sysstat python3-perf nmap net-tools make quota cockpit* -y
Code: [Select]
dnf install clamav* clamd
Then proceed to install CWP per their instructions.
Title: Re: Possible fix to why CSF/LFD isn't installing.
Post by: overseer on April 18, 2025, 01:08:56 AM
+add Webmin -- since you need 3 web management interfaces: CWP, Cockpit, and Webmin).
(I'm a belt, suspenders, and antigrav balloon kinda fella.)
Title: Re: Possible fix to why CSF/LFD isn't installing.
Post by: Starburst on April 19, 2025, 02:59:08 AM
It installs Cockpit, but doesn't activate it.

It comes in sometimes, where doing something via SSH is practical.
Title: Re: Possible fix to why CSF/LFD isn't installing.
Post by: overseer on April 19, 2025, 05:11:49 PM
That's what I find handy about Webmin from time to time -- while remote (away from my usual tool set), I can still have almost everything on a server exposed (even more than CWP) via a web browser. No need to install PuTTY or anything on the host computer, just browse in, make a config change, and roll on.