Configserver.com will be closing down on 31 August 2025

3 months ago 2

Yes, you can keep using the software as long as you update it to the latest version before the 31st of August. After that date, if you have not upgraded to the latest version, the software will stop working. This applies to ConfigServer eXploit Scanner, Outgoing Spam Monitor, and MailScanner Front-End.

Yes, ConfigServer Mail Manage (csm), CS Mail Queues (cmq), CS Modsecurity Control (cmc), CS Explorer (cse) and ConfigServer Security & Firewall (csf) will continue to work. They will no longer be updated, however, and will not be available for download or install.

For Configserver Exploit Scanner (cxs):

cxs -U

For Outgoing Spam Monitor (osm):

wget –no-check-certificate https://download.configserver.com/osminstaller.tgz
tar -xzf osminstaller.tgz
perl osminstaller.pl

For MailScanner Front-End (msfe):

wget –no-check-certificate https://download.configserver.com/msfeinstaller.tgz
tar -xzf msfeinstaller.tgz
perl msfeinstaller.pl
/usr/mscpanel/mscheck.pl

Configserver Explorer:

wget –no-check-certificate https://download.configserver.com/cse.tgz
tar -xzf cse.tgz
cd cse
sh install.sh

Configserver Modsecurity Control:

wget –no-check-certificate https://download.configserver.com/cmc.tgz
tar -xzf cmc.tgz
cd cmc
sh install.sh

Configserver Mail Manage:

wget –no-check-certificate https://download.configserver.com/cmm.tgz
tar -xzf cmm.tgz
cd cmm
sh install.sh

Configserver Mail Queues:

wget –no-check-certificate https://download.configserver.com/cmq.tgz
tar -xzf cmq.tgz
cd cmq
sh install.sh

For Configserver Security & Firewall (csf):

csf -u

All script updater:

If you have multiple configserver commercial scripts installed, there is a single command you can run to update them all:

curl -s https://download.configserver.com/csupdate | perl

Yes, we are seriously considering releasing csf (ConfigServer Security & Firewall) under the GPLv3 license. If we do this, it will be before we close for business and the software will be made available via our GitHub repository.

Read Entire Article