Skip to content

cPanel

Files, PHP, Cron, FTP, and the panel you log into every day.

  1. A tour of the cPanel homeA tour of the cPanel homeThe cPanel home groups tools by job and includes a search box so you can open File Manager, email, SSL/TLS Status, and WP Toolkit without hunting icons.Updated Aug 29, 2026
  2. cPanel File Manager without breaking the sitecPanel File Manager without breaking the siteUse cPanel File Manager for one careful edit at a time. Show hidden files, copy before you replace, and avoid Windows encoding on wp-config.Updated Aug 29, 2026
  3. PHP versions, extensions, and MultiPHPPHP versions, extensions, and MultiPHPMultiPHP lets you set a different PHP version for each domain in cPanel. Use the INI editor for memory and uploads, and keep WordPress on 8.1 or newer.Updated Aug 29, 2026
  4. Cron jobs that do not email you 400 timesCron jobs that do not email you 400 timescPanel cron emails any stdout from your jobs. Redirect output to a log, disable wp-cron when needed, and run wp-cron.php from crontab so schedules stay reliable without inbox…Updated Aug 29, 2026
  5. Addon domains, aliases, and subdomainsAddon domains, aliases, and subdomainsAn addon domain is a separate site with its own folder. An alias shares the same files as an existing site. A subdomain uses its own directory under…Updated Aug 29, 2026
  6. FTP vs SFTP vs File ManagerFTP vs SFTP vs File ManagerSFTP encrypts file transfers over SSH, FTP does not, and File Manager works over HTTPS in cPanel. Prefer SFTP for tools, jail temporary users to one folder, and…Updated Aug 29, 2026
  7. .htaccess you can still undo.htaccess you can still undoLiteSpeed reads Apache-compatible .htaccess rules. Back up to .htaccess.bak before edits, and rename the file to undo a 500 from a rewrite loop.Updated Aug 29, 2026
  8. Directory privacy and hotlink protectionDirectory privacy and hotlink protectionDirectory Privacy adds a password prompt to a folder in cPanel. Hotlink protection stops other sites from embedding your images when you allowlist your own domains and CDN.Updated Aug 29, 2026
  9. Terminal and SSH from cPanelTerminal and SSH from cPanelcPanel SSH is a jailed account shell, not root. Enable keys under SSH Access, then use Terminal or a real client to run tools like WP-CLI inside your…Updated Aug 29, 2026
  10. Hardening a cPanel accountHardening a cPanel accountHarden a cPanel account with unique passwords, 2FA, revocable API tokens, tight file permissions, and tested JetBackup restores. Imunify helps, but login hygiene still comes first.Updated Aug 29, 2026
  11. How to restore a file from JetBackupHow to restore a file from JetBackupUse JetBackup in cPanel to restore one file, a database, or the full account from a daily backup. Pick the date before the mistake so you keep newer…Updated Aug 29, 2026
  12. MultiPHP INI vs php.ini vs .user.iniMultiPHP INI vs php.ini vs .user.iniOn cPanel shared hosting, MultiPHP INI sets PHP limits. A php.ini in public_html is usually ignored; .user.ini only helps for some per-directory overrides.Updated Aug 29, 2026
  13. Using Git in cPanel without wrecking WordPressUsing Git in cPanel without wrecking WordPressUse cPanel Git with WordPress by deploying to a chosen path and branch, not inside a live wp-content tree. Keep uploads and wp-config out of the repo so…Updated Aug 29, 2026
  14. Error pages and the 500 that is not PHPError pages and the 500 that is not PHPAn HTTP 500 is a server error. On this stack it is often .htaccess, permissions, or a LiteSpeed rule rather than a PHP fatal, so check the error…Updated Aug 29, 2026
  15. Disk usage: where the gigabytes actually wentDisk usage: where the gigabytes actually wentcPanel disk usage usually points to mail, logs, and backups—not your CMS files. Start with Disk Usage, confirm the large folders, then clear trash and logs before touching…Updated Aug 29, 2026
  16. Imunify360 hits: false positive vs realImunify360 hits: false positive vs realImunify360 hits can be real malware or false positives. Read the file path, treat PHP in uploads as hostile, and do not restore quarantined files blindly.Updated Aug 29, 2026
  17. Redirects in cPanel vs .htaccessRedirects in cPanel vs .htaccesscPanel redirects and .htaccess share one rewrite layer. Manage 301 and 302 moves in a single place so WordPress or a CDN cannot create a loop.Updated Aug 29, 2026
  18. How to change the primary domainHow to change the primary domainThe primary domain is your account’s main site name and default document root. On shared hosting, changing it needs a support ticket; an alias or addon domain is…Updated Aug 29, 2026
  19. Two-factor on cPanel without locking yourself outTwo-factor on cPanel without locking yourself outTurn on cPanel 2FA with a TOTP app after you store recovery codes in a password manager. Keep a second device ready so a lost phone does not…Updated Aug 29, 2026
  20. Download a full cPanel backup you can actually restoreDownload a full cPanel backup you can actually restoreA full cPanel backup is one archive of your account that you download off the server. Verify the tar opens on your computer before you need a restore.Updated Aug 29, 2026
  21. Enable PHP 8.4 in cPanel MultiPHPEnable PHP 8.4 in cPanel MultiPHPYou enable PHP 8.4 in cPanel MultiPHP Manager one domain at a time. Confirm with phpinfo, align CLI for cron, and roll back if a plugin is not…Updated Aug 29, 2026