If you have just signed up for a web hosting account, you have almost certainly been given access to cPanel. Short for "control panel," cPanel is the most widely used hosting management interface in the world. It provides a graphical, web-based dashboard that lets you manage every aspect of your hosting account without needing to know command-line server administration.

This guide walks through the most important sections of cPanel and explains what each tool does, so you can manage your website, email and databases with confidence even if you have never used a hosting control panel before.

Logging In to cPanel

When your hosting account is set up, you will receive an email containing your cPanel login details. This typically includes a URL, a username and a password. The login URL is usually in one of these formats:

  • yourdomain.com/cpanel
  • yourdomain.com:2083
  • A direct IP address provided by your host

Enter the URL in your web browser, type in your username and password, and you will be taken to the cPanel dashboard. The dashboard is organised into sections, each containing related tools. The layout may vary slightly between hosting providers, but the core tools are the same everywhere cPanel is used.

The Files Section

The Files section contains tools for managing the files that make up your website.

File Manager

The File Manager is a browser-based tool that lets you upload, download, create, edit, rename, move and delete files and folders on your hosting account. It works much like the file explorer on your computer, but it is managing files on the web server.

Your website files should be placed in the public_html directory. This is the root directory of your website — any file placed here will be accessible through your domain name. For example, if you place a file called about.html in public_html, it will be available at yourdomain.com/about.html.

The File Manager is useful for quick edits, such as changing a line of text in an HTML file or updating a configuration file. For uploading large numbers of files, FTP is generally more efficient.

FTP Accounts

FTP (File Transfer Protocol) is the traditional method for uploading website files to a server. The FTP Accounts tool lets you create additional FTP logins for other people, such as a web developer, and restrict each account to a specific directory for security.

To connect via FTP, you will need an FTP client application such as FileZilla (available free for Windows, Mac and Linux). Use your domain name as the host, your cPanel username and password as the login credentials, and port 21.

Disk Usage

This tool shows you how much disk space your account is using and where that space is being consumed. It breaks down usage by directory, email accounts and databases, which is helpful if you are approaching your plan's disk space limit and need to identify large files to remove or archive.

The Email Section

Managing email is one of the most common reasons people log in to cPanel. The email tools let you create and manage professional email addresses on your domain.

Email Accounts

This is where you create new email addresses like [email protected] or [email protected]. For each account, you set a password and choose a mailbox quota (the amount of disk space allocated to that email address). Once created, the account can receive and send email immediately.

Webmail

Webmail lets you access your email through a web browser without installing any software. cPanel typically offers multiple webmail interfaces. Webmail is convenient when you are away from your main computer or need to check email quickly from a mobile device.

Forwarders

Email forwarders automatically redirect incoming messages from one address to another. For example, you might forward [email protected] to your personal Gmail address, so all sales enquiries arrive in your existing inbox. You can set up forwarders without creating a full email account.

Autoresponders

Autoresponders send an automatic reply to anyone who emails a specific address. They are useful for holiday notices ("Thank you for your email. We are currently out of the office and will respond on Monday.") or for confirming receipt of enquiries.

Spam Filters

cPanel includes SpamAssassin, a powerful spam filtering tool that analyses incoming email and marks suspicious messages as spam. You can adjust the sensitivity threshold and create custom filters to block or redirect unwanted email.

The Databases Section

If your website uses a content management system like WordPress, Joomla or Drupal, or if you have built a custom web application, you will need a database to store your content.

MySQL Databases

This tool lets you create new databases, create database users, and assign users to databases with specific permissions. The process is straightforward: create a database, create a user with a strong password, and then add the user to the database.

You will need the database name, username and password when installing web applications or configuring your website's database connection.

phpMyAdmin

phpMyAdmin is a web-based database management tool that lets you interact directly with your MySQL databases. You can browse tables, run SQL queries, import and export data, and manage database structure. It is an essential tool for database administration and troubleshooting.

phpMyAdmin is particularly useful when you need to import a database backup, export your data for safekeeping, or make direct changes to your website's database content.

The Domains Section

The Domains section contains tools for managing domain names and subdomains associated with your hosting account.

Subdomains

A subdomain is a prefix added to your domain name, such as blog.yourdomain.ie or shop.yourdomain.com. Each subdomain can point to a different directory on your server, effectively creating a separate section of your website with its own content.

Redirects

The Redirects tool lets you set up URL redirections. For example, you might redirect an old page URL to a new one, or redirect your domain with "www" to the version without it (or vice versa). Redirects can be temporary (302) or permanent (301).

The Metrics Section

Understanding your website traffic helps you make informed decisions about content, marketing and hosting resources.

Visitors and Statistics

cPanel provides built-in tools that analyse your web server logs and present traffic data in readable reports. You can see information such as the number of visitors, which pages are most popular, where your traffic comes from, which search terms people used to find your site, and how much bandwidth is being consumed.

These statistics tools are not as detailed as dedicated analytics platforms, but they provide a useful overview directly from your server logs without requiring any additional code on your website.

Error Logs

The Error Log viewer shows recent errors that have occurred on your website. This is invaluable for troubleshooting problems such as broken pages, missing files or PHP errors. If something on your site is not working correctly, the error log is usually the first place to look for clues.

The Security Section

Password-Protected Directories

This tool lets you restrict access to specific folders on your website by requiring a username and password. It is useful for creating private areas such as client portals, document repositories or staging environments that you do not want the general public to access.

IP Blocker

If you notice suspicious activity from a specific IP address, you can use the IP Blocker to deny access from that address. This is a basic but effective security measure against individual bad actors or bots that are causing problems.

Backups

The Backup tools in cPanel allow you to download a full or partial backup of your hosting account. A full backup includes all your files, databases, email accounts and settings. You can also download individual backups of your home directory, databases or email forwarders and filters.

Regular backups are essential. While your hosting provider may perform server-level backups, having your own copies of your data means you can restore your site quickly if something goes wrong, whether it is accidental deletion, a hacking incident or a failed update.

We recommend downloading a full backup at least once a month, and more frequently if you update your site regularly.

Tips for Getting the Most from cPanel

  • Change your password regularly: Use a strong, unique password for your cPanel account and update it every few months.
  • Check disk usage periodically: Keep an eye on your disk space and bandwidth usage to ensure you are not approaching your plan limits.
  • Download regular backups: Do not rely solely on your host for backups. Keep your own copies stored safely.
  • Review error logs when troubleshooting: Before contacting support about a website problem, check the error log for clues.
  • Use the search function: cPanel has a search bar at the top of the dashboard. If you cannot find a tool, type its name in the search box.

cPanel is included with every Web Hosting Ireland plan. From our Starter package at EUR 50 per year to our Business plan at EUR 210, every account comes with full cPanel access. View our hosting plans.

More Articles