How to Run ConfigServer Firewall (CSF) After August 31, 2025,

ConfigServer.com (ConfigServer Firewall) will permanently close on August 31, 2025. The ConfigServer CSF firewall has been a trusted tool for Linux server administrators for many years. Unfortunately, ConfigServer has announced that it will discontinue its services on this date, and there will be no further updates, downloads, or support available after that. This news has saddened many in the hosting community, including us. CSF/LFD has become the standard security layer for countless servers due to its simplicity, reliability, and extensive feature set.
Fortunately, CSF will continue to run on servers even after the vendor’s closure, however, it will not receive any updates or support.

Exciting news! The developers of ConfigServer have released some of their most popular scripts under the GPLv3 license, and they are now available on GitHub.

Updating to the GitHub Version of CSF

You can download CSF version 15.00 from the official GitHub repository.

To install CSF, follow these steps:

1. Log in to your server as the root user via SSH.
2. Change to the root directory by running the command:

 cd /root

3. Download CSF using the following command:

wget https://github.com/waytotheweb/scripts/raw/refs/heads/main/csf.tgz

4. Decompress the downloaded file with this command:

tar -xzf csf.tgz

5. Change to the CSF directory by running:

 cd csf

6. Install CSF by executing:
for cPanel Servers

./install.cpanel.sh

for others Servers

./install.sh

7. Restart CSF and LFD:

csf -r

8. Verify the version ensure it shows v15.00

csf -v

9. Remove the CSF update cron jobs

rm -v /etc/cron.d/csf_update
rm -v /etc/cron.daily/csget

10. Update the CSF config to disable auto updates: In /etc/csf/csf.conf,

set: AUTO_UPDATES = "0"

last To enhance safety and prevent CSF/LFD from connecting to the domain and downloading anything from it, you can direct their old domains to 127.0.0.1 in the /etc/hosts file.

127.0.0.1 download.configserver.com
127.0.0.1 download2.configserver.com

Make sure to follow each step carefully to ensure a successful installation.

Leave a Comment

5 + 3 =