Softaculous templates

In Softaculous you can create a template from an existing WordPress installation to use it to restore that installation (clone it) in the same cPanel user or a different one. This template is an archive of the files of the installation and its database.

The process in the same cPanel user is very straightforward:

  1. Create the template
  2. List the templates
  3. Restore the template

If you want to use the template to restore it to another cPanel user:

  1. Create the template from an existing WordPress installation
  2. It is saved in /home/user/softaculous_templates by default
  3. Copy it in a temp folder
  4. Decompress it there
  5. Find the config file (it will have the name of the template)
  6. The config file is a PHP serialised object, use a tool like Serialized PHP Editor to edit it correctly
  7. Change the path variable in it to the correct path of the destination cPanel user
  8. Compress the files in the temp folder (but not the folder itself)
  9. Make sure the new compressed template file it has the original filename
  10. Copy it to the Softaculous templates folder of the other cPanel user
  11. Make sure you change the ownership of the copied file to that user
  12. Go to Softaculous templates of that user to find it there
  13. Restore it