How to install Simple cPanel Backup
Step-1:
Login your server using SSH client putty.
(Note:- You can also use any other SSH client as per your connivance)

Step-2:
Copy “Simple cPanel Backup” Installation command from below and paste in Putty / SSH Terminal
rm -rf installer
curl -L -o "installer" "github.com/hostingtom/simple-cpanel-backup/raw/refs/heads/main/installer"
chmod +x installer
./installer

Good Job!
Now “Simple cPanel Backup” is installed on your server.