If you want to synchronize your license after purchasing one, go to your Softaculous Admin Panel and click the Refresh License link. Your license information will be synchronized as a result of this. To synchronize the Scripts / Software, go to the Softaculous Admin Panel’s Software Tab and click “Update Settings.” You’ll see a log of all the scripts that have been updated.
If the methods mentioned above didn’t work, keep reading.
When CRON is run, Softaculous syncronizes with servers for files and license information. You can use shell commands to force CRON to run and sync the License Information and Script Files right away. These commands differ from panel to panel, so follow the instructions for your specific panel.
For Direct Admin SSH to your server as root and enter following commands :
/usr/local/bin/php -d open_basedir="" -d safe_mode=0 -d disable_functions="" /usr/local/directadmin/plugins/softaculous/cron.php
For Plesk 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 Webuzo SSH to your server as root and enter following commands :
/usr/local/emps/bin/php /usr/local/softaculous/cron.php
For ISPManager, 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