Backup
Backup
Download a zipped copy of your entire site or a part of your site that you can save to your computer. When you backups your website, you have an extra copy of your information in case something happens to your host.
Download a zipped copy of your entire site or a part of your site that you can save to your computer. When you backups your website, you have an extra copy of your information in case something happens to your host.
This interface displays information about current connections to your FTP server and it allows you to terminate those connections.
You can use this interface to create and manage your website’s File Transfer Protocol (FTP) accounts. FTP allows you to manage your website’s files.
This interface displays information about how you use your account’s disk space, and all of your home directory’s subdirectories. It also helps you manage your disk space quota, because it displays files and directories that use large amounts of hard disk space.
This feature allows you to protect specific directories in your cPanel account’s files. If you enable this feature, the system prompts users to log in when they attempt to view a protected folder.
The Image interface allows you to modify and manage image that you saved to your account. This feature includes the following tools:
CPanel organizes all the files on your account into folders. Use the File Manager interface to manage and edit your files.
How to Install and Configure CloudLinux on cPanel
Before you can install CloudLinux, you must have either a key, or an IP based license. When you purchased your license through NDC Host, you are issued an IP based license.
Log in to your server through SSH
wget http://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy sh cldeploy -i
Once this is complete, reboot the server to start on the new CloudLinux Kernel.
wget http://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy sh cldeploy -k <insert key here>
Once this is complete, reboot the server to start on the new CloudLinux Kernel.
Once CloudLinux has been installed, you will need to install the LVE and CageFS to be able to use the rest of the features.
Run the following commands:
yum -y install lvemanager cagefs cagefsctl --init cagefsctl --enable-all
Once that has been installed, a new option in WHM will be under Plugins. Cloudlinux LVE Manager will allow you to see packages and usage settings. You can change available resources by WHM package type.
If you are using MySQL, run the following:
yum remove db-governor db-governor-mysql yum install governor-mysql /usr/share/lve/dbgovernor/mysqlgovernor.py --install
If you are using MariaDB:
MariaDB v5.5 55 MariaDB v10.0 100 MariaDB v10.1 101
yum install governor-mysql /usr/share/lve/dbgovernor/db-select-mysql --mysql-version=mariadbXX /usr/share/lve/dbgovernor/mysqlgovernor.py --install
To configure and use the MySQL governor, you will need to use the dbctl command in the command line. This feature does not have a cPanel or WHM interface.
Run the following from the command line:
yum groupinstall alt-php yum update cagefs lvemanager
Once the PHP selector has been installed, you can configure the base options for each version of PHP inside of WHM under the CloudLinux LVE Manager. To change versions per cPanel account, log in to cPanel and make the changes under the Select PHP Version button under Software.
Very similar to the PHP Selector, you can also install the Python and Ruby selectors to be able to change your versions on the fly as well as create directories for projects inside of cPanel.
Run the following commands in SSH to install the Python and Ruby selectors:
yum install lvemanager alt-python-virtualenv alt-mod-passenger yum groupinstall alt-python yum groupinstall alt-ruby yum install alt-python27-devel
Once the selectors have been installed, you can access them inside of cPanel under Software
Apache mod_lsapi is based on the Litespeed apache replacement. It can improve performance for many web sites.
CageFS (installed and initialized) Alt-PHP Apache with SuExecuUserGroup directive for each user’s VirtualHost mod_ruid2 disabled apache itk disabled
Log into SSH and run the following commands:
yum install liblsapi liblsapi-devel --enablerepo=cloudlinux-updates-testing yum install cpanel-mod-lsapi --enablerepo=cloudlinux-updates-testing /usr/bin/switch_mod_lsapi --setup /usr/bin/switch_mod_lsapi --enable-global service httpd restart
mod_lsapi does not require any additional configuration and is ready to start using immediately after installing.
OptimumCache is a file cache system specifically designed to help speed up shared hosting. This means that common CMS platforms like WordPress and Joomla will see a lot of benefit with this installed.
To install this run the following in SSH:
yum install optimumcache
OptimumCache is very easy to configure for a basic cPanel setup. If you have your home directory somewhere else, be sure to modify the command to point OptimumCache to the right place.
Run the following command to configure OptimumCache:
occtl --recursive --mark-dir /home