# Getting Started with cPanel

> cPanel is the graphical dashboard that lets you manage every aspect of your Kualo hosting account, from files and databases to email and web applications.

Source: https://www.kualo.com/knowledgebase/cpanel-getting-started/getting-started-with-cpanel
Updated: 2026-06-11

---

cPanel is a graphical dashboard that lets you manage every aspect of your web hosting account, including files, databases, email, security settings, and web applications.

## How to log in to cPanel

Your login link, username, and password are in the welcome email we sent when you opened your account. You can usually reach cPanel at:

```
https://www.your-domain.com/cpanel
```

You can also log in directly through your MyKualo client area: go to **My Services** > **View Details** > **Login to cPanel**.

## The cPanel interface

Once logged in, you will see a screen similar to this:

![The cPanel interface](https://kb-cdn.kualo.com/1a/f8/1af8e85672814171841c252acb715fdf327565e2.png)

The interface is divided into four main areas:

**1 - Navigation bar** (top)

- Shows your currently active account information.
- Use the **Search Tools** box to quickly find any feature you need.
- Click the user icon to manage preferences such as your password, language, and contact information.
- Click the notification icon to view messages, warnings, and errors for your account.

**2 - Shortcuts** (left sidebar)

Quick links to commonly used areas, such as Tools and WordPress Management.

**3 - Find function**

Filter through all available features and jump straight to the one you need.

**4 - Features list**

All available features, grouped by type. You can also use the search box at the top to locate a specific feature quickly.

## How your website works

Your website is made up of files and directories, much like the Documents folder on your computer. The File Manager in cPanel gives you a clear view of this structure.

There are three key directories to know about:

- **/home/youruser/** - Your home directory. It contains all your files, but anything placed here directly is not visible on the internet. When you connect via FTP, Web Disk, or File Manager, you start here.
- **/home/youruser/public_ftp/** - Used for anonymous FTP access. Anyone can download files from this directory if anonymous FTP is enabled.
- **/home/youruser/public_html/** - This is where your website files live. Anything in this directory (or a subdirectory of it) is publicly accessible on the internet. Note that `/home/youruser/www/` points to the same location.

:::warning
Always place files you want visitors to see inside `public_html` or a subdirectory of it. Files placed directly in `/home/youruser/` are not publicly accessible.
:::

## Adding files to your site

You can add files to your site using the File Manager, Web Disk, or FTP.

### File Manager

The File Manager lets you upload, view, modify, and delete your website's files directly from cPanel. Access it from the cPanel home screen by clicking **File Manager**, or by typing "File Manager" in the search box.

![The cPanel File Manager interface](https://kb-cdn.kualo.com/8d/30/8d30773d58c003fdf7f1f48d5b47927bbd89f1c6.png)

Once inside, click **Upload** to add files to your site.

### Web Disk

Web Disk lets you manage, upload, and download your website's files as though they were stored locally on your computer. It is particularly useful if you need to move a large number of files or make frequent changes to your site.

<iframe src="https://www.youtube-nocookie.com/embed/C-gu8S828OU?rel=0&showinfo=0" width="640" height="480"></iframe>

### FTP accounts

FTP (File Transfer Protocol) lets you upload files to your site using a dedicated FTP client. To get started, create an FTP account in the **FTP Accounts** interface within cPanel, then connect using an FTP client that suits your operating system.

See our [FTP guide](/knowledgebase/ftp/what-is-ftp) for a full list of recommended clients and setup instructions.

<iframe src="https://www.youtube-nocookie.com/embed/3D8HnNLozZQ?rel=0&showinfo=0" width="640" height="480"></iframe>

## Email accounts

The **Email** section of cPanel lets you create and manage email accounts for your domain, set up forwarding, configure spam filtering, and more.

![The Email section in cPanel](https://kb-cdn.kualo.com/e9/39/e9390afc127dccddcace626d05f1c8a2563c520e.png)

Here is a summary of the key email features:

| Feature | What it does |
|---|---|
| [Email Accounts](/knowledgebase/cpanel-how-tos/how-to-create-an-email-account-in-cpanel) | Create, delete, and manage email accounts for your domain, including passwords and storage quotas. |
| [Forwarders](/knowledgebase/cpanel-how-tos/how-to-setup-email-forwarding-in-cpanel) | Send a copy of mail from one address to another. The original address still receives the mail. |
| MX Entry | Change your domain's MX records to control which server handles incoming mail. |
| [Autoresponders](/knowledgebase/cpanel-how-tos/how-to-setup-an-auto-responder-in-cpanel) | Automatically reply to incoming messages - useful for out-of-office notices or support queues. |
| [Default Address](/knowledgebase/cpanel-how-tos/how-to-set-your-default-address-in-cpanel) | Catches mail sent to any invalid address on your domain, or returns an error to the sender. |
| Mailing Lists | Send newsletters or updates to multiple recipients from a single address. |
| Track Delivery | View reports on email delivery attempts and trace message routes to diagnose issues. |
| [Global Email Filters](/knowledgebase/cpanel-how-tos/how-to-setup-email-filters-in-cpanel) | Create and test filters that apply to your main account. |
| Email Filters | Create per-user filters, processed after the main account filters. |
| Authentication | Enable SPF and DKIM to help prevent spam and stop spammers from forging your domain. |
| Address Importer | Import email addresses or forwarders from a CSV or XLS file. |
| Encryption | Manage GnuPG keys to encrypt outbound messages. Only the recipient with the matching private key can decrypt them. |
| Remote MX Wizard | Configure MX records and related settings for a third-party mail provider in a few clicks. |
| [Professional Spam Filter](/knowledgebase/email/getting-started-with-spamexperts) | Access the SpamExperts enterprise-grade spam filtering solution. |

**Further reading:**

- [How to create an email account in cPanel](/knowledgebase/cpanel-how-tos/how-to-create-an-email-account-in-cpanel)
- [How to set up email forwarding in cPanel](/knowledgebase/cpanel-how-tos/how-to-setup-email-forwarding-in-cpanel)
- [How to use webmail from within cPanel](/knowledgebase/cpanel-how-tos/how-to-use-webmail-from-within-cpanel)
- [How to install a script using Softaculous](/knowledgebase/web-app-installer-softaculous/how-to-install-a-script-using-softaculous)
- [How to use the SpamExperts spam filter](/knowledgebase/email/how-to-use-the-spamexperts-spam-filter)

## Managing domain names

The **Domains** section is where you add new domains, manage subdomains, set up aliases (parked domains), configure redirects, and edit DNS zone records.

![The Domains section in cPanel](https://kb-cdn.kualo.com/0d/ca/0dca044c6ef127eeafe6b1b8de2c066ec673ea52.png)

- [Addon Domains](/knowledgebase/cpanel-how-tos/how-to-create-an-addon-domain-in-cpanel): Add a fully functional additional domain to your hosting account (subject to your plan).
- [Subdomains](/knowledgebase/cpanel-how-tos/how-to-create-a-subdomain-in-cpanel): Create a subsection of your site accessible at an address like `blog.example.com`.
- Aliases: Make your website available from an additional domain name - for example, pointing `www.example.net` to `www.example.com`.
- [Redirects](/knowledgebase/cpanel-how-tos/how-to-setup-domain-redirects-in-cpanel): Automatically send visitors from one domain or page to another.
- Zone Editor: Create and edit DNS zone records, including A, CNAME, and MX records, to control how your domain resolves.

:::tip
The Simple Zone Editor and Advanced Zone Editor have been merged into a single **Zone Editor** tool in current versions of cPanel.
:::

## Using the app installer

Softaculous is an auto-installer that comes free with every Kualo [web hosting](https://www.kualo.com/webhosting) plan. It lets you install popular applications such as WordPress, Joomla, Drupal, and Magento with a single click.

To access it, log in to cPanel, find the **Software** section, and click **Softaculous Apps Installer**.

![The Software section in cPanel](https://kb-cdn.kualo.com/95/49/95493c0ea744a7f14b79cd1e548e0e925c86b97f.png)

For full details, see the [Softaculous getting started](/knowledgebase/web-app-installer-softaculous/getting-started-with-softaculous) article.

## Need more help?

If you have questions or need help with more advanced features, browse our knowledgebase or open a support ticket through your MyKualo client portal.


---

_Source: Kualo Knowledgebase — https://www.kualo.com/knowledgebase/cpanel-getting-started/getting-started-with-cpanel · © Kualo Ltd._
