Every shared and reseller plan at Omega Digital ships with cPanel. It is the same control panel used across millions of hosting accounts worldwide, which means you can carry your knowledge between hosts. This article orients you to the layout and highlights the features worth learning first.
Reaching cPanel
There are three URLs that all reach the same panel:
- · https://your-server.omdigital.cc:2083, the direct port, always works
- · https://yourdomain.com:2083, once DNS points at us and SSL is issued
- · https://yourdomain.com/cpanel, a friendly alias that redirects to the port above
Port 2083 is the SSL-protected port. Do not log in on port 2082 (plaintext) from a public network. We allow the encrypted port only by default.
The dashboard layout
cPanel groups tools into sections. The six you will interact with most often are Files, Databases, Domains, Email, Security, and Software. Each section has a search field; typing AutoSSL, phpMyAdmin, or Backup narrows the panel instantly. Memorize the search. It is faster than scrolling.
Five tools you will use every week
File Manager
Browse your account exactly like Finder or Explorer. public_html is the document root for your primary domain. Right-click to edit permissions, extract archives, or open the built-in code editor. For larger transfers, use SFTP. File Manager times out on very large uploads.
phpMyAdmin
Under the Databases section. Use it to run SQL queries, export schemas, and inspect data. Databases are created separately under MySQL Databases. The panel generates a prefixed name like cpaneluser_wp01.
SSL/TLS Status
Lists every domain on the account and the status of its certificate. Click Run AutoSSL to force-issue or renew Let's Encrypt certificates. This is where you go when a certificate has mysteriously stopped renewing.
Email Accounts
Create, delete, and reset mailboxes. The Connect Devices button on each mailbox shows the exact IMAP/SMTP settings for every major client.
Backup Wizard
Generate a full-account backup on demand. Useful before a risky change (plugin upgrade, PHP version bump) so you have a clean snapshot to restore from within the hour.
SSH access and terminal
Every Omega Digital account includes jailed SSH access. Add your public key under cPanel → SSH Access → Manage SSH Keys. Then connect with:
ssh -p 22 [email protected]
# Once in, you are chrooted to your home directory. You can:
ls -la public_html/
tail -f logs/error.log
wp core update # WP-CLI is pre-installed Common gotchas
- · Logging in with the wrong port. 2082 is blocked for security. Always use 2083.
- · Using File Manager for 500 MB+ uploads. Use SFTP; the browser upload will time out.
- · Editing PHP version site-wide when you only want it for one folder. Use MultiPHP Manager and scope to the domain.
- · Locking yourself out by enabling too-strict HotLink Protection. Add your own domain to the allow list first.
Still stuck?
Email [email protected] with your cPanel username and we will take a look.