Portal Home > Knowledgebase > Cpanel / WHM > Copy / Transfer Accounts
Login to your VPS / Server in root mode:
Make a tar of the account that needs to be moved on your old server :
/scripts/pkgacct acctusername
Example:
/scripts/pkgacct joedoe
move the tar with scp command to the new server :
scp -r backupfilename.tar.gz root@new.server.com:/home/
Example:
scp -r joedoe.tar.gz root@ipaddress:/home/
and just restore it :
/scripts/restoreacct
Add to Favourites
Print this Article