Check the server
Connect to the cPanel server over SSH as root. Do not run the installer from an ordinary cPanel user terminal.
Install with a paid license
Replace YOUR-LICENSE-KEY with the key shown in your customer portal, then run the complete command as root.
wget -qO- https://soft.servercone.com/securebackup/install.sh | bash -s -- \ --license YOUR-LICENSE-KEY \ --license-api-url https://soft.servercone.com/verify.php \ --trial-api-url https://soft.servercone.com/trial.php \ --update-url https://soft.servercone.com/securebackup/stable/manifest.json
Start a seven-day trial
Use a real email address. Trials are limited by email, machine identity, and request IP to prevent repeated activation.
wget -qO- https://soft.servercone.com/securebackup/install.sh | bash -s -- \ --trial-email you@example.com \ --trial-api-url https://soft.servercone.com/trial.php \ --license-api-url https://soft.servercone.com/verify.php \ --update-url https://soft.servercone.com/securebackup/stable/manifest.json
Verify and configure
Run the health checks, then open WHM and configure the remote destination, schedule, retention, notifications, and account selection.
cpstackbackup doctor cpstackbackup qa run cpstackbackup destination test cpstackbackup plan
cpstackbackup run --schedule manual, then cpstackbackup audit --deep --limit 1.Install signed updates
Check the available version or apply the newest release. The updater refuses an altered manifest, mismatched archive hash, unsafe archive path, or non-HTTPS channel.
cpstackbackup update --check cpstackbackup update cpstackbackup version
Uninstall safely
The standard uninstall removes the plugin while preserving configuration and state. Purge permanently removes configuration, logs, queues, and local application state.
wget -qO- https://soft.servercone.com/securebackup/uninstall.sh | bash
wget -qO- https://soft.servercone.com/securebackup/uninstall.sh | bash -s -- --purge
--purge only after confirming you have exported any configuration, logs, or recovery records you need.