{"id":4410,"date":"2026-04-15T18:44:27","date_gmt":"2026-04-15T22:44:27","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2018\/02\/22\/how-to-install-redis-on-your-vps-dedicated-server\/"},"modified":"2026-04-15T18:44:29","modified_gmt":"2026-04-15T22:44:29","slug":"how-to-install-redis-on-your-vps-dedicated-server","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/","title":{"rendered":"How to Install and Configure Redis on Your Linux VPS or Dedicated Server"},"content":{"rendered":"<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"538\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server-1024x538.png\" alt=\"How to Install and Configure Redis on Your Linux VPS or Dedicated Server\" class=\"wp-image-94915\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server-1024x538.png 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server-300x158.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server-768x403.png 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server.png 1200w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<p><strong>Redis<\/strong> is an open-source, in-memory key-value data store used as a high-performance <strong>object cache<\/strong>, session handler, message broker, and full-featured database. On InMotion Hosting <a href=\"\/vps-hosting\">VPS<\/a> and <a href=\"\/dedicated-servers\">dedicated servers<\/a>, Redis dramatically speeds up dynamic websites (especially WordPress, Magento, Laravel, and Drupal) by caching database queries, API responses, and rendered pages in RAM. It reduces load on MySQL\/MariaDB and can improve response times by 60-80% in cache-heavy applications.<\/p>\n\n\n\n<p>This updated, thorough guide covers installation on modern distributions supported by InMotion (AlmaLinux 8\/9, Ubuntu 22.04\/24.04, and similar), PHP integration, secure configuration, testing, and optimization best practices as of 2026. The instructions apply to servers with root or sudo access.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Is Redis and Why Use It on a VPS?<\/h2>\n\n\n\n<p>Redis stores data in memory for sub-millisecond access while offering optional persistence (RDB snapshots or AOF append-only files). Common uses on a VPS include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Object caching for PHP applications<\/li>\n\n\n\n<li>Full-page caching<\/li>\n\n\n\n<li>Session storage (faster than file-based sessions)<\/li>\n\n\n\n<li>Rate limiting and queues<\/li>\n\n\n\n<li>Real-time analytics or leaderboards<\/li>\n<\/ul>\n\n\n\n<p>Redis excels in high-concurrency environments but consumes RAM, so monitor usage carefully on resource-limited VPS plans.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Prerequisites<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A Linux VPS or dedicated server with at least 2 GB RAM (4 GB+ recommended for production caching).<\/li>\n\n\n\n<li>Root or sudo privileges.<\/li>\n\n\n\n<li>SSH access.<\/li>\n\n\n\n<li>Updated system packages.<\/li>\n\n\n\n<li>PHP installed (for web application integration).<\/li>\n\n\n\n<li>Firewall configured (firewalld on AlmaLinux or UFW on Ubuntu).<\/li>\n<\/ul>\n\n\n\n<p class=\"alert alert-warning\"><strong>Note:<\/strong> This guide is for VPS\/dedicated servers. Shared hosting does not allow custom Redis installation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1: Update Your System<\/h2>\n\n\n\n<p>Always start with a full update:<\/p>\n\n\n\n<p><strong>On AlmaLinux \/ RHEL-based (cPanel servers):<\/strong><\/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\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">dnf<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">update<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">-y<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p><strong>On Ubuntu \/ Debian-based:<\/strong><\/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\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">apt<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">update<\/span><span style=\"color: #E1E4E8\"> &amp;&amp; <\/span><span style=\"color: #B392F0\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">apt<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">upgrade<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">-y<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2: Install Redis Server<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">On AlmaLinux 8 or 9 (Recommended for InMotion cPanel Servers)<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Install the EPEL repository (if not present):<\/li>\n<\/ol>\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\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">dnf<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">install<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">epel-release<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">-y<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>Install Redis from the repositories:<\/li>\n<\/ol>\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\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">dnf<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">install<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">redis<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">-y<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p><strong>For newer Redis versions<\/strong> (e.g., Redis 7+ or 8.x via Remi repository):<\/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\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">dnf<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">install<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">https:\/\/rpms.remirepo.net\/enterprise\/remi-release-9.rpm<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">-y<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">dnf<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">module<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">reset<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">redis<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">-y<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">dnf<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">module<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">enable<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">redis:remi-8.0<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">-y<\/span><span style=\"color: #E1E4E8\">   <\/span><span style=\"color: #6A737D\"># or remi-7.4 \/ remi-7.2 as needed<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">dnf<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">install<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">redis<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">-y<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">On Ubuntu 22.04 or 24.04<\/h3>\n\n\n\n<p>Redis is available in the official repositories:<\/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\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">apt<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">install<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">redis-server<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">-y<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>For the absolute latest stable version, add the official Redis repository:<\/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\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">apt<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">install<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">lsb-release<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">curl<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">gpg<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">-y<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">curl<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">-fsSL<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">https:\/\/packages.redis.io\/gpg<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">|<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #B392F0\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">gpg<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">--dearmor<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">-o<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">\/usr\/share\/keyrings\/redis-archive-keyring.gpg<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">echo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">\"deb [signed-by=\/usr\/share\/keyrings\/redis-archive-keyring.gpg] https:\/\/packages.redis.io\/deb $(<\/span><span style=\"color: #B392F0\">lsb_release<\/span><span style=\"color: #9ECBFF\"> <\/span><span style=\"color: #79B8FF\">-cs<\/span><span style=\"color: #9ECBFF\">) main\"<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #F97583\">|<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #B392F0\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">tee<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">\/etc\/apt\/sources.list.d\/redis.list<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">apt<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">update<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">apt<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">install<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">redis<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">-y<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Step 3: Start and Enable Redis Service<\/h2>\n\n\n\n<p><strong>AlmaLinux:<\/strong><\/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\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">systemctl<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">start<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">redis<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">systemctl<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">enable<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">redis<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">systemctl<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">status<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">redis<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p><strong>Ubuntu:<\/strong><\/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\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">systemctl<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">start<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">redis-server<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">systemctl<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">enable<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">redis-server<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">systemctl<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">status<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">redis-server<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Step 4: Basic Configuration and Security Hardening<\/h2>\n\n\n\n<p>Edit the main configuration file:<\/p>\n\n\n\n<p><strong>AlmaLinux:<\/strong> <code>\/etc\/redis\/redis.conf<\/code><br><strong>Ubuntu:<\/strong> <code>\/etc\/redis\/redis.conf<\/code><\/p>\n\n\n\n<p>Key recommended changes (uncomment or modify):<\/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: #6A737D\"># Bind only to localhost for security (default on most installs)<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">bind 127.0.0.1 ::1<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\"># Or bind to a specific private IP if needed<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\"># bind 127.0.0.1 your-private-ip<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\"># Require a strong password (highly recommended for production)<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">requirepass YourVeryStrongPasswordHere123!<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\"># Protect against common attacks<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">protected-mode yes<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\"># Limit memory usage (adjust to your VPS RAM; leave headroom for OS)<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">maxmemory 512mb                  <\/span><span style=\"color: #6A737D\">; Example for a 2-4 GB VPS<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">maxmemory-policy allkeys-lru     <\/span><span style=\"color: #6A737D\">; Evict least recently used keys when full<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\"># Persistence (enable for durability)<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">appendonly yes<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">appendfsync everysec<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\"># Disable dangerous commands if not needed<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">rename-command FLUSHALL <\/span><span style=\"color: #9ECBFF\">\"\"<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">rename-command FLUSHDB <\/span><span style=\"color: #9ECBFF\">\"\"<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">rename-command KEYS <\/span><span style=\"color: #9ECBFF\">\"\"<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p><strong>Generate a strong password<\/strong> (run this command):<\/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\">openssl<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">rand<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">-base64<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">32<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>After editing, restart Redis:<\/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\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">systemctl<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">restart<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">redis<\/span><span style=\"color: #E1E4E8\">     <\/span><span style=\"color: #6A737D\"># AlmaLinux<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\"># or<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">systemctl<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">restart<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">redis-server<\/span><span style=\"color: #E1E4E8\">   <\/span><span style=\"color: #6A737D\"># Ubuntu<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p><strong>Firewall Configuration<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>firewalld (AlmaLinux):<\/strong> Redis should remain bound to localhost, so no port opening is usually needed. If remote access is required (not recommended), open port 6379 only from trusted IPs.<\/li>\n\n\n\n<li><strong>UFW (Ubuntu):<\/strong><\/li>\n<\/ul>\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\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">ufw<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">allow<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">from<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">127.0<\/span><span style=\"color: #9ECBFF\">.0.1<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">to<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">any<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">port<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">6379<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">ufw<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">reload<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p class=\"alert alert-warning\"><strong>Important Security Note:<\/strong> Never expose Redis (port 6379) to the public internet without strong authentication, TLS, or a VPN\/SSH tunnel. Most attacks on Redis target unprotected instances.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 5: Install the PHP Redis Extension<\/h2>\n\n\n\n<p>To use Redis as an object cache or session handler with PHP:<\/p>\n\n\n\n<p><strong>AlmaLinux (with EasyApache \/ MultiPHP):<\/strong><\/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\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">dnf<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">install<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">php-redis<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">-y<\/span><\/span>\n<span class=\"line\"><span style=\"color: #6A737D\"># or for specific PHP version via Remi<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">dnf<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">install<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">php81-php-redis<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">-y<\/span><span style=\"color: #E1E4E8\">   <\/span><span style=\"color: #6A737D\"># adjust version<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p><strong>Ubuntu:<\/strong><\/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\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">apt<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">install<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">php-redis<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">-y<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">phpenmod<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">redis<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>For multiple PHP versions, specify the version:<\/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\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">apt<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">install<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">php8.3-redis<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">-y<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">phpenmod<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">-v<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">8.3<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">redis<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>Restart your web server (Apache or NGINX) and PHP-FPM:<\/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\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">systemctl<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">restart<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">httpd<\/span><span style=\"color: #E1E4E8\">          <\/span><span style=\"color: #6A737D\"># AlmaLinux\/Apache<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">systemctl<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">restart<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">apache2<\/span><span style=\"color: #E1E4E8\">        <\/span><span style=\"color: #6A737D\"># Ubuntu\/Apache<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">systemctl<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">restart<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">php8.3-fpm<\/span><span style=\"color: #E1E4E8\">     <\/span><span style=\"color: #6A737D\"># Adjust version<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Step 6: Test Your Redis Installation<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Basic connectivity test:<\/li>\n<\/ol>\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\">redis-cli<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">ping<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>Expected response: <code>PONG<\/code><\/p>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>Test with authentication (if <code>requirepass<\/code> is set):<\/li>\n<\/ol>\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\">redis-cli<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">-a<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">YourVeryStrongPasswordHere123!<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">ping<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>Interactive test:<\/li>\n<\/ol>\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\">redis-cli<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">&gt;<\/span><span style=\"color: #E1E4E8\"> SET testkey <\/span><span style=\"color: #9ECBFF\">\"Hello Redis\"<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">&gt;<\/span><span style=\"color: #E1E4E8\"> GET testkey<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">&gt;<\/span><span style=\"color: #E1E4E8\"> KEYS <\/span><span style=\"color: #F97583\">*<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">&gt;<\/span><span style=\"color: #E1E4E8\"> QUIT<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li>Check service status and logs:<\/li>\n<\/ol>\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\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">systemctl<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">status<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">redis<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">sudo<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">journalctl<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">-u<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">redis<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">-f<\/span><span style=\"color: #E1E4E8\">     <\/span><span style=\"color: #6A737D\"># or redis-server on Ubuntu<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Step 7: Integrate Redis with Your Application<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">WordPress Object Caching<\/h3>\n\n\n\n<p>Install a plugin such as <strong>Redis Object Cache<\/strong> (by Till Kr\u00fcss) or LiteSpeed Cache. In <code>wp-config.php<\/code>:<\/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: #79B8FF\">define<\/span><span style=\"color: #E1E4E8\">(<\/span><span style=\"color: #9ECBFF\">'WP_REDIS_HOST'<\/span><span style=\"color: #E1E4E8\">, <\/span><span style=\"color: #9ECBFF\">'127.0.0.1'<\/span><span style=\"color: #E1E4E8\">);<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">define<\/span><span style=\"color: #E1E4E8\">(<\/span><span style=\"color: #9ECBFF\">'WP_REDIS_PORT'<\/span><span style=\"color: #E1E4E8\">, <\/span><span style=\"color: #79B8FF\">6379<\/span><span style=\"color: #E1E4E8\">);<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">define<\/span><span style=\"color: #E1E4E8\">(<\/span><span style=\"color: #9ECBFF\">'WP_REDIS_PASSWORD'<\/span><span style=\"color: #E1E4E8\">, <\/span><span style=\"color: #9ECBFF\">'YourVeryStrongPasswordHere123!'<\/span><span style=\"color: #E1E4E8\">);<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">define<\/span><span style=\"color: #E1E4E8\">(<\/span><span style=\"color: #9ECBFF\">'WP_REDIS_TIMEOUT'<\/span><span style=\"color: #E1E4E8\">, <\/span><span style=\"color: #79B8FF\">1<\/span><span style=\"color: #E1E4E8\">);<\/span><\/span>\n<span class=\"line\"><span style=\"color: #79B8FF\">define<\/span><span style=\"color: #E1E4E8\">(<\/span><span style=\"color: #9ECBFF\">'WP_REDIS_READ_TIMEOUT'<\/span><span style=\"color: #E1E4E8\">, <\/span><span style=\"color: #79B8FF\">1<\/span><span style=\"color: #E1E4E8\">);<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Laravel or Other Frameworks<\/h3>\n\n\n\n<p>Configure in <code>.env<\/code>:<\/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: #F97583\">REDIS_HOST<\/span><span style=\"color: #E1E4E8\">=127.0.0.1<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">REDIS_PASSWORD<\/span><span style=\"color: #E1E4E8\">=YourVeryStrongPasswordHere123!<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">REDIS_PORT<\/span><span style=\"color: #E1E4E8\">=6379<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">PHP Session Handler (Optional)<\/h3>\n\n\n\n<p>In <code>php.ini<\/code> or pool config:<\/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: #F97583\">session.save_handler<\/span><span style=\"color: #E1E4E8\"> = redis<\/span><\/span>\n<span class=\"line\"><span style=\"color: #F97583\">session.save_path<\/span><span style=\"color: #E1E4E8\"> = <\/span><span style=\"color: #9ECBFF\">\"tcp:\/\/127.0.0.1:6379?auth=YourVeryStrongPasswordHere123!\"<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Additional Optimizations and Best Practices<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Monitor Memory Usage:<\/strong> Use <code>redis-cli INFO memory<\/code> or tools like <code>htop<\/code>.<\/li>\n\n\n\n<li><strong>Persistence Tuning:<\/strong> Choose RDB for speed or AOF for durability.<\/li>\n\n\n\n<li><strong>Maxmemory Policy:<\/strong> <code>allkeys-lru<\/code> or <code>volatile-lru<\/code> are common for caching.<\/li>\n\n\n\n<li><strong>Separate Pools:<\/strong> For multiple sites, consider multiple Redis instances or databases (SELECT 0-15).<\/li>\n\n\n\n<li><strong>Backup Data:<\/strong> Regularly back up <code>\/var\/lib\/redis\/<\/code> or use Redis persistence files.<\/li>\n\n\n\n<li><strong>Updates:<\/strong> Keep Redis updated for security patches.<\/li>\n<\/ul>\n\n\n\n<p>If you use InMotion Hosting\u2019s UltraStack or Managed VPS, Redis works seamlessly with existing PHP-FPM and caching layers.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Troubleshooting Common Issues<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Connection Refused<\/strong>: Check if Redis is running and bound correctly.<\/li>\n\n\n\n<li><strong>NOAUTH Authentication required:<\/strong> Add the password to your client configuration.<\/li>\n\n\n\n<li><strong>Out of Memory:<\/strong> Lower <code>maxmemory<\/code> or upgrade VPS RAM.<\/li>\n\n\n\n<li><strong>PHP Redis extension not loading:<\/strong> Verify with <code>php -m | grep redis<\/code> and restart services.<\/li>\n<\/ul>\n\n\n\n<p>For advanced configurations (Redis Cluster, Sentinel, or TLS), consult the official Redis documentation or contact InMotion Hosting support with your server details.<\/p>\n\n\n\n<p>You have now installed, secured, and integrated a production-ready Redis instance on your VPS or dedicated server. This setup provides a powerful caching layer that significantly boosts website performance while maintaining security and stability. Test thoroughly under load before going live.<\/p>\n\n\n<div class=\"jumbotron\" style=\"text-align:center;\">\r\n<p style=\"font-size: 24px;\"><strong>Leave the Technical Heavy Lifting to Us<\/strong><\/p>\r\n<p>Whether you need server tweaks, security updates, or scalability support, our sysadmin team has you covered. Get support that matches your business needs and keeps your site running strong.<\/p>\r\n<p><a class=\"btn btn-primary btn-lg\" href=\"https:\/\/www.inmotionhosting.com\/solutions\/inmotion-solutions?mktgp=t&irgwc=1&affiliates=5001860&utm_campaign=Jumbotron&utm_source=supportcenter&utm_medium=cta&utm_term=managed-hosting-cta2\">Explore InMotion Solutions Plans<\/a><\/p>\r\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Redis is an open-source, in-memory key-value data store used as a high-performance object cache, session handler, message broker, and full-featured database. On InMotion Hosting VPS and dedicated servers, Redis dramatically speeds up dynamic websites (especially WordPress, Magento, Laravel, and Drupal) by caching database queries, API responses, and rendered pages in RAM. It reduces load on<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/\"> Read More ><\/a><\/p>\n","protected":false},"author":56983,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4448],"tags":[],"class_list":["post-4410","post","type-post","status-publish","format-standard","hentry","category-server"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install Redis on Your VPS\/Dedicated Server<\/title>\n<meta name=\"description\" content=\"Learn how to install Redis on your VPS\/Dedicated server. You can then use Redis for a variety of purposes. o as an object cache to serve pages faster.\" \/>\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\/server\/how-to-install-redis-on-your-vps-dedicated-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Redis on Your VPS\/Dedicated Server\" \/>\n<meta property=\"og:description\" content=\"Learn how to install Redis on your VPS\/Dedicated server. You can then use Redis for a variety of purposes. o as an object cache to serve pages faster.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/\" \/>\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-04-15T22:44:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-15T22:44:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Carrie Smaha\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@carriesmaha\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Carrie Smaha\" \/>\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\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/\"},\"author\":{\"name\":\"Carrie Smaha\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/595948dab2995d347a87076abdae19d8\"},\"headline\":\"How to Install and Configure Redis on Your Linux VPS or Dedicated Server\",\"datePublished\":\"2026-04-15T22:44:27+00:00\",\"dateModified\":\"2026-04-15T22:44:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/\"},\"wordCount\":704,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server-1024x538.png\",\"articleSection\":[\"Server Technologies\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/\",\"name\":\"How to Install Redis on Your VPS\/Dedicated Server\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server-1024x538.png\",\"datePublished\":\"2026-04-15T22:44:27+00:00\",\"dateModified\":\"2026-04-15T22:44:29+00:00\",\"description\":\"Learn how to install Redis on your VPS\/Dedicated server. You can then use Redis for a variety of purposes. o as an object cache to serve pages faster.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server.png\",\"width\":1200,\"height\":630},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install and Configure Redis on Your Linux VPS or Dedicated Server\"}]},{\"@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\/595948dab2995d347a87076abdae19d8\",\"name\":\"Carrie Smaha\",\"description\":\"Carrie Smaha is a Senior Marketing Operations leader with over 20 years of experience in digital strategy, web development, and IT project management. She specializes in go-to-market programs and SaaS solutions for WordPress and VPS Hosting, working closely with technical teams and customers to deliver high-performance, scalable platforms. At InMotion Hosting, she drives product marketing initiatives that blend strategic insight with technical depth.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/carriesmaha\/\",\"https:\/\/x.com\/carriesmaha\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/carries\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install Redis on Your VPS\/Dedicated Server","description":"Learn how to install Redis on your VPS\/Dedicated server. You can then use Redis for a variety of purposes. o as an object cache to serve pages faster.","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\/server\/how-to-install-redis-on-your-vps-dedicated-server\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Redis on Your VPS\/Dedicated Server","og_description":"Learn how to install Redis on your VPS\/Dedicated server. You can then use Redis for a variety of purposes. o as an object cache to serve pages faster.","og_url":"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2026-04-15T22:44:27+00:00","article_modified_time":"2026-04-15T22:44:29+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server.png","type":"image\/png"}],"author":"Carrie Smaha","twitter_card":"summary_large_image","twitter_creator":"@carriesmaha","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"Carrie Smaha","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/"},"author":{"name":"Carrie Smaha","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/595948dab2995d347a87076abdae19d8"},"headline":"How to Install and Configure Redis on Your Linux VPS or Dedicated Server","datePublished":"2026-04-15T22:44:27+00:00","dateModified":"2026-04-15T22:44:29+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/"},"wordCount":704,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server-1024x538.png","articleSection":["Server Technologies"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/","url":"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/","name":"How to Install Redis on Your VPS\/Dedicated Server","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server-1024x538.png","datePublished":"2026-04-15T22:44:27+00:00","dateModified":"2026-04-15T22:44:29+00:00","description":"Learn how to install Redis on your VPS\/Dedicated server. You can then use Redis for a variety of purposes. o as an object cache to serve pages faster.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server.png","width":1200,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Install and Configure Redis on Your Linux VPS or Dedicated Server"}]},{"@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\/595948dab2995d347a87076abdae19d8","name":"Carrie Smaha","description":"Carrie Smaha is a Senior Marketing Operations leader with over 20 years of experience in digital strategy, web development, and IT project management. She specializes in go-to-market programs and SaaS solutions for WordPress and VPS Hosting, working closely with technical teams and customers to deliver high-performance, scalable platforms. At InMotion Hosting, she drives product marketing initiatives that blend strategic insight with technical depth.","sameAs":["https:\/\/www.linkedin.com\/in\/carriesmaha\/","https:\/\/x.com\/carriesmaha"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/carries\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":4448,"name":"Server Technologies","slug":"server","link":"https:\/\/www.inmotionhosting.com\/support\/server\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4410","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\/56983"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=4410"}],"version-history":[{"count":6,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4410\/revisions"}],"predecessor-version":[{"id":131912,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4410\/revisions\/131912"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=4410"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=4410"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=4410"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}