Clone cPanel Packages From Command Line


This article provides a guide for how to clone cPanel Packages from command line interface (root-level access required).

Clone cPanel Packages from Command Line

For cPanel server administrators, it may be helpful to create a clone of an existing Package. Here are the steps to clone cPanel Packages from the command line:

  1. Login via SSH as root.
  2. Run the following command to clone "existing" Package to "cloned" Package:
    cp /var/cpanel/packages/existing /var/cpanel/packages/cloned
    Replace "existing" with name of Package to clone. Replace "cloned" with the desired name of the newly-cloned Package.

That's it. You should now find the cloned Package from the "Edit a Package" interface in WHM, as well as be able to assign the Package during Account Creation.

Conclusion

You now know how to clone cPanel Packages from command line interface.

Related:

  • whm, package creation
  • 0 Utilisateurs l'ont trouvée utile
Cette réponse était-elle pertinente?

Related Articles

Remove a Service from ChkServd Monitoring for cPanel Servers

This guide requires root user account in server. In some circumstances, ChkservD cPanel...

Assigning a Dedicated IP Address to a Subdomain using WHM

To assign a dedicated IP address to a subdomain, perform the following steps: Step 1: Add the...

How to Uninstall Installatron in WHM cPanel Server

This guide will show you how to quickly uninstall Installatron software from WHM/cPanel server....

How to Install Installatron in WHM cPanel Server

This guide will show you how to download and install Installatron on your cPanel/WHM server. To...

How to Install Softaculous with cPanel/WHM

This guide will show you how to download and install Softaculous on your cPanel/WHM server. To...