cPanel Security Patch Advisory for May 8, 2026: 3 CVEs Disclosed Updated on May 20, 2026 by Derrell cPanel has disclosed three new security vulnerabilities (CVE-2026-29201, CVE-2026-29202, and CVE-2026-29203) with a patch scheduled for release today, May 8, 2026, at 12:00pm EST. This is a heads-up advisory: most InMotion Hosting customers will receive the cPanel security update automatically through InMotion’s standard patching process. Your websites, email, and databases are not affected by this Read More >
Node.js 26 Released: What’s New Updated on May 6, 2026 by Derrell Node.js 26 was released on May 5, 2026, as the new Current release in the Node.js long-term support (LTS) cycle. The release upgrades the V8 JavaScript engine to version 14.6, enables the Temporal date/time API by default, and removes several legacy APIs that have been deprecated for multiple major versions. If you run Node.js applications Read More >
CVE-2026-41940: Full Technical Details and InMotion’s Response Updated on May 20, 2026 by Derrell CVE-2026-41940 is a pre-authentication remote authentication bypass in cPanel and WHM with a Critical severity rating. Now that patches are deployed and access has been restored across InMotion Hosting’s server fleet, this article provides the full technical picture: how the exploit works, what InMotion did to protect your environment, and what you should do now. Read More >
cPanel & WHM Security Vulnerability – Temporary Access Restrictions – April 28, 2026 Updated on May 20, 2026 by Derrell cPanel has disclosed a critical authentication vulnerability affecting all currently supported versions of cPanel & WHM. This is an industry-wide issue, and we are taking immediate action to protect your environment while patches are released and verified. For full details from cPanel, see their official advisory: cPanel & WHM Security Update 04/28/2026. Resolution Update (April Read More >
How to Tell If a Website Is Secure: 2026 Browser Guide Updated on April 22, 2026 by Carrie Smaha The padlock icon most people learned to trust is gone from Chrome, and the signals browsers use today are subtler. This guide covers what actually confirms a site is secure in 2026, how to inspect a certificate in any major browser, what mixed content looks like, and the difference between a secure connection and a Read More >
How to Fix the PHP-FPM “server reached max_children” Error Updated on April 15, 2026 by Carrie Smaha The PHP-FPM “server reached max_children” warning is a common performance issue on VPS and dedicated servers using PHP-FPM (FastCGI Process Manager). It appears in the PHP-FPM error log when the pool has exhausted all available child processes and cannot handle new incoming PHP requests. This often results in slow page loads, 502/504 Gateway Timeout errors Read More >
How to Generate SSH Keys and Set Up SSH Key Authentication Updated on April 16, 2026 by Carrie Smaha Secure Shell (SSH) access grants you command-line interface (CLI) access to your web server. SSH key authentication provides a secure, passwordless way to connect to your Linux VPS or dedicated server. It replaces vulnerable password-based logins with a cryptographic key pair: a private key that stays on your local machine and a public key that Read More >
How InMotion Hosting Solved MySQL Memory Leaks at Scale with TCMalloc Updated on March 31, 2026 by Sam Page Our Tier 3 Systems Administration Technical Team Lead, Sean Combs, recently took on the challenge of solving this issue fleet-wide on InMotion Hosting’s servers. The solution transformed how we manage database memory allocation, and the results speak for themselves. The Memory Management Challenge MySQL and MariaDB are workhorses of the web hosting industry, powering countless Read More >
Using Backup Manager on Bare Metal Servers Updated on December 31, 2025 by Carrie Smaha The Backup Manager client allows you to create automated backups on bare metal dedicated servers. This guide covers installation, configuration, and restoration commands for managing your server backups. Note: Troubleshooting Bare Metal Servers is outside the scope of InMotion Hosting support. Please consult your operating system documentation for any issues. Operating System Requirements Before installing Read More >
How To Manage Databases in cPanel with phpMyAdmin Updated on December 31, 2025 by Carrie Smaha phpMyAdmin is a web-based tool for managing MySQL and MariaDB databases. While cPanel’s MySQL Databases tool handles creating databases and users, phpMyAdmin is where you work with the data itself: browsing tables, running queries, importing backups, and fixing corrupted records. This guide covers the phpMyAdmin interface, explains what each menu tab does, and walks through Read More >
How To Create a PHP Redirect (301, 302, and Dynamic Redirect Examples) Updated on December 9, 2025 by Carrie Smaha PHP redirects let you send users from one page to another using server-side code. In this tutorial, you’ll learn how to create 301 and 302 redirects in PHP, redirect after forms, enforce HTTPS, and handle conditional or dynamic redirects. It also covers common errors, testing methods, and best practices to keep your site fast, secure, and SEO-friendly.
How to Host AI-Prompt Generated Websites on Shared Hosting Updated on December 9, 2025 by Carrie Smaha You just asked ChatGPT or Claude to build you a website. It gave you pages of code like HTML, CSS, maybe some JavaScript. The website looks perfect when you test it on your computer. But now what? How do you get this code online so the world can actually see it? This guide walks you Read More >
How to Stop and Disable Firewalld Updated on December 9, 2025 by Derrell Firewalld is a lightweight Linux firewall, but sometimes you may need to stop or disable it. This guide explains when it’s safe to turn it off, how to stop or disable it with Systemd, and what to do on UFW-based systems. Since disabling a firewall leaves your server exposed, safer alternatives include adjusting rules, opening only needed ports, or using zones. Always re-enable protection or ensure another firewall layer is in place.
How to Fix the “550 No Such User Here” Email Error Updated on November 26, 2025 by Carrie Smaha Encountering a “550 No Such User Here” error when sending an email indicates that the recipient’s mail server cannot locate the specified email address. This frustrating issue can stem from various causes, each requiring a specific troubleshooting approach. This guide explains what triggers this error, how to identify the root cause, and the steps you Read More >
SSH Commands: The Practical Guide for Developers and Site Owners Updated on November 17, 2025 by Scott Mitchell SSH commands let you securely control your server right from the terminal. You can move between folders, manage files, check logs, and even automate tasks without using a control panel. This guide walks you through 17 essential SSH commands with clear examples and tips to keep your hosting environment fast, safe, and efficient.
How to Fix the 504 Gateway Timeout Error Updated on December 31, 2025 by Scott Mitchell A 504 gateway timeout occurs when a server waits too long for an upstream response, often caused by slow PHP scripts, database delays, or misaligned timeouts. For WordPress sites, fixing it involves checking logs, optimizing performance, tuning server limits, and ensuring adequate hosting capacity. Regular monitoring and scalable infrastructure prevent future timeouts and maintain uptime reliability, preserving both SEO and user trust.
Content Security Policy (CSP) Headers – Complete Reference Guide Updated on November 7, 2025 by Carrie Smaha Web security isn’t optional anymore. If you’re running a website in 2025, you absolutely need Content Security Policy headers configured. CSP is your first line of defense against cross-site scripting (XSS) attacks, code injection, and a host of other threats that can compromise your site and your users’ data. This guide walks you through everything Read More >
Troubleshooting: Fixing the “localhost Refused to Connect” Error Updated on December 31, 2025 by Derrell When localhost refuses to connect, your browser can’t reach the web server running on your local machine. Learn how to diagnose and fix this common development issue with our step-by-step troubleshooting guide.
How to Deploy Websites Generated by AI Builders on Your Server Updated on November 12, 2025 by Carrie Smaha AI website builders can spit out functional sites in minutes. Tools like Wix AI, TeleportHQ, and Framer generate clean HTML, CSS, and JavaScript based on simple prompts. But here’s the catch: most of these platforms want to lock you into their hosting ecosystem. You pay monthly, you follow their rules, and you’re stuck with whatever Read More >
Troubleshooting SSL Connection Errors: How to Fix HTTPS Issues Updated on April 22, 2026 by Nikki Thomas A single SSL connection error can send visitors running from your site. When browsers display “Your connection is not private,” it’s a threat to credibility, conversions, and search rankings. Most SSL errors stem from expired certificates, domain mismatches, or server misconfigurations. The good news? They’re fixable in minutes once you understand what’s happening. This guide walks you through the most common SSL connection errors, shows you exactly how to resolve them, and helps you prevent future issues so your business stays secure and trusted.