How to Create a Subdomain in cPanel

A subdomain is a prefix you add to a domain to create a separate space — forum.example.com, blog.example.com, shop.example.com. We did this with cPanel in 2012; in 2026 the basics are the same with modern DNS alternatives layered in.

Original post (2012, translated):

Want to add a subdomain to your site, or wondering what a subdomain even is?

A subdomain is a word added before a domain. For example my senininternetin.com. Adding forum. gives me forum.senininternetin.com — a separate space I can use for different content.

You can also reach it via senininternetin.com/forum. There’s an SEO angle too: if you want to rank for “webmaster”, a webmaster.senininternetin.com subdomain with webmaster content helps because keywords in the domain matter.

cPanel Walkthrough (Still Valid)

  1. Log in to cPanel. Usually yoursite.com/cpanel or port :2083.
  2. DomainsSubdomains.
  3. Subdomain: type the prefix (e.g. forum).
  4. Domain: pick your main domain from the dropdown.
  5. Document Root: cPanel suggests public_html/forum — leave it.
  6. Click Create.
  7. DNS propagation: 5 minutes to 24 hours.

Modern Alternatives in 2026

cPanel is still the most common panel, but the field expanded:

  • DirectAdmin: cPanel-like, lower licensing cost.
  • Plesk: Microsoft/Linux friendly, modern UI.
  • Hostinger / SiteGround panels: custom panels, subdomain in two clicks.
  • Cloudflare DNS: hosting-independent subdomains via CNAME, can point to Vercel/Netlify/anywhere.
  • Vercel / Netlify / Cloudflare Pages: bind subdomain at deploy time, zero cPanel.
2026 note: On modern stacks (Next.js, Astro, Hugo) sites run from static deployments, not traditional hosting. A subdomain is usually just a CNAME record on Cloudflare DNS — live in 5 seconds, free, automatic certificate.

Subdomain or Subfolder?

2012 SEO wisdom said “subdomains are treated as separate sites”. In 2026 Google treats them almost the same, but:

  • Subdomain: for a distinctly different product or content category (shop.example.com, docs.example.com).
  • Subfolder (example.com/shop): part of the same site, accumulates SEO authority.
  • In most cases subfolders win. Pick a subdomain only for technical reasons.

SSL / HTTPS

In 2012 a subdomain SSL cost ~$50/yr. In 2026:

  • Let’s Encrypt is default in every modern panel — free, automatic.
  • cPanel AutoSSL: certificate provisioned automatically within ~15 minutes.
  • Cloudflare: covered automatically by Universal SSL.

Leave A Comment

Your email address will not be published. Required fields are marked *