Skip to main content
The Advanced section is the catch-all for everything that didn’t fit a tidier category. Some tools you’ll touch monthly (Cron Jobs, LiteSpeed Cache). Most you’ll touch once and forget.
Advanced section in cPanel home with all tool icons

Caching

LiteSpeed Redis Cache Manager

Object cache for WordPress and other PHP apps. Pairs with LSCache for WordPress.

LiteSpeed Web Cache Manager

Install and manage the LSCache plugin on every WordPress site in this account.

Scheduling and shell

Cron Jobs

Run shell commands and PHP scripts on a recurring schedule.

Terminal

Browser-based shell access. The same shell you’d get over SSH.

Server tools

Track DNS

Look up DNS records or trace where a hostname resolves.

Virus Scanner

Run ClamAV against your home, web, FTP, or mail.

Web server config

Indexes

Control directory listings for folders without an index file.

Error Pages

Customize the page visitors see for 404, 500, and other HTTP errors.

Apache Handlers

Map file extensions to specific Apache handlers. Rarely needed.

MIME Types

Map file extensions to content types. Rarely needed.

Common starting points

My WordPress is slow, can I add object caching?

Enable Redis here, then point the LSCache plugin at the socket.

I need to run a script every 15 minutes

Add a cron job with the right schedule preset.

My site shows the default ugly 404

Point Error Pages at the code you want to customize and write the HTML.

I just need a quick shell to fix a permission

Pop the Terminal open from the cPanel home.

Need a hand?