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:

  1. Direct URL: https://yourdomain.com:2083 or https://yourdomain.com/cpanel
  2. 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

ToolWhat It Does
File ManagerBrowse, upload, edit, and manage your website files directly in the browser
BackupsDownload or restore full or partial backups of your account
Disk UsageSee which folders and databases are using the most space
FTP AccountsCreate 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

ToolWhat It Does
MySQL DatabasesCreate and manage databases and database users
phpMyAdminVisual 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

ToolWhat It Does
DomainsAdd addon domains and subdomains to your account
Zone EditorEdit DNS records (A, CNAME, MX, TXT) for your domains
RedirectsSet up URL redirects (301 permanent, 302 temporary)

See Hosting Multiple Websites on One Plan for details on addon domains.

Email

ToolWhat It Does
Email AccountsCreate, manage, and delete email addresses for your domains
ForwardersForward emails from one address to another
MX EntryConfigure where email for your domain is delivered
Email DeliverabilityCheck SPF, DKIM, and DMARC records for your domain

See Setting Up Professional Email and Email Authentication: SPF, DKIM & DMARC for setup guides.

Software

ToolWhat It Does
Softaculous Apps InstallerOne-click install for WordPress, Joomla, and 400+ other apps
MultiPHP ManagerSwitch PHP versions for each of your domains
MultiPHP INI EditorChange PHP settings (memory limit, upload size, execution time)

See Installing WordPress via cPanel for a step-by-step guide.

Security

ToolWhat It Does
SSL/TLS StatusView and manage SSL certificates for your domains
Two-Factor AuthenticationAdd 2FA to your cPanel login
IP BlockerBlock specific IP addresses from accessing your site
Hotlink ProtectionPrevent other sites from embedding your images
Directory PrivacyPassword-protect specific folders

AutoSSL automatically provisions free SSL certificates for all your domains. See SSL Certificates for details.

Metrics

ToolWhat It Does
VisitorsBasic access logs showing who visited your site
ErrorsRecent error log entries (useful for debugging)
Resource UsageCPU, 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

ToolWhat It Does
Cron JobsSchedule commands to run at specific times (backups, cleanup scripts)
TerminalBrowser-based SSH terminal (if enabled by your plan)
Error PagesCustomize 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 fileFile Manager
Install WordPressSoftaculous
Create an email accountEmail Accounts
Add another domainDomains
Check my SSL certificateSSL/TLS Status
Fix a slow siteResource Usage
Export my databasephpMyAdmin
Change PHP versionMultiPHP Manager
Edit DNS recordsZone Editor
Set up a redirectRedirects
Create a backupBackups

Tips for New Users

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:

FeaturecPanelEnhance
Best forShared/WordPress hostingCloud hosting, VPS
Domain managementAddon domainsPer-site isolation
App installerSoftaculous (400+ apps)Built-in (WordPress, Joomla)
EmailFull email managementBuilt-in email management
BackupsJetBackup or manualBuilt-in snapshots
Server accessLimited (shared resources)Full control (VPS)

See Enhance Control Panel Guide for the Enhance equivalent.

Last updated 14 Apr 2026, 08:40 +0300. history

Was this page helpful?