Overview
You can create additional administrative user accounts in WHM that do not correspond to a cPanel account. This allows your employees to perform the following tasks:
- Review bandwidth reports.
- Reset passwords.
- Configure mailboxes.
- Suspend and unsuspend accounts.
- Manage DNS entries.
Create a WHM user without an associated domain
To create a WHM reseller account without an associated domain, perform the following steps:
Note
In the steps below, username represents the desired account username
- Log in as the root user on the server via SSH.
- To create a new user, run the following command:
adduser username
passwd username
Warning
The user username:all entry provides root-level permissions to the user. If you grant root-level access to a reseller, that reseller will have the same privileges as the web server’s administrator.
echo "username:all" >> /var/cpanel/resellers
