Overview
You can import installations of all users who have installed them using Manually or by Fantastico or Installatron.
Import from Admin Panel
To import all the installations click on the “Start Import” option.

- If you want to import manually installed scripts by your users. Select the Import manually installed scripts by users checkbox.
Command Line Importer
The following command will import the installations :
For Webuzo :
/usr/local/emps/bin/php /usr/local/softaculous/import.cmd.php
For cPanel :
/usr/local/cpanel/3rdparty/bin/php /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/import.cmd.php
For Directadmin :
/usr/local/bin/php -d open_basedir="" -d safe_mode=0 -d disable_functions="" /usr/local/directadmin/plugins/softaculous/import.cmd.php
Parameters :
You can pass the following parameters to the above command
1. manual-ins : Pass this parameter to import manual installations.
For Webuzo :
/usr/local/emps/bin/php /usr/local/softaculous/import.cmd.php manual-ins
For cPanel :
/usr/local/cpanel/3rdparty/bin/php /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/import.cmd.php manual-ins
For Directadmin :
/usr/local/bin/php -d open_basedir="" -d safe_mode=0 -d disable_functions="" /usr/local/directadmin/plugins/softaculous/import.cmd.php manual-ins