1. Log in as the root user on the server via SSH.

2. To create a new user, run the following command:

  adduser username 

3. To set a password for the new user, run the following command:
 
  passwd username 

4. The /var/cpanel/resellers file defines which users are resellers and what permissions those reseller users possess. To create an entry in the resellers file that grants the user full permissions and list the user in the WHM interface, run the following command:
 
  echo "username:all" /var/cpanel/resellers 

5. Log in to WHM as the root user.

6. Navigate to : WHM >> Home >> Resellers >> Edit Reseller Nameservers and Privileges

7. Select username from the menu.

8. Click Submit.

9. Select the checkboxes that correspond to the desired user permissions.

10. Click Save.


Peace Out!
Was this answer helpful? 1 Users Found This Useful (2 Votes)