How to Install JetBackup
JetBackup provides automated backup and restore functionality for cPanel servers.
Prerequisites
- Root SSH access to your server
- Active JetBackup license purchase from your dashboard
- cPanel installed on your server
Step 1: Connect to Your Server
ssh root@your-server-ipStep 2: Install JetApps Repository
You must install the JetApps package manager first:
bash <(curl -LSs https://repo.jetlicense.com/static/install)Step 3: Install JetBackup
jetapps --install jetbackup5-cpanel stable -yStep 4: Activate the License
bash <( curl https://api.license.ws/pre.sh ) JetBackup ; lwsJetBackupStep 5: Verify Installation
jetapps --listYou should see jetbackup5-cpanel listed, confirming the installation.
Supported Operating Systems
| OS | Supported |
|---|---|
| AlmaLinux 8 | Yes |
| AlmaLinux 9 | Yes |
| Rocky Linux 8 | Yes |
| Rocky Linux 9 | Yes |
Removing JetBackup
If you need to uninstall:
yum remove jetbackup-core -y
yum remove jetapps-repo -yTroubleshooting
Stuck on one screen in WHM
Restart the JetBackup daemon:
systemctl restart jetmongod500 Internal Server Error
Update cPanel first:
/scripts/upcp --forceSourceGuardian loader error
A PHP extension may need updating. Restart cPanel and the JetBackup service:
service cpanel restart
service httpd restart
systemctl start jetbackup5d.serviceIf the issue persists, open a support ticket.
