How to Refresh License

Refresh License via GUI

Go to Softaculous Admin Panel and click on “Refresh License” as shown in the below screenshot.

Refresh License via CLI

You can also refresh the license by executing the following command while logged in as root.

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 --refresh-license


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/cli.php --refresh-license


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/cli.php --refresh-license


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/cli.php --refresh-license


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

/home/interworx/bin/php /usr/local/softaculous/cli.php --refresh-license


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 --refresh-license

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 --refresh-license

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

/usr/local/vesta/php/bin/php /usr/local/vesta/softaculous/cli.php --refresh-license

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

/usr/local/emps/bin/php /usr/local/softaculous/cli.php --refresh-license

This will update the license from Softaculous licensing servers and will also display the updated license details.

Was this helpful to you?