Home Control Panels

Control Panels

How to manage your web hosting control panels such as cPanel, Plesk, Directadmin and others. All you find here with detailed tutorials from basic to advance.

You change source code of your website and the new code requires the higher or lower version of PHP that is being used on your hosting. At this point you will need to change the PHP version to be compatible with the new code. You can do this simply: After...
MySQL is a free and open source software used to manage databases on a computer. MySQL can be installed on many different operating system platforms such as Windows, Linux and Mac OS X. In this article, we will guide you to install MySQL in CentOS 7 using command line...
In this article, you will know how to check the version of a MySQL server, in the case you have errors that related to your website data, if you know the version of MySQL then you can quickly fix the errors. As we have to know MySQL is  one...
Introduction MariaDB is a powerful, open-source relational database management system (RDBMS) known for its speed, scalability, and reliability. It’s an excellent choice for high-traffic websites where performance and data integrity are critical. In this guide, you'll learn how to install MariaDB on a Linux server and optimize it for maximum...
Configuring the parent directory is located at /etc/psa/psa.conf and is set by DUMP_D. # cat /etc/psa/psa.conf | grep -w DUMP_D DUMP_D /var/lib/psa/dumps To change the default backup server path, follow these steps: Step 1: Create a folder that containing the backup: mkdir /plesk_backups Step 2: Open the /etc/psa/psa.conf file Change the value of DUMP_D created at step...
Introduction Securing your VPS from brute force attacks is crucial, especially when it hosts sensitive data or critical applications. Fail2Ban is a powerful security tool that helps protect your server by monitoring log files for suspicious activity and automatically banning IP addresses that show signs of malicious behavior, such as...
Data backup can be understood as the act of copying/backing up all important content and original data of a website in case of problems or when need to transfer to another website. For many business websites, data backup is considered to be indispensable, because all data that you had...
Do you need to copy data from your computer to your website? This task is very simple if you have an FTP client program. This is a very popular application to transfer files between computers and web servers via the internet and vice versa. However, in case you don't...
One of the key features of cPanel is the backup and restore function. This article will guide you to use the data backup function on cPanel. The operation is as follows: Step 1: Log in to your cPanel hosting account. Step 2: Go to the account management menu, select the backup...