> ## 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.

# cPanel

> Your Noxity hosting dashboard. Files, email, databases, domains, security, and software all in one place.

cPanel is the dashboard for your Noxity web hosting account. From one screen you can upload files, set up email, install WordPress, manage databases, and check who's visiting your site.

<Frame caption="The cPanel home page on a Noxity hosting account">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/noxity/images/cpanel/cpanel-home-light.png" alt="cPanel home with all section groups and the right-side sidebar" className="block dark:hidden" />

  <img src="https://mintlify.s3.us-west-1.amazonaws.com/noxity/images/cpanel/cpanel-home-dark.png" alt="cPanel home with all section groups and the right-side sidebar" className="hidden dark:block" />
</Frame>

## Open cPanel

Three ways to get in. Try them in order.

<Steps>
  <Step title="Direct URL (the easy one)">
    Open `https://cpanel.yourdomain.com` in your browser. Log in with the cPanel username and password from your welcome email.

    This is the one to bookmark.
  </Step>

  <Step title="cPanel Finder (if the direct URL fails)">
    On a brand-new domain, DNS sometimes hasn't propagated yet and `cpanel.yourdomain.com` won't resolve. Go to [cpanelfinder.noxity.io](https://cpanelfinder.noxity.io), type your domain in, and we'll point you at the right server.
  </Step>

  <Step title="From your billing panel (always works)">
    Open the [Members Area](https://members.noxity.io), pick your hosting service, and click **Login to cPanel**. This works even if your domain isn't pointing anywhere yet.
  </Step>
</Steps>

<Tip>
  Know your server's hostname? It looks like `<something>.web.systeminterface.net`. Open `https://<something>.web.systeminterface.net:2083` to skip every redirect.
</Tip>

## What you can do in cPanel

<CardGroup cols={2}>
  <Card title="File Management" icon="cabinet-filing" href="/web-hosting/cpanel/file-management/file-management-example">
    Upload, edit, and back up your site files. File Manager, Web Disk, and JetBackup all live here.
  </Card>

  <Card title="Email Management" icon="envelopes" href="/web-hosting/cpanel/email-management/email-management-example">
    Create email addresses, forward mail, and tune the SpamExperts and MailChannels filters.
  </Card>

  <Card title="Database Management" icon="database" href="/web-hosting/cpanel/database-management/database-management-example">
    Create MySQL databases and edit them through phpMyAdmin.
  </Card>

  <Card title="Domain Management" icon="galaxy" href="/web-hosting/cpanel/domain-management/dns/dns-example">
    Point domains at your account, edit DNS records, add subdomains.
  </Card>

  <Card title="Metrics & Analytics" icon="chart-mixed" href="/web-hosting/cpanel/metrics-analytics/awstats/awstats-example">
    See who's visiting, what's using bandwidth, and where errors happen.
  </Card>

  <Card title="Security Settings" icon="tower-observation" href="/web-hosting/cpanel/security-settings/ssh-keys/ssh-keys-example">
    SSH keys, free SSL certificates, and Imunify360 antivirus.
  </Card>

  <Card title="Software" icon="computer" href="/web-hosting/cpanel/software/softaculous/softaculous-example">
    One-click installs for WordPress, Joomla, Drupal, and 400+ other apps via Softaculous.
  </Card>

  <Card title="Advanced Settings" icon="screwdriver-wrench" href="/web-hosting/cpanel/advanced-settings/cron-jobs/cron-jobs-example">
    Schedule cron jobs and pick a PHP version.
  </Card>
</CardGroup>

## Common starting points

When you first get into cPanel, these are the pages people open:

<CardGroup cols={2}>
  <Card title="Install WordPress" icon="wordpress" href="/web-hosting/application-hosting/cms/wordpress/wordpress-example">
    Five clicks through Softaculous.
  </Card>

  <Card title="Set up an email address" icon="at" href="/web-hosting/cpanel/email-management/email-management-example">
    Create your first mailbox at `you@yourdomain.com`.
  </Card>

  <Card title="Restore a backup" icon="shield-check" href="/web-hosting/cpanel/file-management/jetbackup">
    JetBackup snapshots are nightly and one-click.
  </Card>

  <Card title="Add an SSL certificate" icon="lock" href="/web-hosting/cpanel/security-settings/ssl-certificates/ssl-certificates-example">
    Free Let's Encrypt SSL is automatic on every plan.
  </Card>
</CardGroup>

## Reading the cPanel sidebar

When you're inside cPanel, the right sidebar gives you a snapshot of your account. Worth knowing what each field means.

<Frame caption="cPanel right sidebar: General Information and Statistics">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/noxity/images/cpanel/sidebar-light.png" alt="cPanel right sidebar showing user info and account statistics" className="block dark:hidden" />

  <img src="https://mintlify.s3.us-west-1.amazonaws.com/noxity/images/cpanel/sidebar-dark.png" alt="cPanel right sidebar showing user info and account statistics" className="hidden dark:block" />
</Frame>

### General Information

| Field                 | What it tells you                                                    |
| --------------------- | -------------------------------------------------------------------- |
| Current User          | Your cPanel username                                                 |
| Primary Domain        | The main domain on this account                                      |
| SSL Certificate       | Status of AutoSSL on the primary domain. **Active** is what you want |
| Shared IP Address     | The IPv4 address your server uses                                    |
| Home Directory        | Where your files live on the server                                  |
| Last Login IP Address | Where you (or someone with your password) logged in from last        |
| User Analytics ID     | Anonymized cPanel telemetry ID. Off by default                       |
| Theme                 | The cPanel UI theme. We ship `jupiter`                               |

### Statistics: account size

These count toward your plan's limits.

| Field               | What it counts                                      |
| ------------------- | --------------------------------------------------- |
| Disk Usage          | Total storage used by your files                    |
| Database Disk Usage | Storage used by MySQL and MariaDB databases         |
| Inodes              | Number of files and folders. Higher tiers have more |
| Bandwidth           | Monthly data transferred out of your site           |
| Addon Domains       | Secondary sites hosted under this account           |
| Subdomains          | Sub-sections of your existing domains               |
| Alias Domains       | Parked domains pointing at the primary site         |
| Email Accounts      | Mailboxes you've created                            |
| Databases           | MySQL and MariaDB databases                         |

### Statistics: server load

These reflect what your account is doing right now.

| Field                 | What it means                                   |
| --------------------- | ----------------------------------------------- |
| CPU Usage             | Percentage of your CPU quota currently consumed |
| Entry Processes       | Concurrent PHP requests in flight               |
| Physical Memory Usage | RAM consumed by your processes                  |
| IOPS                  | Disk operations per second                      |
| I/O Usage             | Disk read and write throughput                  |
| Number of Processes   | Currently-running processes on your account     |

When any of these go red, your site is hitting plan limits. Either reduce load (cache better, fewer plugins, fewer simultaneous visitors) or upgrade your plan.

## Features depend on your plan

Most of cPanel works the same on every Noxity plan. A small group of developer-focused tools unlocks as you move up.

| Feature                           | Basic | Standard | Power |
| --------------------------------- | :---: | :------: | :---: |
| API Tokens                        |       |     ✓    |   ✓   |
| SSH Access & Terminal             |       |     ✓    |   ✓   |
| Application Manager               |       |          |   ✓   |
| Setup Node.js / Python / Ruby App |       |          |   ✓   |
| PostgreSQL + phpPgAdmin           |       |          |   ✓   |
| Ruby on Rails / RubyGems          |       |          |   ✓   |
| API Shell (for developers)        |       |          |   ✓   |
| MCP server                        |       |          |   ✓   |

If a tool from this guide is missing on your account, you're on a tier that doesn't include it. See [noxity.io/web-hosting](https://noxity.io/web-hosting) for the plan comparison or upgrade through the [Members Area](https://members.noxity.io).

## 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>
