Introduction Munin is a resource monitoring tool that can help analyze resource trends. Munin can be quickly and easily installed on cPanel with the following steps. Procedure 1. Login to WHM as the root user 2. Navigate to: Home »cPanel »Manage Plugins 3. Scroll to the bottom of the page 4. Click “Install Munin for ..

Read more

Introduction There are some instances where cPanel users wish to create a password-less SSH key. By default, this is not allowed in the cPanel SSH Access interface unless the administrator configures their password strength requirements for SSH. From our documentation, passwords are optional if the administrator sets the SSH Keys setting to 0 in WHM’s Password Strength Configuration interface Procedure To adjust your Password ..

Read more

Prequistise sudo privileged account access to the CentOS system Implementation (I) Installation To install cPanel DNSOnly, perform the following steps: Step 1: Navigate to the /home directory on your server. Step 2: Fetch the latest installation files from cPanel command curl -o latest-dnsonly -L https://securedownloads.cpanel.net/latest-dnsonly Step 3: Execute the installation files sh latest-dnsonly (II) Access ..

Read more

Introduction Some cPanel Specific logs are rotated by a daemon called cpanellogd and are managed through WHM. Some cPanel related logs are rotated by the logrotated utility. The logrotated configuration of these logs is managed by cPanel and does not need to be modified manually. Any new or custom logs implemented on the server would require a custom logrotated configuration. The process of ..

Read more

Step1: Log in to the WHM interface as the root user. Step2: Navigate to the SQL Services section (WHM >> Home >> SQL Services) and click phpMyAdmin. The phpMyAdmin interface will appear. Step3: In the far-left column, select the database that you wish to delete. Step4: At the top of the interface, click Operations. A new interface will appear. Step5: Under the Remove database heading, ..

Read more

Introduction Sometimes it becomes necessary to stop processes run by a user, whether for troubleshooting or due to overwhelming resource usage. The following guide will assist in finding and stopping multiple processes. Procedure First, find the processes you’re interested in stopping. The ps utility can list running processes, and grep can be used to filter ..

Read more

This article will guide you on how to set up and configure Memcached on cPanel-WHM (RHEL 6/7 or  CentOS 6/7). Add EasyApache4 (EA4) Experimental Repository in order to install Memcached. Unfortunately, both Memcached and Memcache RPMs are still in an experimental repo on cPanel-WHM. So it might not be suitable for a shared hosting environment. ..

Read more