This howto explain how to migrate from ispCP to i-MSCP by using the miration script provided by the i-MSCP team. Currently, only migration from ispCP version 1.0.7 is supported.
Be aware that migration from ispCP is no supported by i-MSCP >= 1.2.16
Before doing the migration, it's greatly recommended to make a backup of your data and even, test the migration with a clone of your system to detect any problem and the way to solve them.
# cd /usr/local/src # wget https://github.com/i-MSCP/imscp/archive/<<version>>.tar.gz # tar xzf <<version>>.tar.gz # cd imscp-<<version>>
# perl imscp-autoinstall -db
Once the build step is done, copy the files on your file system
# cp -Rv /tmp/imscp/* /
# cd /var/www/imscp/engine/setup/ # perl imscp-migrate-from-ispcp
# perl imscp-setup -d
If all the steps are fine, you should be able to enter in the new control panel