By AldoMedia · August 2026
What is cPanel? The short answer
cPanel is the control panel for a hosting account. It is a website you log into to manage another website: the one you pay to host. Everything the account owns sits behind it: the files, the mailboxes, the databases, the certificate behind the padlock, the backups, and often the domain's DNS records. What it does not hold is your content. You manage the ground the page stands on, not the page. If that split is still fuzzy, read domain name vs web hosting and then the hosting guide.
What you are looking at when you log in
The panel is a screen of small tools in groups, and far more of them than you need. It was never built for you specifically: it serves every customer a host has, from a one-page site to a developer running several applications, which is why most of what you see is aimed at somebody else. Accounts like these usually sit on a shared hosting plan, and the panel is where you see what your slice of the server is doing. Hosts rearrange it between versions too, so instructions you find online rarely match your screen. Search for a tool by name.
The areas you will actually use
Five areas cover almost every honest reason to be in there, and backups get a section of their own below. What matters is what each is for, not where the icon sits.
The file manager
The actual site: the folders and files a visitor's browser receives. Its value is looking rather than editing. When somebody says a file was uploaded and the page still does not show it, this settles the argument.
Email accounts
Where mailboxes on your own domain are created and given passwords. One caution: this screen only matters if your mail is hosted here. If your business email is on Microsoft 365 or another provider, the mailboxes live there, and making one here creates a second empty mailbox competing with the real one.
Databases
If your site runs on WordPress or anything like it, the text of your pages and your settings live here. Files alone are half a website. There is nothing to do here by hand: the usual reason to open it is that somebody moving the site asked for the database name and user.
The SSL section
Where you can see whether the certificate covering your domain is current. Most hosts issue and renew these automatically, so the correct action is normally none. Open it when a browser warns visitors, and see SSL certificates explained for what a padlock proves.
The DNS zone editor
Where the records pointing your domain at services are edited, if they are held here at all. That condition matters: if your nameservers point elsewhere, records changed in this panel are ignored. DNS management covers what each record does and how to tell who holds yours.
Where things live
| Where it lives | Worth knowing | |
|---|---|---|
| Replace one file | The file manager | Fine for one. For a whole site, use FTP |
| Create name@yourbusiness.com | The email accounts area | Only if your mail is hosted here |
| Read mail in a browser | Webmail | Shows if a fault is the mailbox or the app |
| Copy the whole account | The backup area | Download it. A copy on the server is not a backup |
| Check HTTPS is working | The SSL section | Automatic on most hosts |
| Point the domain elsewhere | The DNS zone editor | Ignored unless your nameservers point here |
Names vary between hosts and versions, so treat this as what to search for rather than what you will see.
The parts that look alarming, and are not for you
Most of the panel is infrastructure. Recognising these means you can stop worrying about them:
- Cron jobs. Tasks the server runs on a schedule. Your site may depend on one, so do not remove entries you did not create.
- PHP version settings. Which version of the language runs your site. Changing it can take the site down in a second, so it belongs to whoever maintains the site.
- Error logs, terminal access and file permissions. Developer tools. Nothing is broken just because a log line says "error".
- Application installers. One-click setup for software. Handy once, at the start. Installing a second copy of WordPress over a working site is an expensive mistake.
If you cannot say what a tool does in one sentence, it is not the tool that will fix your problem.
The one screen that matters most
If you learn one part of the panel, make it the backup area. Everything else is convenience. The backup is the only screen that hands you something you can walk away with.
Two warnings. A copy that lives only on the same server is not a backup, because it shares the server's fate. And a backup nobody has restored is a hope rather than a plan, which is why our guide to website backups that actually restore spends most of its length on testing one.
cPanel is not your website
This is the confusion that causes the most trouble. "Logging into my website" means at least three different things, with very different consequences.
The control panel login
Full authority over the hosting account: files, databases, mailboxes, certificates, backups. Somebody holding this can delete the site, read every message and lock you out. Treat it like online banking.
The website's own admin login
Authority over content only: pages, images, posts, products. Somebody holding this can embarrass you, but the files and mailboxes are not theirs, and a backup undoes their work.
The mailbox password and the billing account are two more, all separate. That is why a password reset so often fixes nothing: it gets done on whichever login the person could remember, which is rarely the one holding the thing that is actually wrong. It is why our support centre asks which one you mean.
cPanel is not WordPress either
The same confusion in different clothes. WordPress, or any content management system, is the room you decorate. cPanel is the building it sits in. You would write a blog post in WordPress, never in the control panel.
A heuristic that holds up: if the thing you want to change is something a visitor can see, it is almost certainly in the CMS, not the control panel. Go to cPanel when the change is about the account rather than the content. On WordPress itself, our WordPress security checklist is a better use of an hour.
The buttons that do not ask twice
Software you use daily gives you an undo. Server software mostly does not. Several ordinary-looking buttons here are permanent:
- Deleting an email account deletes the mail stored in it. No trash folder is waiting.
- Deleting a database removes the content of a CMS site while leaving the files, which is why the site then shows an error instead of disappearing.
- Deleting a folder in the file manager is immediate.
- Changing where the account points its main site can take a working site offline while every file sits there untouched.
The golden rule: take a backup you have downloaded before you change anything you do not understand, then change one thing at a time.
If you have never been given the login
This is common, it is not your fault, and it is fixable. Plenty of businesses have a website built for them and never receive the keys. The control panel login is one of four separate accounts behind a site, and it is the one worth chasing first, because it is the login that proves who really holds the hosting: whoever can open it can copy, move or delete the lot. The panel-specific step, once you are in, is to take a full backup and download it that same day, before you explore anything.
Working out who holds what is a whole subject of its own, covered in taking over a website you did not set up. If you get stuck, tell us where you got to. Untangling an account is routine work.
When to leave it alone
Most weeks the correct number of times to open your control panel is zero. A well-run site gives you four honest reasons to log in: to take a backup, to add or remove a mailbox, to check a certificate when a browser complains, and to hand access to somebody who needs it. Anything else deserves a question before it gets a click. If you are changing hosts, the website migration checklist matters more than this page does.