Add to Favourites Add to Favourites    Print this Article Print this Article

Upgrading a Reseller to an Admin

If you have a Reseller account which you wish to upgrade to an Admin, use the following guide.
Replace username with the User you wish to upgrade.

cd /usr/local/directadmin/data/users/username
perl -pi -e 's/usertype=reseller/usertype=admin/' user.conf
cd /usr/local/directadmin/data/admin
perl -pi -e 's/^usernamen//' reseller.list
echo username >> admin.list



Was this answer helpful?

Also Read