Back

A Tour of cPanel for First-Time Users

7 min readUpdated Aug 2026
Share:

cPanel presents about sixty icons on first login, which is intimidating and unnecessary. In practice you will use six or seven of them regularly and can safely ignore the rest until you have a reason.

This is a map of what matters.

Logging in

Your welcome email has the cPanel URL, username and a temporary password. Change that password immediately under Preferences → Password & Security — this account can read and write every file on your site.

While you are there, enable two-factor authentication. It takes a minute and it is the single most effective thing you can do to protect the account.

The sidebar tells you where you stand

Before the icons, look at the General Information and Statistics panel on the right. It shows disk usage, bandwidth, and how many websites, mailboxes and databases you are using against your plan's limits.

When something stops working — a mailbox that will not accept mail, an upload that fails — this panel usually explains why.

The tools you will actually use

Files → File Manager

Your website's files. Everything public lives in `public_html` — a file at public_html/about.html is served at yourdomain.com/about.html, and your homepage must be index.html or index.php.

Use it to upload, edit, compress and download. It is also where you go to rename a plugin folder when a plugin has locked you out of WordPress.

Files → JetBackup

Daily off-site restore points. You can restore the full account, just the files, just a database, or a single file — which is what you want when one update broke one thing.

Look at this before you need it, not during an emergency.

Databases → phpMyAdmin

Direct access to your databases. Necessary for imports, exports and repairs.

Take an export before changing anything here. There is no undo, and a wrong query in phpMyAdmin is how sites are lost.

Email → Email Accounts

Create and manage mailboxes on your domain. Our guide to creating a business email covers doing it properly.

Email → Email Deliverability

Shows whether SPF and DKIM are correct, with a Repair button that fixes most problems automatically. If your mail goes to spam, start here.

Domains → Zone Editor

Your DNS records — where your site and email are pointed. Powerful and easy to break; screenshot the zone before editing. Our DNS guide explains each record type.

Security → SSL/TLS Status

Run AutoSSL here to issue free certificates for your domain and subdomains. Green ticks mean HTTPS is working.

Software → Softaculous Apps Installer

One-click installs for WordPress and 400+ other applications. See our WordPress install guide.

Metrics → Visitors and Errors

Visitors shows real traffic — useful for telling humans apart from bots when the site is slow. Errors shows recent server errors, which is often faster than guessing.

Resource Usage

CPU, memory, entry processes and I/O over the last 24 hours against your limits. The first place to look when the site is slow or throwing 508 errors.

Tools to leave alone for now

Not dangerous, just easy to misuse before you need them:

  • Cron Jobs — scheduled commands. Only if something tells you to add one
  • Terminal / SSH — command-line access
  • MultiPHP Manager — changing PHP versions can break a site instantly
  • IP Blocker — easy to lock yourself out with
  • Indexes, Redirects, Hotlink Protection — useful later, not on day one

A sensible first-week checklist

1. Change the cPanel password and enable 2FA 2. Confirm your domain resolves and the site loads 3. Run AutoSSL and check the padlock appears 4. Create your business email addresses 5. Check Email Deliverability shows green for SPF and DKIM 6. Open JetBackup so you know where restore points live 7. Install LiteSpeed Cache if you are running WordPress

That covers everything most sites ever need.

If you cannot find something

cPanel has a search box at the top. Typing "email" or "ssl" filters the icons instantly and is faster than hunting through sections.

And if you genuinely cannot find it, message us on WhatsApp. "Where do I…" is a perfectly reasonable question and we would rather answer it than have you guess in phpMyAdmin.

Related articles

Was this article helpful?

Still stuck?

Our support team is available 24/7.

Open a ticket