ConfigServer Archive

Preserving essential server tools for the future

v15.00 - GPLv3 Release

These scripts are now Free and Open Source Software under GPLv3

Previous Proprietary "Way to the Web Product License"
Current (NOW) GNU General Public License v3

Version: 14.24 → 15.00

Copyright: (C) 2006-2025 Jonathan Michaelson

Repository: https://github.com/waytotheweb/scripts

Automated CSF Migration Tool

We've created an automated migration script to help you seamlessly upgrade to CSF v15.00 GPL edition. This tool will:

  • Backup your current CSF configuration
  • Download and install the GPL version
  • Restore your settings automatically
  • Validate the installation was successful
Download and run the migration script:
wget -O migrate_csf.sh https://backup.underhost.com/mirror/configserver/migrate_csf.sh && bash migrate_csf.sh

For more options, run with --help or test first with --dry-run

ConfigServer Closure Notice

Configserver.com closed permanently on 31 August 2025 after more than 25 years of service. This archive preserves their essential server tools for the community.

All ConfigServer software is now available under GPLv3 license as open source projects.

CSF Migration Guide

Step-by-step instructions for migrating to CSF GPL v15.00

Step 1: Download the Migration Script

wget -O migrate_csf.sh https://backup.underhost.com/mirror/configserver/migrate_csf.sh

Step 2: Make the Script Executable

chmod +x migrate_csf.sh

Step 3: Run the Migration Script

For a standard migration that backs up and restores your configuration:

./migrate_csf.sh

Optional flags for advanced usage:

  • --dry-run: Test the migration without making changes
  • --no-restore: Perform a clean install without restoring configs
  • --auto-updates=1: Enable automatic updates (not recommended)
  • --help: Show all available options

Step 4: Verify the Migration

After migration, verify that CSF is working correctly:

csf -v        # Check version (should show v15.00)
csf -l        # List firewall rules
perl /usr/local/csf/bin/csftest.pl  # Test Perl modules

Available Software Packages

Complete download and installation instructions for each ConfigServer product

ConfigServer Mail Controller (CMC) 0.2 MB

A powerful mail server management tool that helps control mail sending limits, connections and more.

Download URL:
Installation Commands:
# Download and extract
wget https://backup.underhost.com/mirror/configserver/cmc.tgz
tar -xzf cmc.tgz
# Run installation
cd cmc
sh install.sh
ConfigServer Mail Manage (CMM) 0.21 MB

Email account management interface for cPanel/WHM servers with spam protection features.

Download URL:
Installation Commands:
# Download and extract
wget https://backup.underhost.com/mirror/configserver/cmm.tgz
tar -xzf cmm.tgz
# Run installation
cd cmm
sh install.sh
ConfigServer Mail Queues (CMQ) 0.21 MB

Advanced mail queue management system with filtering and analysis capabilities.

Download URL:
Installation Commands:
# Download and extract
wget https://backup.underhost.com/mirror/configserver/cmq.tgz
tar -xzf cmq.tgz
# Run installation
cd cmq
sh install.sh
ConfigServer Explorer (CSE) 0.2 MB

Server file management and exploration tool with security features.

Download URL:
Installation Commands:
# Download and extract
wget https://backup.underhost.com/mirror/configserver/cse.tgz
tar -xzf cse.tgz
# Run installation
cd cse
sh install.sh
ConfigServer Security & Firewall (CSF) 2.19 MB

Advanced firewall and security suite for Linux servers with intrusion detection.

Download URL:
Installation Commands:
# Download and extract
wget https://backup.underhost.com/mirror/configserver/csf.tgz
tar -xzf csf.tgz
# Run installation
cd csf
sh install.sh