How to Create and Manage Addon Domains in cPanel: A Step-by-Step Guide

If you host multiple websites, you need more than parked domains or subdomains — you need addon domains. An addon domain allows you to host a completely separate website under a different domain name, all within the same cPanel account. Think of it as a virtual hosting compartment: different content, different files, but sharing the same hosting plan resources.

cPanel’s Addon Domains feature is one of the most commonly used tools for resellers, developers, and site owners who manage multiple projects from a single control panel. This guide walks through everything from creating your first addon domain to troubleshooting the most common pitfalls, so you can expand your web presence without expanding your hosting bill.

Read more

How to Set Up and Manage Cron Jobs in cPanel: A Complete Automation Guide

If you manage a website through cPanel, you’ve likely seen the Cron Jobs icon in the Advanced section of your dashboard. Cron jobs are one of the most powerful yet underutilized features in cPanel — they let you automate repetitive server tasks so you don’t have to run them manually. Whether you need to send scheduled email digests, rotate logs, run database cleanup scripts, or check for broken links, cron jobs handle it all on autopilot.

This guide covers everything you need to know about setting up and managing cron jobs in cPanel. You’ll learn the syntax, how to choose the right schedule, common use cases, and troubleshooting tips to keep your automation running smoothly.

Read more

How to Create and Manage MySQL Databases in cPanel: A Complete Guide

If you run a WordPress site, a custom PHP application, or any dynamic website on a cPanel server, your content, user data, and configuration settings live inside MySQL or MariaDB databases. Knowing how to create, manage, and secure these databases from within cPanel is one of the most fundamental skills a site owner can develop.

cPanel’s MySQL management tools — MySQL Databases and phpMyAdmin — give you full control over database creation, user permissions, and direct table queries without needing command-line access. In this guide, you will learn how to create databases and users, assign privileges, import and export data, and follow security best practices to keep your database layer hardened.

Read more

How to Fix 403 Forbidden and 500 Internal Server Errors in cPanel

Few things are more frustrating than opening your website only to see a blank page with “403 Forbidden” or “500 Internal Server Error.” These errors can stop your business cold — visitors can’t reach you, emails may fail, and if you’re running an ecommerce site, every minute of downtime costs revenue. The good news is that most 403 and 500 errors in cPanel are fixable without needing to contact your hosting provider.

In this guide, we’ll walk through the most common causes of 403 Forbidden and 500 Internal Server errors on cPanel-based hosting, and show you exactly how to diagnose and resolve each one. Whether you’re a site owner or a sysadmin, these troubleshooting steps will get your site back online quickly.

Read more

How to Set Up Automatic Backups in cPanel: A Complete Guide

Managing website backups is one of those tasks that everyone knows they should do but far too many put off until it’s too late. If you’re running a cPanel server, you already have a powerful backup system built right into the control panel. The trick is knowing how to configure it properly so your data is protected without wasting disk space or causing performance issues.

This guide walks through every backup option available in cPanel — from the built-in Backup Wizard to full account snapshots and automated third-party integrations. You’ll learn how to set up a backup schedule that actually fits your workflow and how to restore your site when you need it most.

Read more

How to Fix AutoSSL Errors in cPanel: A Step-by-Step Troubleshooting Guide

If you manage websites on a cPanel server, you have probably encountered AutoSSL at some point. AutoSSL is cPanel’s automated mechanism for provisioning and renewing free SSL certificates—typically from Let’s Encrypt or cPanel’s built-in Comodo certificate authority. It runs on a daily schedule and attempts to secure every domain and subdomain on the server. When it works, it eliminates the hassle of manual certificate renewals. When it breaks, however, the result can be a confusing wall of warnings in your cPanel interface and, worse, browser security errors for your visitors.

The most common AutoSSL failures include certificates that never provision, domains stuck in “pending validation,” mixed-content warnings after installation, or the dreaded “AutoSSL is currently unavailable” message. Each of these failures has a root cause—often related to DNS propagation, cPanel user permissions, or server-level configuration issues. In this guide, you will learn how to diagnose the most common AutoSSL errors and resolve them without needing to escalate to your hosting provider.

Read more

How to Compress, Extract, and Transfer Files Using cPanel File Manager

Managing website files efficiently is a core responsibility for any site owner or sysadmin. While FTP clients and command-line tools like rsync or scp are popular choices, cPanel’s built-in File Manager offers a browser-based alternative that eliminates the need for additional software, firewall rules for FTP ports, or SSH access. Whether you need to upload a theme, edit a configuration file, compress a backup, or transfer files between directories, the File Manager handles it all through an intuitive graphical interface.

In this guide, you’ll learn how to navigate cPanel File Manager, perform bulk file operations using the built-in compression and extraction tools, set proper file permissions, and transfer files between accounts or servers—all without leaving your browser.

Read more

How to Integrate a CDN with cPanel: Cloudflare, Bunny CDN, and Performance Best Practices

Delivering fast-loading websites to a global audience is one of the biggest challenges site owners face. Even with a well-tuned server, geographic distance between your visitors and your hosting data center introduces latency that slows down every page load. A Content Delivery Network (CDN) solves this problem by caching your site’s static assets across a distributed network of edge servers. When integrated with cPanel, a CDN can dramatically reduce load times, decrease server resource usage, and improve your site’s resilience under traffic spikes. This guide walks through the practical steps to integrate Cloudflare, Bunny CDN, and other popular providers with your cPanel server.

Read more

How to Optimize PHP Performance in cPanel: Switching Versions, Tuning PHP-FPM, and Enabling OpCache

If your cPanel-hosted site feels sluggish, the PHP configuration is one of the first places to look. Modern PHP versions deliver major speed improvements, and cPanel provides direct control over which PHP version your site runs, how it processes requests, and which caching layers are active. Fine-tuning these settings can reduce page load times by 30–50% without touching a line of application code.

This guide walks through the three most impactful PHP performance levers in cPanel: switching to a modern PHP version, optimizing PHP-FPM pool settings, and enabling OpCache for script caching. Each section includes step-by-step instructions for the cPanel interface and, where applicable, the equivalent WHM configuration for resellers and server administrators.

Read more