You can install cPanel and WHM onto your server with just a few simple commands.When logging into your new server through SSH using your root login details, you can apply the following commands to your server.Installing cPanel & WHMcd /homecurl -o latest -L https://securedownloads.cpanel.net/latestsh latestInstall cPanel DNS Onlycd /homecurl -o latest-dnsonly -L https://securedownloads.cpanel.net/latest-dnsonlysh latest-dnsonlyPlease Note:You may need to install Perl onto your server so that you can successfully install cPanel. To do this, please run the following commandyum install perl