Move domains from admin to reseller

naredi

New member
Joined
Mar 17, 2010
Messages
3
Hi,

I have added some domains as an admin. Now I would like to move this to an reseller but I can't find any place to do this on.

Thanks,
Jakob
 
There is a script in /usr/local/directadmin/scripts
 
Thanks,

How do I run this? By SSH? Or are there any way to do this in the web admin?
 
You need to run it via SSH... Login to your terminal as root, and run this command:

/usr/local/directadmin/scripts/move_domain.sh <domain> <olduser> <newuser>

<domain> = the domain you want to move, like: naredi.com

<olduser> = the username where the domain currently belongs, so in your case, it'll probably be: admin

<newuser> = the username of the reseller that you want to move the domain to...
 
Just remember that if you have any databases under the admin user these will not be renamed automatically.
 
Back
Top