> ## Documentation Index
> Fetch the complete documentation index at: https://help.noxity.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Run cron jobs, manage LiteSpeed and Redis caches, edit error pages, scan for viruses, and reach a browser-based terminal.

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.

<Frame caption="cPanel home → Advanced">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/noxity/images/cpanel/advanced/section-light.png" alt="Advanced section in cPanel home with all tool icons" className="block dark:hidden" />

  <img src="https://mintlify.s3.us-west-1.amazonaws.com/noxity/images/cpanel/advanced/section-dark.png" alt="Advanced section in cPanel home with all tool icons" className="hidden dark:block" />
</Frame>

## Caching

<CardGroup cols={2}>
  <Card title="LiteSpeed Redis Cache Manager" icon="database" href="/web-hosting/cpanel/advanced/litespeed-redis-cache-manager">
    Object cache for WordPress and other PHP apps. Pairs with LSCache for WordPress.
  </Card>

  <Card title="LiteSpeed Web Cache Manager" icon="bolt" href="/web-hosting/cpanel/advanced/litespeed-web-cache-manager">
    Install and manage the LSCache plugin on every WordPress site in this account.
  </Card>
</CardGroup>

## Scheduling and shell

<CardGroup cols={2}>
  <Card title="Cron Jobs" icon="calendar-clock" href="/web-hosting/cpanel/advanced/cron-jobs">
    Run shell commands and PHP scripts on a recurring schedule.
  </Card>

  <Card title="Terminal" icon="terminal" href="/web-hosting/cpanel/advanced/terminal">
    Browser-based shell access. The same shell you'd get over SSH.
  </Card>
</CardGroup>

## Server tools

<CardGroup cols={2}>
  <Card title="Track DNS" icon="compass" href="/web-hosting/cpanel/advanced/track-dns">
    Look up DNS records or trace where a hostname resolves.
  </Card>

  <Card title="Virus Scanner" icon="shield-virus" href="/web-hosting/cpanel/advanced/virus-scanner">
    Run ClamAV against your home, web, FTP, or mail.
  </Card>
</CardGroup>

## Web server config

<CardGroup cols={2}>
  <Card title="Indexes" icon="list-tree" href="/web-hosting/cpanel/advanced/indexes">
    Control directory listings for folders without an `index` file.
  </Card>

  <Card title="Error Pages" icon="triangle-exclamation" href="/web-hosting/cpanel/advanced/error-pages">
    Customize the page visitors see for 404, 500, and other HTTP errors.
  </Card>

  <Card title="Apache Handlers" icon="feather" href="/web-hosting/cpanel/advanced/apache-handlers">
    Map file extensions to specific Apache handlers. Rarely needed.
  </Card>

  <Card title="MIME Types" icon="file-code" href="/web-hosting/cpanel/advanced/mime-types">
    Map file extensions to content types. Rarely needed.
  </Card>
</CardGroup>

## Common starting points

<CardGroup cols={2}>
  <Card title="My WordPress is slow, can I add object caching?" icon="database" href="/web-hosting/cpanel/advanced/litespeed-redis-cache-manager">
    Enable Redis here, then point the LSCache plugin at the socket.
  </Card>

  <Card title="I need to run a script every 15 minutes" icon="calendar-clock" href="/web-hosting/cpanel/advanced/cron-jobs">
    Add a cron job with the right schedule preset.
  </Card>

  <Card title="My site shows the default ugly 404" icon="triangle-exclamation" href="/web-hosting/cpanel/advanced/error-pages">
    Point Error Pages at the code you want to customize and write the HTML.
  </Card>

  <Card title="I just need a quick shell to fix a permission" icon="terminal" href="/web-hosting/cpanel/advanced/terminal">
    Pop the Terminal open from the cPanel home.
  </Card>
</CardGroup>

## Need a hand?

<CardGroup cols={2}>
  <Card title="Open a ticket" icon="life-ring" href="https://members.noxity.io/submitticket.php">
    Best for anything that needs an account check or a config change on our end.
  </Card>

  <Card title="Live chat" icon="messages" href="https://noxity.io/contact">
    Faster for quick questions during business hours.
  </Card>
</CardGroup>
