Era Host hosting
EraHost – Free Domain, Cheap Hosting!
Client Area
Support 24/7
Menu

Understanding cpaddons in cPanel — What It Is & How to Manage It

2 min read
14.07.2025

What is cpaddons?

cpaddons (cPanel Add-ons) is a feature in cPanel that allows users to install, update, and manage additional software such as:

Understanding cpaddons cPanel
cpaddons — legacy installer; Softaculous replaced it on most providers.

For related cPanel installer / management topics, see "Installation already exists" — Softaculous Fix, cpsrvd — cPanel Service Daemon, cpsess in cPanel & WHM, and Understanding the .cagefs Folder in CloudLinux.

  • CMS platforms (WordPress, Joomla, Drupal)
  • E-commerce tools (PrestaShop, Magento)
  • Forums & blogs (phpBB, b2evolution)

These add-ons are managed through WHM and can be installed directly from the cPanel interface.

How to Manage cpaddons in WHM (For Administrators)

Enable cpaddons in WHM

If the feature is missing or disabled, enable it in WHM:

  1. Log in to WHM (https://yourserver.com:2087)
  2. Navigate to cPanel > Install cPAddons Site Software
  3. Enable "Allow users to install add-ons"
  4. Click Save Settings

Now users can install software from cPanel.

cPanel Hosting
Full control over your website
  • Convenient
  • Simple
  • Fast
  • Free 7-day trial
cPanel Hosting

Install Software Using cpaddons in cPanel

  1. Log in to cPanel
  2. Go to Site Software
  3. Select the software you want to install (e.g., WordPress)
  4. Click Install and follow the setup wizard

The selected add-on will be installed and ready to use.

Updating cpaddons Software

To keep installed add-ons secure and up to date, run:

/usr/local/cpanel/bin/cpaddonsup

This updates all installed cpaddons.

You can also enable automatic updates in WHM > cPAddons Settings.

Remove or Disable cpaddons

If you no longer want users to install add-ons:

  1. Log in to WHM
  2. Go to Feature Manager
  3. Uncheck cPAddons Site Software
  4. Save changes

This will disable the feature in cPanel.

Troubleshooting cpaddons Issues

Issue Fix
"cPAddons not available in cPanel" Enable it in WHM > Install cPAddons Site Software
"Failed to install software" Run /usr/local/cpanel/bin/cpaddonsup to update the system
"Error updating cPAddons" Run yum update -y to update dependencies

Now cpaddons should be working properly!

Frequently asked questions
Almost all modern cPanel installations use Softaculous or Installatron. cpaddons appears only on old-school cPanel setups. Check WHM → Site Software (legacy name); if missing, you're using Softaculous-only. Softaculous covers far more applications with better update tracking.
Treat as standard WordPress install — files in /home//public_html/, database in the named DB. Migrate to current WordPress version manually (download latest, replace wp-includes and wp-admin, keep wp-content). Or use Softaculous to re-install pointing at the existing DB, then import customizations.
cPanel's cpaddons hasn't received updates in years. Vulnerable old WordPress/Joomla installs in /cpaddons/ are time bombs. Manually update underlying apps; don't rely on cpaddons to update them. Best practice: migrate off cpaddons entirely.
If no current sites depend on it. WHM may have option to disable. Verify no `cpaddons.list` references active sites. After confirming, remove via WHM's Service Manager → Site Software → disable. Doesn't delete user data; just removes the installer tooling.
Related articles
Revisium Antivirus Overview: Complete Website Security Solution
TimThumb.php Overview: Understanding the Deprecated Image Script
Understanding cphorde in cPanel — What It Is & How to Fix Issues