How to Set Up DKIM, SPF, and DMARC in cPanel for Better Email Deliverability

How to Set Up DKIM, SPF, and DMARC in cPanel for Better Email Deliverability

Email deliverability can make or break your online communication. You can craft the perfect message, but if it lands in a spam folder — or gets rejected outright — your effort was wasted. That’s where email authentication protocols come in. DKIM, SPF, and DMARC are three DNS-based standards that tell receiving mail servers that your email is legitimate and not forged by a spammer.

cPanel provides built-in tools for configuring all three. This guide walks through each protocol, how to set them up from your cPanel dashboard, and how to verify everything is working.

Read more

A Complete Guide to ModSecurity and WAF Configuration in cPanel

If your cPanel-hosted website has ever been compromised, defaced, or used to distribute malware, you know how devastating a security breach can be. Hackers routinely scan for vulnerable applications, outdated plugins, and weak configurations. Fortunately, cPanel includes a powerful first line of defense that many site owners underutilize: ModSecurity and the integrated Web Application Firewall (WAF). Configuring these tools correctly can block the vast majority of common attacks before they ever reach your application code.

ModSecurity is an open-source web application firewall engine that integrates directly with the Apache web server. cPanel provides a user-friendly interface to manage ModSecurity rules, toggle protections, and create custom rule exclusions. This guide walks you through enabling ModSecurity, understanding the rule sets, whitelisting false positives, and monitoring blocked traffic — so you can harden your server without breaking your site’s functionality.

Read more

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