How to install Softaculous on cPanel/WHM

How to Install Softaculous on cPanel/WHM

Softaculous is the leading auto-installer for web hosting control panels. It allows your users to install over 400 applications (WordPress, Joomla, PrestaShop, and more) with a single click. Here is how to install it on your cPanel/WHM server.

Prerequisites

  • Root SSH access to your server
  • cPanel/WHM installed and running
  • ionCube Loader enabled (see our ionCube guide)

Step 1: Enable ionCube

Softaculous requires ionCube Loader. Go to WHM > Tweak Settings, search for "ionCube" and enable it.

Step 2: Install Softaculous via SSH

Log in to your server as root and run the following commands:

wget -N http://files.softaculous.com/install.sh
chmod 755 install.sh
./install.sh

Step 3: Verify Installation

After installation completes:

  1. Log in to WHM and look for "Softaculous - Instant Installs" in the left sidebar.
  2. Log in to any cPanel account and verify that the Softaculous section appears.

Installing Softaculous Premium

If you have a premium license, the install script will automatically detect it. You can purchase a license from softaculous.com.

Updating Softaculous

/usr/local/cpanel/whostmgr/docroot/cgi/softaculous/cli.php --update

Uninstalling Softaculous

wget -N http://files.softaculous.com/remove.sh
chmod 755 remove.sh
./remove.sh

Troubleshooting

  • Softaculous not appearing in cPanel: Run /scripts/rebuildhttpdconf && systemctl restart httpd.
  • "ionCube Loader" error: Ensure ionCube is properly enabled for the correct PHP version.
  • Permission issues: Check ownership: chown root:root /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/bin/soft
  • softaculous, cpanel-whm, auto-installer, wordpress
  • 0 Корисниците го најдоа ова како корисно
Дали Ви помогна овој одговор?

Понудени резултати

How to Backup and Restore cPanel Accounts via SSH

How to Backup and Restore cPanel Accounts via SSH Backing up and restoring cPanel accounts via...

How to GET Unlimited hosting with Free Domain Name

How to Get Unlimited Hosting with a Free Domain Name At SubwayHost, we offer unlimited hosting...

How to fix cPanel 500 internal server error

How to Fix cPanel 500 Internal Server Error A 500 Internal Server Error in cPanel is one of the...

cPanel does not support NetworkManager enabled

Fix: cPanel Does Not Support NetworkManager Enabled If you encounter the following error while...

How to rebuild user data files for cPanel

How to Rebuild User Data Files for cPanel The userdata directory is one of the most important...