cPanel Beginner's Guide
A visual walkthrough of cPanel for first-time users. Learn where everything is, what each section does, and how to manage your hosting account.
cPanel is the control panel that comes with GoZen Host shared and WordPress hosting plans. It’s where you manage your website files, databases, email accounts, domains, and server settings. Here’s a tour of everything you need to know.
Logging In
You’ll find your cPanel login details in your welcome email from GoZen Host. There are two ways to access it:
- Direct URL:
https://yourdomain.com:2083orhttps://yourdomain.com/cpanel - Client area: Log in at cp.gozenhost.com, find your hosting plan, and click cPanel
Use the username and password from your welcome email. If you’ve lost them, reset your cPanel password from the client area.
The cPanel Dashboard
When you log in, you’ll see a dashboard with sections organized by function. Here’s what each major section does:
Files
| Tool | What It Does |
|---|---|
| File Manager | Browse, upload, edit, and manage your website files directly in the browser |
| Backups | Download or restore full or partial backups of your account |
| Disk Usage | See which folders and databases are using the most space |
| FTP Accounts | Create SFTP/FTP accounts for file access from tools like FileZilla |
Most used: File Manager is where you’ll spend the most time. It’s faster than FTP for quick edits.
Databases
| Tool | What It Does |
|---|---|
| MySQL Databases | Create and manage databases and database users |
| phpMyAdmin | Visual interface to browse, edit, import, and export database tables |
WordPress stores all your posts, pages, settings, and user data in a MySQL database. If you ever need to fix something at the database level, phpMyAdmin is the tool.
Domains
| Tool | What It Does |
|---|---|
| Domains | Add addon domains and subdomains to your account |
| Zone Editor | Edit DNS records (A, CNAME, MX, TXT) for your domains |
| Redirects | Set up URL redirects (301 permanent, 302 temporary) |
See Hosting Multiple Websites on One Plan for details on addon domains.
| Tool | What It Does |
|---|---|
| Email Accounts | Create, manage, and delete email addresses for your domains |
| Forwarders | Forward emails from one address to another |
| MX Entry | Configure where email for your domain is delivered |
| Email Deliverability | Check SPF, DKIM, and DMARC records for your domain |
See Setting Up Professional Email and Email Authentication: SPF, DKIM & DMARC for setup guides.
Software
| Tool | What It Does |
|---|---|
| Softaculous Apps Installer | One-click install for WordPress, Joomla, and 400+ other apps |
| MultiPHP Manager | Switch PHP versions for each of your domains |
| MultiPHP INI Editor | Change PHP settings (memory limit, upload size, execution time) |
See Installing WordPress via cPanel for a step-by-step guide.
Security
| Tool | What It Does |
|---|---|
| SSL/TLS Status | View and manage SSL certificates for your domains |
| Two-Factor Authentication | Add 2FA to your cPanel login |
| IP Blocker | Block specific IP addresses from accessing your site |
| Hotlink Protection | Prevent other sites from embedding your images |
| Directory Privacy | Password-protect specific folders |
AutoSSL automatically provisions free SSL certificates for all your domains. See SSL Certificates for details.
Metrics
| Tool | What It Does |
|---|---|
| Visitors | Basic access logs showing who visited your site |
| Errors | Recent error log entries (useful for debugging) |
| Resource Usage | CPU, memory, and process usage graphs |
Resource Usage is critical for diagnosing slow sites. CloudLinux limits are enforced per-account, and this tool shows you whether you’re hitting them.
Advanced
| Tool | What It Does |
|---|---|
| Cron Jobs | Schedule commands to run at specific times (backups, cleanup scripts) |
| Terminal | Browser-based SSH terminal (if enabled by your plan) |
| Error Pages | Customize your 404, 500, and other error pages |
Common Tasks Quick Reference
Here’s where to go for the most common tasks:
| I want to… | Go to… |
|---|---|
| Upload a file | File Manager |
| Install WordPress | Softaculous |
| Create an email account | Email Accounts |
| Add another domain | Domains |
| Check my SSL certificate | SSL/TLS Status |
| Fix a slow site | Resource Usage |
| Export my database | phpMyAdmin |
| Change PHP version | MultiPHP Manager |
| Edit DNS records | Zone Editor |
| Set up a redirect | Redirects |
| Create a backup | Backups |
Tips for New Users
Use the Search Bar
cPanel has a lot of tools. Use the search bar at the top to find what you need quickly. Type “email” and it jumps straight to email tools.
Don’t Touch What You Don’t Understand
Some sections (like Apache Handlers, MIME Types, or Indexes) are for advanced users. If you’re not sure what something does, leave it alone. You won’t break anything by just looking, but changing settings you don’t understand can cause issues.
Bookmark phpMyAdmin
If you run WordPress, phpMyAdmin is your emergency tool. Lost admin access? You can reset passwords directly in the database. See Fix WordPress Login Issues.
Check Resource Usage Regularly
If your site feels slow, the first place to check is Metrics > Resource Usage. It shows whether you’re hitting CPU, memory, or I/O limits. If you’re consistently at the limit, it might be time to upgrade your plan.
cPanel vs Enhance
GoZen Host offers two control panels:
| Feature | cPanel | Enhance |
|---|---|---|
| Best for | Shared/WordPress hosting | Cloud hosting, VPS |
| Domain management | Addon domains | Per-site isolation |
| App installer | Softaculous (400+ apps) | Built-in (WordPress, Joomla) |
| Full email management | Built-in email management | |
| Backups | JetBackup or manual | Built-in snapshots |
| Server access | Limited (shared resources) | Full control (VPS) |
See Enhance Control Panel Guide for the Enhance equivalent.
Related Articles
Last updated 14 Apr 2026, 08:40 +0300.