usertype for user.conf needs to be repaired

Ramzidaa

New member
Joined
Sep 26, 2023
Messages
1
I have this problem when i installed a vps on hostinger and i selected Direct Admin as an os
usertype for user.conf needs to be repaired

please help

1695762967430.jpeg
 
There is a link to a help there. Did you click that?

Try like this:
Code:
cd /usr/local/directadmin/scripts
./fix_da_user.sh username user domain.com

Otherwise go via SSH to:
cd /usr/local/directadmin/data/users/username
then look for the usertype and if necessary change to:
usertype=user

Restart directadmin afterwards just to be sure.
service directadmin restart
 
Back
Top