Repair Binary Utility

Repair Binary from Command Line


You can repair the Softaculous binary on your server from the command line. 

  • Execute the following command to get the trigger the repair utility:

For cPanel SSH to your server as root and enter following commands :

/usr/local/cpanel/3rdparty/bin/php /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/cli.php --repair

For Webuzo SSH to your server as root and enter following commands :

/usr/local/emps/bin/php /usr/local/softaculous/cli.php --repair


For Direct Admin SSH to your server as root and enter following commands :

/usr/local/directadmin/plugins/softaculous/bin/php /usr/local/directadmin/plugins/softaculous/cli.php --repair 


For Plesk SSH to your server as root and enter following commands :

/usr/local/softaculous/bin/php /usr/local/softaculous/cli.php --repair

For ISPManager, ISPConfig3 SSH to your server as root and enter following commands :

php /usr/local/softaculous/cli.php --repair


For InterWorx SSH to your server as root and enter following commands :

/home/interworx/bin/php /usr/local/softaculous/cli.php --repair


For H-Sphere SSH to your server as root and enter following commands :

/hsphere/shared/php5/bin/php-cli -d open_basedir="" -d safe_mode=0 -d disable_functions="" /usr/local/softaculous/cli.php --repair


For CentOS Web Panel SSH to your server as root and enter following commands :

/usr/local/cwp/php/bin/php /usr/local/softaculous/cli.php --repair


For VestaCP SSH to your server as root and enter following commands :

/usr/local/vesta/php/bin/php /usr/local/vesta/softaculous/cli.php --repair
  • Thats it. This will repair the Softaculous binary on your server.

Note : This utility will work only for Softaculous 4.2.1+

Was this helpful to you?