When you sign up for a shared hosting plan, one of the first things you will encounter is cPanel. It is the industry-standard control panel used by millions of hosting customers worldwide, and for good reason - it takes complicated server management tasks and makes them accessible through a clean, well-organized web interface. Whether you want to set up email, install WordPress, manage files, or create a database, cPanel is where you do it. This tutorial will get you comfortable with the basics.
How to Access cPanel
After you sign up with dotCanada, you will receive a welcome email containing your cPanel login credentials. You can access your control panel in one of two ways:
- Direct URL: Navigate to
yourdomain.ca:2083in your browser (oryourdomain.ca/cpanel) - Hosting dashboard: Log in to your dotCanada account and click the "Go to cPanel" button from your hosting dashboard
Use the username and password from your welcome email to log in. Once inside, you will see the main cPanel home screen, which organizes tools into sections.
Understanding the cPanel Layout
The cPanel home page is divided into sections, each containing icons that link to specific tools. The most important sections for beginners are:
- Files - File Manager, Disk Usage, Backups
- Databases - MySQL Databases, phpMyAdmin
- Email - Email Accounts, Forwarders, Autoresponders, Spam Filters
- Domains - Addon Domains, Subdomains, Redirects, Zone Editor
- Software - Softaculous Apps Installer (for WordPress and other platforms)
- Security - SSL/TLS, Hotlink Protection, IP Blocker
- Metrics - Visitors, Errors, Bandwidth
At the top of the screen you will find a search bar - this is extremely useful once you know the name of the tool you are looking for.
Managing Your Files with File Manager
The File Manager is a browser-based file explorer that lets you view, upload, edit, move, and delete files on your hosting account. To use it:
- Click File Manager under the Files section
- Navigate to the
public_htmlfolder - this is your website's root directory - Use the toolbar at the top to upload files, create new folders, or edit existing files
The public_html folder is where your website lives. Any file you place here is publicly accessible via your domain. If you install WordPress, all of its files will be in this folder.
Tip: You can edit text files (like wp-config.php or .htaccess) directly in File Manager by right-clicking and selecting Edit. Always keep a backup before making changes.
Setting Up Email Accounts
One of the most popular features in cPanel is the ability to create professional email accounts using your own domain. Here is how:
- Click Email Accounts under the Email section
- Click Create
- Enter your desired username (e.g.,
hello,info,support) - Set a strong password
- Set a mailbox storage quota
- Click Create
Your new email account is ready immediately. You can check your mail through the Webmail link in cPanel, or configure it in an email client like Outlook, Apple Mail, or Thunderbird using IMAP/POP3 settings.
Installing WordPress with One Click
cPanel includes the Softaculous auto-installer, which lets you install WordPress (and dozens of other applications) in just a few minutes without touching a single line of code.
- Click Softaculous Apps Installer under the Software section
- Click on WordPress
- Click Install Now
- Fill in your site name, admin username, and admin password
- Click Install
That is it. Softaculous will set up the database, configure all the files, and give you a link to your new WordPress site and admin dashboard.
Keeping Your Account Secure
A few security habits to build from the start:
- Use a strong, unique password for cPanel and change it if you ever suspect it has been compromised
- Enable two-factor authentication (2FA) - find this under Security > Two-Factor Authentication
- Check your SSL status regularly under Security > SSL/TLS Status
- Review your disk usage periodically so you are not caught off guard
Getting Help
If you ever get stuck, cPanel has built-in documentation links next to most features. You can also reach the dotCanada support team any time - our Canadian-based team is here to help you get the most out of your hosting account. As you spend more time in cPanel, navigating it will become second nature, and you will wonder how you ever managed a website without it.

