Secure with Fail2Ban

What is Fail2Ban Fail2Ban is an intrusion-prevention framework written in Python. The basic idea behind Fail2ban is to secure server by monitoring the logs of common services to spot patterns in authentication failures. It works by reading your SSH, Apache and other outward-facing internet service logs for signs of an attack. If your service requires … Read more

Speed up your WordPress site for better performance

  Tips to speed up WordPress sites Everyone demands speed in this new internet world. There are many of blogs and tutorials were published regarding WordPress site speed optimization, but we need to be keep updated in this fast growing world. Here we would like to talk about why page loading speed is essential, which … Read more

Zamfoo integration on WHM/cPanel

Zamfoo is an application plugin which enhances ‘Reseller center’ functionalities in the WHM. By this you can avoid the necesssity of purchasing a dedicated server to meet the requirements. This is a third party sub-reseller plugin for cPanel/WHM and it extends the capabilities of WHM. Zamfoo is a licensed application and thus you need to … Read more

Cloud storage options for cPanel backups

We all know data backup is an inevitable thing inthe web-hosting industry. So every hosting panel provide more importance to the backup settings. Here we are talking about a few common cloud storage options in cPanel servers. Which automatically backing up your website to multiple cloud providers.  Amazon S3 storage Amazon Simple Storage Service (S3) … Read more

Security Hardening for cPanel server

Introduction Server security is the main aspect of web-hosting. We need to initially secure our servers before hosting the sites. In this documentation, you can see some advanced steps to overcome the most common security vulnerabilities. When coming up with a security plan for your servers, you need to take several key factors into the … Read more

CSF Cluster Setup for Hosting Companies

CSF cluster setup

CSF Cluster Setup By hearing Cluster Setup, you may think it is a complex setup but a firewall cluster using the CSF firewall is a simple one and can be done with a few steps.  ConfigServer Firewall (CSF) is commonly used in the Linux web-hosting industry. CSF works based on Login Failure Daemon (lfd) process … Read more

PHP-FPM (FastCGI Process Manager)

  PHP-FPM is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. It runs as its own process and is not dependent on the web server, like mod_php(default Apache module). PHP-FPM maintains “pools” (workers available to respond to PHP requests) to accomplish this. It is faster … Read more

Different cPanel Backup Settings

cPanel Backup settings

Different cPanel Backup Settings in a cPanel server In the web hosting space, cPanel is the most common and user-friendly control panel. It provides a graphical interface to the customers so that they can handle and control their Linux hosting servers easily via browsers. cPanel also gives data safety through their whole account backup feature. … Read more

How to repair MySQL databases and tables on LINUX servers

How to repair MySQL databases and tables on LINUX servers

In this blog, we would like to give you some useful insights on how to repair MySQL database and table. This is probably one of the most common, yet cumbersome aspects you may have to deal with on a regular basis.  As you are aware the MySQL database is updated from time by time. MySQL … Read more