Softaculous does not apper in cPanel

Softaculous is the great feature available in Cpanel which has replaced with Fantastico. It provides updated versions of Wordpress, Phpbb, Joomla, Drupal and many other Auto Installer scripts.

This post will help you in case if you are facing a problem while getting this feature into your Cpanel after installing Softaculous.

If you have installed softaculous on your server and getting trouble to enable this feature in your cpanel. run the following command on shell.

/usr/local/cpanel/bin/register_cpanelplugin /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/softaculous.cpanelplugin

Once you run the above command you will able to locate this feature in the cpanel.

If in case softaculous showing blank page. Create usecpphp file:

touch /var/cpanel/usecpphp

If still doesn't work

Please execute the following CRON command:

/usr/local/cpanel/3rdparty/bin/php /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/cron.php

This should resolve your issue.
  • 32 Users Found This Useful
Was this answer helpful?

Related Articles

Run OPTIMIZE TABLE to defragment tables for better performance

For this suggestion:Run OPTIMIZE TABLE to defragment tables for better performanceRun this...

How to clear Error Log of a cPanel Account.

User the below code to clear Error Log:Replace User with Username:Code:for i in `find...

What is php.ini ?

The php.ini file and changing PHP Settings The php.ini file is a special file for PHP and...

How to fix ini_set() has been disabled for security reasons

1. Create php.ini file inside your public_html folder, OR the folder in which you have...

How to fix Fatal error: Uncaught exception 'Exception' with message 'DateTimeZone:

1: Create .htaccess file inside your public_html folder, OR the folder in which you have...