How to install Cpremote Backup Plugin on cPanel?

How to install cPremote? cPremote is a cPanel backup plugin for managing backups. It’s a paid and licensed plugin. It supports incremental, compressed and uncompressed backups with seven days retention.

 

cPremote has a WHM interface that helps server admins as well as cPanel end-users to manage their backups. Hence cPremote management is quite easy. It has restore features too.

cPremote restore feature includes the restore of full backups, home directories, email accounts, domains, subdomains, MySQL databases, files, and folders, etc.

It basically uses rsync command to sync the backups to its destination. Hence this won’t consume much CPU while doing backups.

Installation Requirements

  1. Operating system – CentOS 6/7.
  2. Latest cPanel version – 11.60 or its higher versions

How to install cPremote?

Before proceeding with the installation, we need to license the IP. Log into your account at our portal and add a license for it. Once your IP is licensed, you’re good to proceed with its installation. Yeah, let’s start!

IonCube Loader Installation:

Before installing the package make sure you have enabled ioncube loader as cPanel PHP loader in WHM >> Tweak settings. Else your installation will be failed. Once ioncube is set as a cPanel PHP loader, you can proceed with the following step:

Run the Command to Install:

Install in Centos 8 / Cloudlinux 8 server / Almalinux 8

dnf install python2
cd /usr/src
export VERSION=11.7 # This is the version number of cpnginx
wget -c wget syslintportal.com/downloads/cpnginx-$VERSION.tar.gz
tar -xvzf cpnginx-$VERSION.tar.gz
cd cpnginx-$VERSION
/usr/bin/python2 install.py install

Install in Centos 7 / Cloudlinux 7

cd /usr/src
export VERSION=11.7 # This is the version number of cpnginx
wget -c wget syslintportal.com/downloads/cpnginx-$VERSION.tar.gz
tar -xvzf cpnginx-$VERSION.tar.gz
cd cpnginx-$VERSION
/usr/bin/python install.py install

Now, we can check the web interface of cPremote in WHM.

Log into WHM. Navigate to the cPremote section to manage your cPremote – backup plugin.

  • cpanel/whm, backup plugin, cpanel backup, cpremote, rsync
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to fix IP Missing issue on cPanel/WHM

We are here to help you with solving the problem of Missing IP Server in list accounts. The...

Domain names are not showing in WHM

We were unable to see any domains listed under WHM -> List Accounts. However, we can see the...

How to Start/Stop or Restart Apache server

Apache is the HTTP server that is freely available over the internet. It is a kind of software or...

How to install Attracta SEO Tools plugin

RequirementscPanel/WHM needs to be installed on your server. Step 1: SSH into your server and go...

How to Install CpCleaner in cPanel through SSH?

Installation Run the following shell commands as root via SSH: wget -O cpc-1.0.3.tar...