KVM Based Servers

[Centmin Mod] Installation of Centmin Mod control panel

CentMin Mod is a shell based control panel for CentOS operating system with LEMP Stack install. It was intended for a single root user/administrator to manage multiple or single website on a VPS. It is highly recommended for those who wish a simple control panel for their websites with no fancy …

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” …