← ClaudeAtlas

cwp-migrationlisted

This skill should be used when the user asks to "migrate from cPanel", "migrate to CWP", "transfer accounts", "cPanel to CWP migration", "CWP to CWP migration", "migrate single account", "migrate from Webuzo", "import cPanel backup", "export cPanel data", "set up migration scripts", or needs to migrate websites, accounts, or data between hosting panels.
fattain-naime/cwp-superpowers · ★ 0 · API & Backend · score 71
Install: claude install-skill fattain-naime/cwp-superpowers
# CWP Migration Management Migrate accounts and data from cPanel, other CWP servers, or alternative control panels to CWP. Handle full server migrations, single account transfers, and data import procedures. ## Migration Paths | Source | Destination | Method | |---|---|---| | cPanel (full server) | CWP | Automated scripts | | cPanel (single account) | CWP | Admin panel import | | CWP | CWP | Built-in migration tool | | Webuzo | CWP | Manual process | | Other panels | CWP | Manual export/import | ## cPanel to CWP (Full Server Migration) Full server migration requires running a series of scripts in order on a fresh CWP installation. ### Prerequisites - Fresh CWP installation on target server - cPanel data exported from source server - Sufficient disk space for migration - Root SSH access to both servers ### Migration Steps ```bash # Step 1: Export cPanel data from source server # Copy the migration scripts to the cPanel server first sh 1-cpanel-data-export.sh # Step 2: Uninstall cPanel from source server # Only if reusing the same server sh 2-cpanel-uninstall.sh # Step 3: Install CWP on target server cd /usr/local/src wget http://centos-webpanel.com/cwp-el8-latest && sh cwp-el8-latest # Step 4: Import data into CWP sh 4-import-into-cwp.sh # Step 5: Generate mail SNI certificates sh 5-mail-sni.sh ``` ### Migration Scripts | Script | Purpose | |---|---| | `1-cpanel-data-export.sh` | Export all cPanel accounts, databases, emails | | `2-cpanel-uninstall.sh` | Remove