Receiving an error DirectAdmin: is not a valid username? We can help you with fixing this restore error.
Normally, this error occurs if the username length of the account is larger than the value set in the Directadmin configuration file.
Here at Bobcares, we often receive requests to fix errors relating to DirectAdmin as part of our Server Management Services for web hosts and online service providers.
Today, let’s see how to fix this invalid username error message in DirectAdmin.
How we fix DirectAdmin: is not a valid username error
Now let’s take a look at how our Support Engineers resolve this error message.
Recently, we were migrating the accounts from one DirectAdmin server to another DirectAdmin server. When we tried to restore some DirectAdmin accounts on the new server, this error occurred. Most of the accounts were restored successfully. But some returned this error:
user1 is not a valid username user2 is not a valid username
The reason for this error to occur is the default setting that is set for the username length. By default, in DirectAdmin configuration max_username_length is set to 10. So if the username of an account is having more than 10 characters then this error appears.
Thus, in order to resolve this error, we need to change the value of this setting.
For that, we need to edit the DirectAdmin configuration and set the value of max_username_length to a higher value. The path of the configuration file is /usr/local/directadmin/conf/directadmin.conf.
So we edit it by running the below command.
[root@server ~]# vi /usr/local/directadmin/conf/directadmin.conf
Next, we find ‘max_username_length’ and edit it as below.
max_username_length=20
Then we save the file and exit the editor.
After that, we run the below command to restart DirectAdmin.
/sbin/service directadmin restart
This resolved the error instantly.
[Need any further assistance in fixing DirectAdmin errors? – We’d be happy to help you]
Conclusion
In short, this error occurs if the username length of the account is larger than the value set in the DirectAdmin configuration file. Today, we saw how our Support Engineers resolve this invalid username error in DirectAdmin.
0 Comments