Dear All,
How i can move the domains if i do not have password for the ROOT. I want to transfer 50 accounts from other server to mine, i have reseller password and id of the account under which i have 50 accounts.
Regards,
Umer Khokhar
Dear All,
How i can move the domains if i do not have password for the ROOT. I want to transfer 50 accounts from other server to mine, i have reseller password and id of the account under which i have 50 accounts.
Regards,
Umer Khokhar
make a full cpanel backup
and restore it to your server (i asume you have root on your server)
Lowest Host/Empire Technology LLC
Affordable hosting solutions http://empire-hosting.net
List Your hosting site FREE in http://hostgeneration.com
Make full cPanel backups on the old server and place them in public_html of one of the domains there.
Log into shell and wget those backups to your new server's /home directory
Restore the accounts either from WHM or /scripts/restoreacct
Learn Web Hosting - Free Web Hosting Tutorials and Troubleshooting Guides
You can create full cpanel backup for each of your account from the cpanel.
Here are the details about how you can create full backup for your account.
https://support.arvixe.com/index.php...&kbarticleid=1
So I assume you have created the full cpanel backup in your Home directory
> download the backup to your local computer.
> upload the backup to your account at destination server (via ftp), you can upload in public_html
> Login to your destination server via ssh and move your accounts from public_html to home directory
> you can run following command to restore the account
/scripts/restorepkg username
you need to provide the exact username for this account.
> or you can restore from whm following
whm > backup > Restore a Full Backup/cpmove file
> here you can enter the username in the text field
"Enter the username for the account you wish to restore:"
and click restore to restore your backup.
That is all.