{"id":4142,"date":"2026-06-09T13:59:36","date_gmt":"2026-06-09T17:59:36","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2017\/08\/25\/install-cpanel-cache-manager\/"},"modified":"2026-06-09T13:59:39","modified_gmt":"2026-06-09T17:59:39","slug":"install-cpanel-cache-manager","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/install-cpanel-cache-manager\/","title":{"rendered":"How to Install the cPanel Cache Manager"},"content":{"rendered":"<p class=\"wp-block-paragraph\">If your InMotion VPS or Dedicated server runs the UltraStack PHP-optimized stack, you can install the <strong>cPanel Cache Manager<\/strong> to give each account holder a control interface for managing NGINX caching layers directly inside cPanel. Once installed, accounts can purge the cache, enable developer mode, and set the default cache refresh time.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Prerequisites<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A VPS or Dedicated server with InMotion Hosting.<\/li>\n\n\n\n<li>Root access via Secure Shell (SSH). See <a href=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/\">How to Connect to Your Server with SSH<\/a> if you need help connecting.<\/li>\n\n\n\n<li>InMotion\u2019s NGINX\/UltraStack PHP-optimized server configuration. The <code>imh-cpanel-cache-manager<\/code> package depends on <code>imh-nginx<\/code>, <code>imh-ngxconf<\/code>, <code>imh-ngxutil<\/code>, and <code>imh-ultrastack-common<\/code>, so it only works on servers running that stack. If you are unsure whether your server qualifies, contact InMotion Hosting Technical Support before proceeding.<\/li>\n\n\n\n<li>AlmaLinux 8+, CloudLinux 8, or Ubuntu 22.04+<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1: Connect to Your Server as Root<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Open a terminal and log in to your server as the root user. Replace <code>&lt;your-server-ip&gt;<\/code> with your server\u2019s IP address.<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono-NL.ttf\" style=\"font-size:clamp(16px, 1rem, 24px);font-family:Code-Pro-JetBrains-Mono-NL,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:clamp(26px, 1.625rem, 39px);--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #B392F0\">ssh<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">root@<\/span><span style=\"color: #F97583\">&lt;<\/span><span style=\"color: #9ECBFF\">your-server-i<\/span><span style=\"color: #E1E4E8\">p<\/span><span style=\"color: #F97583\">&gt;<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">The install command requires root privileges. If you log in as a non-root user, switch to root with <code>sudo -i<\/code> before continuing.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2: Install the cPanel Cache Manager Package<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Run the install command. On el8 systems, <code>yum<\/code> is aliased to <code>dnf<\/code>, so both commands are equivalent.<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono-NL.ttf\" style=\"font-size:clamp(16px, 1rem, 24px);font-family:Code-Pro-JetBrains-Mono-NL,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:clamp(26px, 1.625rem, 39px);--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #B392F0\">yum<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">install<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">imh-cpanel-cache-manager<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Or, using the <code>dnf<\/code> syntax directly:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono-NL.ttf\" style=\"font-size:clamp(16px, 1rem, 24px);font-family:Code-Pro-JetBrains-Mono-NL,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:clamp(26px, 1.625rem, 39px);--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #B392F0\">dnf<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">install<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">imh-cpanel-cache-manager<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">The package manager resolves the dependencies automatically. When prompted to confirm the transaction, type <code>y<\/code> and press Enter. Installation finishes with a <code>Complete!<\/code> message.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Package details for reference:<\/strong> version 2.1, release 15.el8, architecture noarch, size approximately 1.3 MB, sourced from the <code>imhbase<\/code> repository.<\/p>\n\n\n\n<p class=\"alert alert-info wp-block-paragraph\"><strong>Note:<\/strong> On older builds of this package, the dependencies included <code>imh-python37<\/code> or <code>imh-python39<\/code> instead of <code>imh-ultrastack-common<\/code>. If you see Python-related dependency errors, your server may be running an out-of-date configuration. Contact InMotion Hosting support for guidance.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 3: Verify the Installation<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Confirm the package installed successfully using either of these two methods.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Option A: check via the command line<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Run the following command to query the installed package information:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono-NL.ttf\" style=\"font-size:clamp(16px, 1rem, 24px);font-family:Code-Pro-JetBrains-Mono-NL,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:clamp(26px, 1.625rem, 39px);--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #B392F0\">yum<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">info<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">imh-cpanel-cache-manager<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">A successful install shows the package listed under <strong>Installed Packages<\/strong> in the output, along with the version and the summary line \u201cCache Manager for PHP\/WordPress optimized hosting\u201d.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Option B: check in cPanel<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Log in to cPanel for any account on the server and scroll to the <strong>Software<\/strong> section. Once the package is installed, <strong>Cache Manager<\/strong> appears there. If you do not see it immediately, wait a few minutes for cPanel to register the new plugin, then reload the page.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"851\" height=\"317\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2017\/08\/cache-manager-cpanel.png\" class=\"optimized-lcp-image\" alt=\"\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2017\/08\/cache-manager-cpanel.png 851w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2017\/08\/cache-manager-cpanel-300x112.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2017\/08\/cache-manager-cpanel-768x286.png 768w\"><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Using the Cache Manager in cPanel<\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"942\" height=\"661\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2017\/08\/image.png\" alt=\"\" class=\"wp-image-132453\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2017\/08\/image.png 942w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2017\/08\/image-300x211.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2017\/08\/image-768x539.png 768w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">After installation, the Cache Manager gives each cPanel account holder control over the NGINX caching layers for their site. Log in to cPanel, go to the <strong>Software<\/strong> section, and click <strong>Cache Manager<\/strong>. From there you can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Purge cache<\/strong> to clear stored responses and force the server to rebuild them. Use this after deploying code changes or updating content that is not reflecting for visitors.<\/li>\n\n\n\n<li><strong>Enable developer mode<\/strong> to temporarily bypass the cache during active development. This prevents stale cached pages from masking your changes while you work.<\/li>\n\n\n\n<li><strong>Set the default cache refresh time<\/strong> to control how long the server holds cached responses before requesting a fresh copy from the origin.<\/li>\n<\/ul>\n\n\n\n<p class=\"alert alert-warning wp-block-paragraph\"><strong>Note:<\/strong> The Cache Manager only works with InMotion\u2019s NGINX cache configuration (UltraStack). It has no effect on servers not running that stack.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Troubleshooting<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">No package imh-cpanel-cache-manager available<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">This error means the <code>imhbase<\/code> repository is not enabled on your server. Verify that InMotion Hosting\u2019s custom repositories are configured by running <code>yum repolist<\/code> and checking that <code>imhbase<\/code> appears in the list. If it is missing, contact InMotion Hosting support to have the repository restored.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Dependency resolution errors during install<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">If the package manager reports unresolvable dependencies for <code>imh-nginx<\/code>, <code>imh-ngxconf<\/code>, <code>imh-ngxutil<\/code>, or <code>imh-ultrastack-common<\/code>, your server is not running the NGINX\/UltraStack PHP-optimized stack that this package requires. The Cache Manager cannot be installed without that stack in place. Contact InMotion Hosting support to confirm whether your server configuration is eligible.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Cache Manager does not appear in cPanel after installation<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">cPanel registers new plugins during its background task cycle. Wait up to a few minutes, then reload the cPanel tab in your browser. If the interface still does not appear after reloading, contact InMotion Hosting support and reference the package name <code>imh-cpanel-cache-manager<\/code> so they can confirm the plugin registration completed correctly on your server.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">You have installed the <code>imh-cpanel-cache-manager<\/code> package (version 2.1-15.el8) and the Cache Manager interface is now available in the <strong>Software<\/strong> section of cPanel. From there, you can purge the cache, toggle developer mode, and adjust the cache refresh interval for each account on the server. To remove the package later, see <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/remove-cpanel-cache-manager\/\">How to Remove the cPanel Cache Manager<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If your InMotion VPS or Dedicated server runs the UltraStack PHP-optimized stack, you can install the cPanel Cache Manager to give each account holder a control interface for managing NGINX caching layers directly inside cPanel. Once installed, accounts can purge the cache, enable developer mode, and set the default cache refresh time. Prerequisites Step 1:<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/install-cpanel-cache-manager\/\"> Read More ><\/a><\/p>\n","protected":false},"author":57014,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[51],"tags":[],"class_list":["post-4142","post","type-post","status-publish","format-standard","hentry","category-cpanel"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install the cPanel Cache Manager<\/title>\n<meta name=\"description\" content=\"Install the cPanel Cache Manager on your InMotion VPS or Dedicated server to manage NGINX caching, purge cache, and enable developer mode.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/install-cpanel-cache-manager\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install the cPanel Cache Manager\" \/>\n<meta property=\"og:description\" content=\"Install the cPanel Cache Manager on your InMotion VPS or Dedicated server to manage NGINX caching, purge cache, and enable developer mode.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/install-cpanel-cache-manager\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-06-09T17:59:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-09T17:59:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2017\/08\/cache-manager-cpanel.png\" \/>\n\t<meta property=\"og:image:width\" content=\"851\" \/>\n\t<meta property=\"og:image:height\" content=\"317\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/edu\\\/cpanel\\\/install-cpanel-cache-manager\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/edu\\\/cpanel\\\/install-cpanel-cache-manager\\\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/#\\\/schema\\\/person\\\/f9a4fc454cd1df128ee8e898d30d4644\"},\"headline\":\"How to Install the cPanel Cache Manager\",\"datePublished\":\"2026-06-09T17:59:36+00:00\",\"dateModified\":\"2026-06-09T17:59:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/edu\\\/cpanel\\\/install-cpanel-cache-manager\\\/\"},\"wordCount\":742,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/edu\\\/cpanel\\\/install-cpanel-cache-manager\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/wp-content\\\/uploads\\\/2017\\\/08\\\/cache-manager-cpanel.png\",\"articleSection\":[\"cPanel\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/edu\\\/cpanel\\\/install-cpanel-cache-manager\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/edu\\\/cpanel\\\/install-cpanel-cache-manager\\\/\",\"url\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/edu\\\/cpanel\\\/install-cpanel-cache-manager\\\/\",\"name\":\"How to Install the cPanel Cache Manager\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/edu\\\/cpanel\\\/install-cpanel-cache-manager\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/edu\\\/cpanel\\\/install-cpanel-cache-manager\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/wp-content\\\/uploads\\\/2017\\\/08\\\/cache-manager-cpanel.png\",\"datePublished\":\"2026-06-09T17:59:36+00:00\",\"dateModified\":\"2026-06-09T17:59:39+00:00\",\"description\":\"Install the cPanel Cache Manager on your InMotion VPS or Dedicated server to manage NGINX caching, purge cache, and enable developer mode.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/edu\\\/cpanel\\\/install-cpanel-cache-manager\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/edu\\\/cpanel\\\/install-cpanel-cache-manager\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/edu\\\/cpanel\\\/install-cpanel-cache-manager\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/wp-content\\\/uploads\\\/2017\\\/08\\\/cache-manager-cpanel.png\",\"contentUrl\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/wp-content\\\/uploads\\\/2017\\\/08\\\/cache-manager-cpanel.png\",\"width\":851,\"height\":317},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/edu\\\/cpanel\\\/install-cpanel-cache-manager\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install the cPanel Cache Manager\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/#website\",\"url\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/inmotionhosting\\\/\",\"https:\\\/\\\/x.com\\\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/#\\\/schema\\\/person\\\/f9a4fc454cd1df128ee8e898d30d4644\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/company\\\/inmotion-hosting\\\/\",\"https:\\\/\\\/x.com\\\/https:\\\/\\\/twitter.com\\\/InMotionHosting\"],\"url\":\"https:\\\/\\\/www.inmotionhosting.com\\\/support\\\/author\\\/inmotion-hosting-contributor\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install the cPanel Cache Manager","description":"Install the cPanel Cache Manager on your InMotion VPS or Dedicated server to manage NGINX caching, purge cache, and enable developer mode.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/install-cpanel-cache-manager\/","og_locale":"en_US","og_type":"article","og_title":"How to Install the cPanel Cache Manager","og_description":"Install the cPanel Cache Manager on your InMotion VPS or Dedicated server to manage NGINX caching, purge cache, and enable developer mode.","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/install-cpanel-cache-manager\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2026-06-09T17:59:36+00:00","article_modified_time":"2026-06-09T17:59:39+00:00","og_image":[{"width":851,"height":317,"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2017\/08\/cache-manager-cpanel.png","type":"image\/png"}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/install-cpanel-cache-manager\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/install-cpanel-cache-manager\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644"},"headline":"How to Install the cPanel Cache Manager","datePublished":"2026-06-09T17:59:36+00:00","dateModified":"2026-06-09T17:59:39+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/install-cpanel-cache-manager\/"},"wordCount":742,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/install-cpanel-cache-manager\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2017\/08\/cache-manager-cpanel.png","articleSection":["cPanel"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/install-cpanel-cache-manager\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/install-cpanel-cache-manager\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/install-cpanel-cache-manager\/","name":"How to Install the cPanel Cache Manager","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/install-cpanel-cache-manager\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/install-cpanel-cache-manager\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2017\/08\/cache-manager-cpanel.png","datePublished":"2026-06-09T17:59:36+00:00","dateModified":"2026-06-09T17:59:39+00:00","description":"Install the cPanel Cache Manager on your InMotion VPS or Dedicated server to manage NGINX caching, purge cache, and enable developer mode.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/install-cpanel-cache-manager\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/install-cpanel-cache-manager\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/install-cpanel-cache-manager\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2017\/08\/cache-manager-cpanel.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2017\/08\/cache-manager-cpanel.png","width":851,"height":317},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/install-cpanel-cache-manager\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Install the cPanel Cache Manager"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":51,"name":"cPanel","slug":"cpanel","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/cpanel\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4142","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/57014"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=4142"}],"version-history":[{"count":8,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4142\/revisions"}],"predecessor-version":[{"id":132455,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4142\/revisions\/132455"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=4142"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=4142"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=4142"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}