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
  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

Disable Network Manager on CentOS 7

This article will provide the steps to disable Network Manager in CentOS 7. Network Manager is...

Disable Network Manager on CentOS 6

This article will provide the steps to disable Network Manager in CentOS 6. Network Manager is...

How to Find the IP of cPanel/WHM Server

This tutorial is designed to troubleshoot and diagnose issues with cPanel license errors. Find...

Uninstall WHMXtra on cPanel Server

This article provides a quick and direct guide for uninstalling the WHMXtra plugin from a...

How to Customize cPanel Installation

This article provides a guide for customizing a cPanel server installation, using the...