How To Prevent cxs From Scanning Cache Files

First, we need to know what is cxs scan. ConfigServer eXploit Scanner (cxs) is a server malware, exploit and antivirus scanner that performs active scanning of files as they are uploaded to the server. Initial installation with recommended configuration options is included with the license. For dedicated or virtual servers – protects all domains, IP addresses, … Read more

Script To Fix Permissions And Ownership, on files and Directories, for cPanel Accounts

Fixing permission for a cpanel account doing manually is a difficult task. We can do it by running a script. For that follow below steps, →Download the script using below command wget https://raw.githubusercontent.com/PeachFlame/cPanel-fixperms/master/fixperms.sh →To make it is executable please give execute permission for it. chmod +x fixperms.sh →We can run the script to fix a … Read more

Using Maldet Scanner Utility To Scan Cpanel Accounts

Maldet is a malware detector and scanner for Linux, designed for shared hosting environments. If maldet not installed on the server then we can follow below steps on the server to install it. Installation steps:- # wget http://www.rfxn.com/downloads/maldetect-current.tar.gz # tar -xvf maldetect-current.tar.gz # ls -l | grep maldetect # cd maldetect-1.6.4/ # ls # ./install.sh … Read more

How to install the Xdebug extension via PECL in cPanel.

Introduction Xdebug is a PHP extension that provides debugging and profiling capabilities. It uses the DBGp debugging protocol. xdebug also provide profiling information for PHP scripts, code coverage analysis, and capabilities to debug the scripts connected with a debug client The Xdebug extension available through PECL requires PHP 7.2 or above, you can check the … Read more

log4j CVE-2021-44228 vulnerability and fix

Here we discussing a critical vulnerability in an Apache code library called Log4j. Indexed as CVE-2021-44228, the flaw is a remote code execution (RCE) vulnerability that allows an attacker to run code of their choice on an affected server. It is affected on majority of Cpanel servers. If you are using the cPanel Solr plugin … Read more

Basic Load Checks In Linux

The server load can be occur in many ways. Here we discussing the basic steps we need to follow when server have huge load. ->Firstly we need to check load and how much core the server have “w” command will give the load result and “nproc” command will give how much core have the server. … Read more

Performance and Security tweaking in CPanel

Introduction cPanel is the most commonly used and most popular shared web hosting control panel in the market. It simplifies the tasks of system administrators. But, it can also slow down your server if it is not configured properly. Let’s see some simple ways to improve performance your server by optimizing the use of resources. … Read more

Enabling DKIM record for your DirectAdmin domains

This blog covers the steps to enable DKIM records on your domains hosted on a DirectAdmin server.  A DKIM will sign outbound messages, and the receiving servers will check that signature against DNS records added to your zone to verify the signature and lower the spam score if it passes. In order to enable this … Read more

How to Setup Eudora Email Client

How to Setup Eudora Email Client This guide will show to how to setup Eudora mail apllication to access email Requirements Your domain name: yourdomain.com Your email address: [email protected] Your email password: 1. Open Eudora 2. Click the ‘Tools’ menu, and select ‘Options, 3. Click “getting started’ under category 4. Enter your full mail address … Read more