Reference guide · migration-hosting · Published 2026-08-15 · 3 min read
The hosting control panel, a map of the things inside
Hosting control panel basics: the file manager, database tools, mail and DNS sections explained, and how to stay safe in each.
- ·The panel sections
- ·Mail and DNS live here too
- ·Where things break
A control panel is a folder of web tools
Hosting control panels (cPanel, Plesk, and the various branded dashboards) all expose the same core sections under slightly different names. Learn to find those sections once per provider and the panel stops being a wall of bloat. This guide uses "panel" for all of them.
The sections that matter
| Section | What lives there | Typical task |
|---|---|---|
| File Manager | The website's files on the server | Upload, edit, delete, permission fixes |
| Domains / Subdomains | The hosted domain names and paths | Add a domain, point a subdomain at a folder |
| Databases | MySQL/MariaDB creation and phpMyAdmin | Create/repair a database, import a dump |
| Mail / Email accounts | Mailboxes, forwarders, SPF toggles | Create a mailbox, fix a spam issue |
| SSL/TLS | Certificate install and auto-grant | Enable https, reissue a certificate |
| Backups | Snapshots and downloads | Take and restore a backup |
| Metrics / Error logs | Visitor, server and error logs | Read PHP or server errors |
| Cron jobs | Scheduled tasks | Schedule a cache clear or a job |
The two panels that trap people
- DNS: in the panel it is usually under Domains or a "DNS Zone" link. Editing it takes effect on the nameserver that serves the zone, so a change here is exactly the DNS moves topic.
- Mail: most people think of the panel as web-only. The Mail section holds MX records, SPF toggles and the mailbox list; a "site is up but email fails" issue lands here before anywhere else.
Finding your way when something breaks
Use the symptoms to jump to the panel section, not to click randomly:
| Symptom | Section |
|---|---|
| Error 500 white screen | Error logs (Metrics) then File Manager |
| "Site not loading" but DNS ok | Metrics / error logs, then the process/cpu screen |
| Broken pages after file upload | File Manager, check permissions and paths |
| Email not sending / landing in spam | Mail: SPF, MX and DMARC |
| Disk full errors | Metrics (disk usage) then Backups |
Each of those rows has a dedicated article in this corpus: the 500, the white screen, the disk full and the site down guides. The panel is where they point you to click.
Safety rules in any panel
- Backups are the undo button. Take one before deleting anything.
- The root causes of most panel accidents are edits to the wrong environment (staging vs live) and wrong record (A record vs MX). Read the staging to live guide before touching the live environment.
- Password, email and ACL hygiene: a panel password on a shared machine is a domain-wide risk, and the same user-auditing habit that applies to Search Console access applies to panel accounts.