FS Reseller Migrator

WHM plugin for migrating reseller accounts between cPanel servers.

Download ZIP (19 KB) Download installer.sh version.json

Quick Install

# Download and extract
wget https://migrator.falexsystems.com/FS-Reseller-Migrator.zip
unzip FS-Reseller-Migrator.zip && cd fs_reseller_migrator

# Run installer as root
chmod +x installer.sh
./installer.sh

One-Line Install

curl -LO https://migrator.falexsystems.com/installer.sh && chmod +x installer.sh && ./installer.sh

Note: Requires root access on a cPanel/WHM server. The installer copies files to /usr/local/cpanel/whostmgr/docroot/cgi/fs_reseller_migrator/ and registers the plugin with WHM.

Manual Installation

1. Upload & Extract

unzip FS-Reseller-Migrator.zip

2. Copy Plugin Files

cp -r cgi/ /usr/local/cpanel/whostmgr/docroot/cgi/fs_reseller_migrator/
chmod -R 755 /usr/local/cpanel/whostmgr/docroot/cgi/fs_reseller_migrator/

3. Create Plugin Config

cat > /usr/local/cpanel/whostmgr/addon_plugins/fsmigrator.appconfig <<EOF
name=fs_reseller_migrator
service=whostmgr
user=root
url=/cgi/fs_reseller_migrator/index.php
acls=any
displayname=FS Reseller Migrator
entryurl=fs_reseller_migrator/index.php
target=_self
EOF

4. Register Plugin

/usr/local/cpanel/bin/register_appconfig /usr/local/cpanel/whostmgr/addon_plugins/fsmigrator.appconfig

5. Restart Service

/scripts/restartsrv_cpsrvd

Uninstall

./uninstall.sh

WHM Plugin Paths

ComponentPath
Plugin files/usr/local/cpanel/whostmgr/docroot/cgi/fs_reseller_migrator/
Plugin config/usr/local/cpanel/whostmgr/addon_plugins/fsmigrator.appconfig
User settings/usr/local/cpanel/whostmgr/docroot/cgi/fs_reseller_migrator/settings.json

SHA256 Checksum

751751BF96B482B98F4010F8113833A807413915517FB1B056A606CA7FE7A8D2

Version

Current: 1.0.1


FS Reseller Migrator — Falex Systems