> For the complete documentation index, see [llms.txt](https://learn.sitecove.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.sitecove.com/how-to-guides/web-hosting/control-panel-and-server-management/cpanel-guide-how-to-navigate-and-use-it.md).

# cPanel Guide: How to Navigate & Use It

#### Introduction <a href="#introduction" id="introduction"></a>

cPanel is one of the most popular web hosting control panels, offering an intuitive interface for managing your website, email accounts, databases, and more. Whether you're a beginner or an experienced user, knowing how to navigate and utilize cPanel effectively can greatly improve your web hosting experience. This guide will walk you through the essential sections and features of cPanel to help you get started.

#### Step 1: Logging into cPanel <a href="#step-1-logging-into-cpanel" id="step-1-logging-into-cpanel"></a>

To access your cPanel account:

1. Open your web browser and go to one of the following URLs:&#x20;
   * `https://yourdomain.com/cpanel`
   * `https://yourhost.com/cpanel`
   * `https://yourdomain.com:2083`
2. Enter your cPanel username and password.
3. Click **Log In** to access the cPanel dashboard.

If you’ve forgotten your login credentials, use the **Forgot Password** option or contact your hosting provider for assistance.

#### Step 2: Navigating the cPanel Dashboard <a href="#step-2-navigating-the-cpanel-dashboard" id="step-2-navigating-the-cpanel-dashboard"></a>

Once logged in, you’ll see the cPanel dashboard, which consists of multiple sections categorized for easy access. Here are the main sections you need to know:

#### 1. **Files Section** <a href="#id-1-files-section" id="id-1-files-section"></a>

* **File Manager**: Allows you to upload, edit, and manage your website files.
* **Images**: Manage and optimize image files.
* **FTP Accounts**: Set up and manage FTP users for file transfers.
* **Backup**: Create and restore backups of your website files and databases.

#### 2. **Databases Section** <a href="#id-2-databases-section" id="id-2-databases-section"></a>

* **MySQL Databases**: Create and manage MySQL databases.
* **phpMyAdmin**: Provides a web-based interface to manage database tables, run queries, and export/import data.
* **MySQL Database Wizard**: Simplifies database creation and user management.

#### 3. **Domains Section** <a href="#id-3-domains-section" id="id-3-domains-section"></a>

* **Addon Domains**: Allows you to host multiple domains on one hosting account.
* **Subdomains**: Create subdomains like `blog.yourdomain.com`.
* **Aliases (Parked Domains)**: Point multiple domain names to the same website.
* **Redirects**: Redirect one domain to another URL.

#### 4. **Email Section** <a href="#id-4-email-section" id="id-4-email-section"></a>

* **Email Accounts**: Create and manage email addresses.
* **Forwarders**: Automatically forward emails to another address.
* **Autoresponders**: Set up automatic email replies.
* **Spam Filters**: Manage spam protection settings.

#### 5. **Metrics Section** <a href="#id-5-metrics-section" id="id-5-metrics-section"></a>

* **Visitors**: See recent traffic statistics for your website.
* **Errors**: Check error logs for troubleshooting website issues.
* Bandwidth: Monitor your website's data usage.

#### 6. **Security Section** <a href="#id-6-security-section" id="id-6-security-section"></a>

* **SSL/TLS**: Manage SSL certificates to enable HTTPS security.
* **IP Blocker**: Restrict access from specific IP addresses.
* **Leech Protection**: Prevent unauthorized access to restricted directories.

#### 7. **Software Section** <a href="#id-7-software-section" id="id-7-software-section"></a>

* **Softaculous App Installer**: Install popular applications like WordPress, Joomla, and Drupal.
* **PHP Version Selector**: Manage and update your PHP version.
* **Perl Modules**: Install and manage Perl scripts.

#### 8. **Advanced Section** <a href="#id-8-advanced-section" id="id-8-advanced-section"></a>

* **Cron Jobs**: Automate scheduled tasks.
* Apache **Handlers**: Customize how Apache handles file types.
* **Error Pages**: Customize 404, 500, and other error pages.

#### Step 3: Managing Files with File Manager <a href="#step-3-managing-files-with-file-manager" id="step-3-managing-files-with-file-manager"></a>

The **File Manager** is a powerful tool within cPanel that allows you to manage your website files directly from the browser. To use it:

1. Click **File Manager** under the Files section.
2. Navigate to the `public_html` folder, which is the root directory of your website.
3. Upload, delete, or edit files as needed.
4. Use the built-in code editor to modify scripts and configuration files.

#### Step 4: Setting Up Email Accounts <a href="#step-4-setting-up-email-accounts" id="step-4-setting-up-email-accounts"></a>

To create an email account:

1. Click **Email Accounts** under the Email section.
2. Click **Create** and enter your desired email address and password.
3. Choose the storage limit and click **Create**.
4. Access your email through Webmail or set up an email client like Outlook or Thunderbird.

#### Step 5: Installing WordPress Using Softaculous <a href="#step-5-installing-wordpress-using-softaculous" id="step-5-installing-wordpress-using-softaculous"></a>

If you want to install WordPress, follow these steps:

1. Scroll to the **Software** section and click **Softaculous App Installer**.
2. Select **WordPress** and click **Install Now**.
3. Fill in the necessary details such as site name, admin username, and password.
4. Click **Install**, and within minutes, WordPress will be set up.

#### Conclusion <a href="#conclusion" id="conclusion"></a>

cPanel is a powerful tool that simplifies website and server management. By familiarizing yourself with its sections and features, you can efficiently manage your hosting environment. Whether you need to update files, create databases, set up emails, or install software, cPanel provides an easy-to-use interface for all your web hosting needs. If you run into any issues, consult your hosting provider’s support team for assistance.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.sitecove.com/how-to-guides/web-hosting/control-panel-and-server-management/cpanel-guide-how-to-navigate-and-use-it.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
