How To Migrate Accounts From cPanel To Centos Web Panel

  1. Log into your cPanel Account
    cPanel
  2. Search “Files” and click on “Backup”
    backup
  3. Click on the “Full Backup”
    full-backup
  4. Select the “Secure Copy (SCP)”
    Secure-Copy
  5. Fill up the Details
    genrate-full-backup
  6. The backup file for your cPanel account will be downloaded to your CWP server’s /root directory and will have the following format.
    HTML Code:backup-10.2.2019_06-1-51_user.tar.gz
  7. Change the File Back-Up Name
    HTML Code:cpmove-{user}.tar.gz
  8. Now you to Log into the server through SSH as a root user and move the backup file to /home directory.
    HTML Code:# mv /root/backup-12.28.2018_05-31-51_test_user.tar.gz /home/cpmove-test_user.tar.gz


Restoration Process

  1. Log into CWP
  2. Now click on the “cPanel Account Restore” from the “User Account”
    cPanel-Account-Restore
  3. Then, to start with the restoration, choose the backup file and click “Import.”
    import

You’ll get a message saying “Migration has been successfully performed” once it’s finished.

Leave a Comment