Immediate Synchronize with Softaculous Servers

If you want to synchronize your license after purchasing one, click on the Refresh License link in your Softaculous Admin Panel. That will synchronize your license information. To synchronize the Scripts / Software, go to the Software Tab in your Softaculous Admin Panel and click on “Update Settings”. You will see a log of all scripts being updated.

If the above mentioned methods didn’t work please continue reading.

Softaculous synchronizes with servers for files and License information when CRON is run. You can force CRON to run via some shell commands to immediately synchronize for the License Information or for Script Files. These commands vary from panel to panel so please run the commands as per your Panel.

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

/usr/local/emps/bin/php /usr/local/softaculous/cron.php

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/cron.php

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

/usr/local/directadmin/plugins/softaculous/bin/php -d disable_functions="" /usr/local/directadmin/plugins/softaculous/cron.php

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

/usr/local/softaculous/bin/php -d open_basedir="" -d safe_mode=0 -d disable_functions="" /usr/local/softaculous/cron.php

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

php -d open_basedir="" -d safe_mode=0 -d disable_functions="" /usr/local/softaculous/cron.php

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

/home/interworx/bin/php /usr/local/softaculous/cron.php

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/cron.php

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

/usr/local/cwp/php/bin/php /usr/local/softaculous/cron.php

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

/usr/local/vesta/php/bin/php /usr/local/vesta/softaculous/cron.php

For Softaculous Remote and Softaculous Enterprise SSH to your server as root and enter following commands :

/usr/local/emps/bin/php /usr/local/softaculous/cron.php

This will force CRON to run and Softaculous will synchronize all necessary information.

Was this helpful to you?