move user to reseller

asishlla

Verified User
Joined
Jul 24, 2009
Messages
235
hello
how can i make domain of user accoun to be reseller?
please guide me
thanks
 
Take a look at the /usr/local/directadmin/scripts folder.

If you want to transfer a user into a reseller, use

./move_user_to_reseller.sh <user> <oldreseller> <newreseller>

If you want to move a domain from a user to a reseller (not sure what you meant there), then you can use

./move_domain.sh <domain> <olduser> <newuser>

Note that when moving a domain, you also manually change /etc/virtual/<domain>/aliases - as theres a little bug (http://www.directadmin.com/forum/showthread.php?t=37844)
 
thanks
I have a regular user and I want to turn him to be a Reseller!
please any idea?
 
Last edited:
Back
Top