This tutorial outlines the steps for removing the cPanel Cache Manager from your server, which is especially helpful when uninstalling NGINX and no longer needing cache management via cPanel. Access as a “root” user is required, typically available in VPS hosting setups. 

To remove the cPanel Cache Manager, follow these steps: 

  1. Log in to the server as the root user via SSH. 
  2. Run the below command to remove the cPanel Cache Manager- yum remove imh-cpanel-cache-manager 
  3. The following prompt will display; input “y” for yes, then press Enter. Remove 1 PackageInstalled size: 2.5 M 
    Is this ok [y/N]: y
  4. Upon successful removal, a message like “Complete!” will appear.
    Removed-
     
    imh-cpanel-cache-manager.noarch 0:1.0-4.el7
    Complete!

We hope this helped! Check back for more informative articles. For help, reach out to the bodHOST support team. To delete cache from Nginx in Plesk, Learn More about How to Delete Cache from Nginx in Plesk.

Popular Posts You May Read

Explore more hosting insights, tips and industry updates.

How To Create a cPanel Package In WHM?

In this article, we will explain how to create a cPanel package in WHH, You…

How to Install Python 3 on Ubuntu 20.04 or 22.04

Python is a popular programming language mostly used for web development, data analysis, artificial intelligence,…

How to Defragment PHP Session Files

How to Defragment PHP Session Files

What is PHP? PHP is a popular open-source script language that incorporated into HTML and…