How to Replicate Softaculous Settings Across Servers

This article provides a guide for how to replicate Softaculous settings across servers. This is useful for maintaining consistency when installing Softaculous across numerous servers.

How to Replicate Softaculous Settings Across Servers

To replicate Softaculous settings across servers, first install Softaculous on the server, then follow the steps below:

  1. Copy the Universal Settings File

    Copy the old universal settings file in your new Softaculous Core located at :

    OLD SERVER
    /path/to/softaculous/enduser/universal.php
    

    TO :

    NEW SERVER
    /path/to/softaculous/enduser/universal.php
    

    e.g. in cPanel, the universal.php is located at /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/enduser/universal.php

  2. Copy the Enabled Scripts File

    Copy the old Enabled scripts file in your new Softaculous Core located at :

    OLD SERVER
    /path/to/softaculous/enduser/iscripts.php
    

    TO :

    NEW SERVER
    /path/to/softaculous/enduser/iscripts.php
    

    e.g. in cPanel, the iscripts.php is located at /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/enduser/iscripts.php

  3. Copy the Categories file

    This file stores the order of Script Categories which can be changed from Softaculous Admin panel -> Categories

    Copy the old categories file in your new Softaculous Core located at :

    OLD SERVER
    /path/to/softaculous/enduser/categories.ser
    

    TO :

    NEW SERVER
    /path/to/softaculous/enduser/categories.ser
    

    e.g. in cPanel, the categories.ser is located at /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/enduser/categories.ser

  4. Copy the conf Folder

    Copy the old conf folder in your new Softaculous Core located at :

    OLD SERVER
    /path/to/softaculous/conf
    

    TO :

    NEW SERVER
    /path/to/softaculous/conf
    

    e.g. in cPanel, the conf folder is located at /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/conf

  5. Copy the 'hooks' folder (IF PRESENT)

    Info! IF YOU HAVE CONFIGURED ANY HOOKS FOR THE INSTALLATION, YOU WILL NEED TO COPY THE 'HOOKS' FOLDER, AS WELL.

    OLD SERVER
    /path/to/softaculous/enduser/hooks
    

    TO :

    NEW SERVER
    /path/to/softaculous/enduser/hooks
    

    e.g. in cPanel, the hooks folder is located at /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/enduser/hooks

  6. Copy the Custom Scripts File (IF PRESENT)

    Info! IF YOU HAVE CONFIGURED ANY CUSTOM SCRIPTS, YOU WILL NEED TO COPY THE CUSTOM SCRIPTS FILE, AS WELL.

    The file for custom scripts is cscripts.php. Copy the custom scripts file from your:

    OLD SERVER
    /path/to/softaculous/enduser/cscripts.php
    

    TO :

    NEW SERVER
    /path/to/softaculous/enduser/cscripts.php
    

    e.g. in cPanel, the cscripts.php is located at /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/enduser/cscripts.php

  7. Copy the Custom Script Packages (IF PRESENT)

    Info! IF YOU HAVE CONFIGURED ANY CUSTOM SCRIPTS, YOU WILL NEED TO COPY THE PACKAGES, AS WELL.

    Copy the custom scripts from your :

    OLD SERVER
    /var/softaculous/CUSTOM_SCRIPT
    

    TO :

    NEW SERVER
    /var/softaculous/CUSTOM_SCRIPT
    
  8. Copy the Custom CSS (IF PRESENT)

    Info! IF YOU HAVE CONFIGURED ANY CUSTOM CSS, YOU WILL NEED TO COPY THE 'CUSTOM.CSS' FILE, AS WELL.

    Copy the custom.css from your :

    OLD SERVER
    /path/to/softaculous/enduser/themes/default/custom.css
    /path/to/softaculous/enduser/themes/simple/custom.css
    

    TO :

    NEW SERVER
    /path/to/softaculous/enduser/themes/default/custom.css
    /path/to/softaculous/enduser/themes/simple/custom.css
    

Conclusion

You now know how to replicate Softaculous settings across servers.

Related:

  • softaculous
  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

Language Codes for Hosted Softwares

Overview This page will display the language codes for scripts that can be installed in various...

Install Softaculous on CentOS Web Panel Server

The following guide will show you how to install Softaculous on CentOS Web Panel. Requirements...

Features of Softaculous WordPress Manager

All Rad Web Hosting servers used in fulfilment of cPanel Hosting and WHM Reseller Hosting...

Configure Softaculous Automated Backups

This article provides a guide for how to configure Softaculous automated backups with cPanel...

How to Install Drupal Using Softaculous

This article provides a guide for how to install Drupal using Softaculous. How to Install Drupal...