How to Refresh Softaculous License Print

  • 1

To Refresh License

1) Go to softaculous Admin Panel and click on "Refresh License" .

OR

2) You can also refresh the license by executing the CRON command.

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

Root> /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 :

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


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

Root> php /usr/local/softaculous/cron.php

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

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

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

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

Was this answer helpful?

« Back