WKM First Create a Backup of the CPanel account by running the following command on the CPanel server: `/usr/local/cpanel/scripts/pkgacct [options] USERNAME' If you want to see the options that this script accepts then visit the CPanel official page here. Transfer this backup file to DirectAdmin server. You can use rsync command for this purpose. rsync -avt /home/user_backups/ root@your_directadmin_server.com:/home/admin/converted_user_backup/ Make sure your backup is owned by the admin user: chown -R admin. /home/admin/converted_user_backup Restore it in the Admin Backup/Transfer section on the DA admin level. Walla