Introduction
cPanel prevents accounts from being created with specific usernames. These names are in a reserved list. This article explains how to remove names from the reserved list.
Procedure
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Search the aliases files for the name to remove from the reserved list.
grep $name /etc/{,local}aliases
Please note that "$name" must be replaced with the username to be removed from the list. - Open the file found with the above command in your preferred text editor.
- Scroll down to the username.
- Remove the line with the username on it.
- Save the changes and exit the text editor.
Additional resources
How to create a cPanel account
Reserved, Invalid, and Misconfigured Usernames: Reserved usernames
Comments
0 comments
Article is closed for comments.