Web hosting control panels

[cPanel/WHM] Creating second WHM user with root privileges

n order to have more than one user with root privileges to handle WHM as a Reseller, there are several steps to take. You should login to your server via SSH and use these commands below: useradd secondroot passwd secondroot usermod -aG wheel secondroot echo “secondroot:all” >> /var/cpanel/resellers Please take a note that “secondroot” …