Install cPanel/WHM
To install cPanel & WHM on your server, run the following command:
cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest |
This command changes your session to the home directory, downloads the latest version of cPanel & WHM, and runs the installation script.
Minimum Requirements
Please note the minimum suggested RAM and disk space!
| Operating system | OS version | Processor | RAM | Disk Space | Architecture | ||
|---|---|---|---|---|---|---|---|
| Minimum | Recommended | Minimum | Recommended | ||||
| CentOS, CloudLinux, or RHEL | 7 | 226 MHz | 768 MB | 1 GB | 20 GB | 40 GB | 64-bit |
Install cPanel-DNSONLY
To install cPanel DNSONLY, perform the following steps:
- To open the
/homedirectory, run the following command:cd/home - To fetch the latest installation files from cPanel’s servers, run the following command:
curl -o latest-dnsonly -L https://securedownloads.cpanel.net/latest-dnsonly - To open and execute the installation files, run the following command:
sh latest-dnsonly
