Transfer from Remote cPanel Account
- I think that is used to move a cpanel account to a new server
Transfer from Remote cPanel Account
The
Transfer from Remote cPanel Account option lets you transfer a cPanel account from a remote server’s archive file. To perform a remote transfer, select the
Transfer from Remote cPanel Account option and perform the following steps:
- In the Remote Server section, enter the server’s IP address or hostname. If you use a hostname, you must include a valid top level domain (TLD) in the domain’s name.
- In the Remote username section, enter cPanel account’s username on the remote server.
- In the Remote password section, enter the cPanel account’s password on the remote server.
- In the IP Address section, select whether to assign a dedicated IP address to the cPanel account on your server. Your server must have at least one available IP address to assign a dedicated IP address.
- Click Transfer. The Account Restore interface will appear. The system begins the account restoration process. You can use this interface to monitor the restoration progress.
-----
I use this below:
in terminal you can use this
Code:
/scripts/pkgacct cpanel-username
so if the cpanel account username is boshmith you would use
Code:
/scripts/pkgacct boshmith
to copy the whole cpanel account including mail database etc etc.
then you can find it in your root /home directory on the server.
it will be named cpmove-boshmith.tar.gz using my example above..
then I SSH to server via window computer or mac
I use Bitvise SSH Client to download that file and keep it on my home computer. also leaving that copy on my server as well.
hope that helps.