Addons
33+ addon scripts for SSL certificates, security, caching, media processing, development tools, and more.
How to Install and Run Centmin Mod Addons
Centmin Mod addons are standalone shell scripts located at /usr/local/src/centminmod/addons/. To install or run an addon, execute the script with its full path via SSH:
# Example: Issue a Let's Encrypt SSL certificate
/usr/local/src/centminmod/addons/acmetool.sh issue yourdomain.com lived
# Example: Install WP-CLI
/usr/local/src/centminmod/addons/wpcli.sh
# Example: Install Redis server
/usr/local/src/centminmod/addons/redis-server-install.sh
Some addons are also accessible via centmin.sh menu options (e.g., menu option 13 for Redis PHP extension, menu option 15 for ImageMagick PHP extension).
Addon Scripts Directory
All addon scripts are located at /usr/local/src/centminmod/addons/
SSL & Security
acmetool.sh
Let’s Encrypt SSL certificate management with auto-renewal, wildcard support, and Cloudflare DNS validation.
addons/acmetool.sh
Learn more
maldet.sh
Linux Malware Detect (LMD) with ClamAV integration for malware scanning and real-time monitoring.
addons/maldet.sh
Learn more
opendkim.sh
OpenDKIM email authentication to prevent spoofing and improve deliverability.
addons/opendkim.sh
Learn more
FTP Upload Scanning
Automatic malware and virus scanning for PureFTPd file uploads via ClamAV integration.
via maldet.sh
Learn more
Database & Caching
mysqladmin_shell.sh
Interactive MySQL/MariaDB administration shell for user, database, and permission management.
addons/mysqladmin_shell.sh
Learn more
redis-server-install.sh
Redis server installation and configuration for object caching and session storage.
addons/redis-server-install.sh
Learn more
mysqlmymonlite
MySQL monitoring script for stats, info, and performance metrics collection.
via tools/
Web & CMS Tools
How to Install WP-CLI on Centmin Mod
To install WP-CLI on a Centmin Mod server, run addons/wpcli.sh install from /usr/local/src/centminmod. Because Centmin Mod runs as root, you must use the --allow-root flag with all WP-CLI commands, or use the wp alias which adds --allow-root automatically.
cd /usr/local/src/centminmod
addons/wpcli.sh install
# WP-CLI requires --allow-root when running as root on Centmin Mod
wp --info --allow-root
WP-CLI Root Config
WP-CLI 0.14+ requires --allow-root flag or non-root user configuration for root-level operations.
wp --allow-root
passenger.sh
Phusion Passenger Nginx module for hosting Ruby, Python, and Node.js web applications.
addons/passenger.sh
Media & Processing
ffmpeg.sh
FFmpeg multimedia framework for video/audio encoding, decoding, and streaming.
addons/ffmpeg.sh
php-libheif.sh
libheif library for HEIF/HEIC image format support in PHP GD and ImageMagick.
addons/php-libheif.sh
PHP Extensions
ioncube.sh
IonCube PHP loader for running encrypted PHP applications and licenses.
addons/ioncube.sh
php72-mcrypt.sh
mcrypt PHP extension for PHP 7.2+ (removed from PHP core, available as PECL extension).
addons/php72-mcrypt.sh
php73–80-mcrypt.sh
mcrypt extension variants for PHP 7.3, 7.4, and 8.0.
addons/php7x-mcrypt.sh
Development & Languages
nodejs.sh
Node.js JavaScript runtime installation and version management.
addons/nodejs.sh
golang.sh
Go programming language installation for building Go applications.
addons/golang.sh
ruby.sh
Ruby programming language installation for Rails and other Ruby applications.
addons/ruby.sh
python27_install.sh
Python 2.7 alternate installation alongside system Python.
addons/python27_install.sh
python34–36_install.sh
Python 3.4, 3.5, and 3.6 alternate installations.
addons/python3x_install.sh
git2_install.sh
Git 2.16+ installation from source for access to latest git features.
addons/git2_install.sh
docker.sh
Docker container engine installation and configuration.
addons/docker.sh
System & Networking
customcurl.sh
Custom curl/libcurl RPM installation for newer HTTP/2 and TLS features.
addons/customcurl.sh
wget.sh
Updated wget installation with modern TLS support.
addons/wget.sh
rclone.sh
rclone cloud storage sync tool for S3, Google Drive, Backblaze B2, and 40+ providers.
addons/rclone.sh
geoip.sh
MaxMind GeoIP2 database installation for geographic IP lookups in Nginx.
addons/geoip.sh
linfo.sh
Linfo system stats and information page for server monitoring via web browser.
addons/linfo.sh
python_switch_el8.sh
Python version switcher for EL8 systems to manage default Python version.
addons/python_switch_el8.sh
Compiler Toolchains
devtoolset-4.sh
GCC Developer Toolset 4 for CentOS 7 (EOL) — newer GCC compiler for optimized builds.
addons/devtoolset-4.sh
devtoolset-6.sh
GCC Developer Toolset 6 for CentOS 7 (EOL) — GCC 6.x compiler with C++14 support.
addons/devtoolset-6.sh
ius-repo.sh
IUS Community repository for newer Python and other packages on CentOS.
addons/ius-repo.sh
Need help with addons?
Visit the community forums for installation help, addon compatibility, and configuration tips.