cpstackbackupServer administrator documentation

Install cpstackbackup on cPanel & WHM

Use the signed one-line installer as root, activate your license, verify the destination, and manage backups from WHM. Package checksums and release signatures are verified automatically before installation.

AccessRoot SSH required
Control panelcPanel & WHM
ChannelSigned stable releases
Install methodOne terminal command
Release protectionRSA signature + SHA-256
Supportsupport@servercone.com
1

Check the server

Connect to the cPanel server over SSH as root. Do not run the installer from an ordinary cPanel user terminal.

Root shellRequired to register WHM and cPanel interfaces.
Outbound HTTPSRequired for licensing and signed updates.
cPanel backup toolsThe health check confirms pkgacct and restorepkg.
Remote storageConfigure local, SFTP, S3-compatible, or rclone after install.
3

Start a seven-day trial

Use a real email address. Trials are limited by email, machine identity, and request IP to prevent repeated activation.

Root terminal
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
4

Verify and configure

Run the health checks, then open WHM and configure the remote destination, schedule, retention, notifications, and account selection.

Post-install checks
cpstackbackup doctor
cpstackbackup qa run
cpstackbackup destination test
cpstackbackup plan
WHM:Home > Plugins > cpstackbackup
cPanel:Home > cpstackbackup > Restore Backups
Run one manual backup and a deep audit before relying on a new destination: cpstackbackup run --schedule manual, then cpstackbackup audit --deep --limit 1.
5

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.

Update commands
cpstackbackup update --check
cpstackbackup update
cpstackbackup version
6

Uninstall safely

The standard uninstall removes the plugin while preserving configuration and state. Purge permanently removes configuration, logs, queues, and local application state.

Preserve configuration
wget -qO- https://soft.servercone.com/securebackup/uninstall.sh | bash
Permanent purge
wget -qO- https://soft.servercone.com/securebackup/uninstall.sh | bash -s -- --purge
Permanent action: use --purge only after confirming you have exported any configuration, logs, or recovery records you need.