cPanel Beginner's Guide for Nepal Website Owners — 2026 Edition

A practical beginner's guide to cPanel for Nepal website owners in 2026 — covering file management, domains, email, databases, Softaculous one-click installs, backups, and security features explained clearly.

What Is cPanel?

cPanel is the control panel that comes with most shared hosting plans, including all HostingSewa hosting plans. It gives you a visual dashboard to manage everything about your hosting account — files, databases, email, domains, and more — without needing to use the command line.

If you have just bought hosting and logged into cPanel for the first time, this guide explains the most important sections and what you will actually use day to day.

How to Log In

You can access cPanel in two ways:

  • Go to yourdomain.com:2083 in your browser
  • Or log into the HostingSewa client area and click the cPanel Login button for your hosting account

Use the username and password provided in your hosting welcome email.

Files Section

File Manager is where your website files live. Your site's main folder is called public_html. Anything you put inside public_html is accessible at your domain. You can upload files, create folders, edit text files, and delete old files directly from the browser.

If you are uploading a WordPress site manually, upload the files into public_html. If you only have one site, all your files go directly in public_html — do not create a subfolder unless you want the site to be at yourdomain.com/subfolder.

Domains Section

Here you manage:

  • Addon Domains — add a second fully independent website under the same hosting account
  • Subdomains — create addresses like blog.yourdomain.com or shop.yourdomain.com
  • Redirects — send visitors from one URL to another (useful for old pages that have moved)
  • Zone Editor — manage DNS records like A, CNAME, MX, and TXT records

Email Section

The most used features here:

  • Email Accounts — create, delete, and manage email addresses
  • Forwarders — forward email from one address to another (e.g. send all emails from info@ to your personal Gmail)
  • Spam Filters — configure SpamAssassin to block unwanted email
  • Email Deliverability — set up SPF and DKIM records to prevent your emails going to spam
  • Autoresponders — set up automatic reply emails (e.g. "We have received your message and will respond within 24 hours")

Databases Section

WordPress and most CMS platforms store all their data in a MySQL database. Here you:

  • Create new databases and database users
  • Use phpMyAdmin to view and edit database contents directly — useful when you need to reset a WordPress admin password or fix a broken setting

When installing WordPress manually, you need to create a database, a database user, and assign the user to the database before running the WordPress installer.

Software Section — Softaculous

Softaculous is the one-click installer inside cPanel. It can install WordPress, Joomla, Drupal, Magento, and over 400 other applications in one click. For a standard WordPress site:

  1. Open Softaculous
  2. Click WordPress
  3. Click Install
  4. Fill in your site name, admin username, and password
  5. Click Install — done in under 2 minutes

Backups

The Backup Wizard lets you create a full backup of your website — files and databases — and download it to your computer. Do this before making any major changes to your site. HostingSewa also keeps server-side backups, but having your own copy is good practice.

For automatic backups, use the JetBackup tool available in cPanel. Schedule daily backups and keep at least 7 days of history.

Security Section

  • SSL/TLS — install a free Let's Encrypt SSL certificate so your site runs on HTTPS. HostingSewa installs SSL automatically, but you can manage it here
  • IP Blocker — block specific IP addresses from accessing your site
  • Hotlink Protection — stop other sites from directly linking to your images and using your bandwidth
  • ModSecurity — a web application firewall that blocks common attacks

Metrics and Logs

Awstats and Webalizer show you how many visitors came to your site, where they came from, and which pages they visited. These are basic analytics — for more detail, connect Google Analytics to your site.

The Error Logs section shows PHP and server errors. If your WordPress site shows a blank white page (white screen of death), check the error log first — it usually tells you exactly which file and line caused the problem.

Advertisement