Installing WordPress on cPanel: One-Click, Manual, and What Comes After
WordPress powers over 40 percent of the web, and installing it on cPanel hosting takes ten minutes the easy way. Here are both methods, plus the post-install checklist most tutorials skip, which is where sites actually become professional.
Method 1: Softaculous (use this one)
- In cPanel, open Softaculous Apps Installer and choose WordPress.
- Pick your domain, leave the directory field empty (filling it with "wp" is the classic mistake that puts your site at yourdomain.com/wp).
- Set your site name, admin username (anything but "admin"), a genuinely strong password, and your real email, since this is where password resets go.
- Install. Softaculous creates the database, user and files automatically, and emails you the details.
Your site is live at your domain, admin at /wp-admin. That is genuinely all.
Method 2: Manual (for understanding or unusual setups)
- Download WordPress from wordpress.org, upload the zip to public_html via File Manager, extract, and move the contents of the wordpress folder up one level.
- In MySQL Databases: create a database, create a user with a strong password, add the user to the database with all privileges. Note all three names.
- Visit your domain; the installer asks for those database details, then your site details. Done in five screens.
Manual installs teach you what Softaculous automates, which pays off the first time you debug a broken site.
The post-install checklist (do all seven)
- Settings, Permalinks: choose Post name. Clean URLs for readers and search engines; the default is neither.
- Force HTTPS: your host issued free SSL; make WordPress use it site-wide (both WordPress Address and Site Address as https://, or one toggle in LiteSpeed Cache).
- Delete the default content: Hello World post, sample page, and every pre-installed plugin you will not use.
- Timezone and language: Settings, General. Kathmandu is +5:45, and scheduled posts publish on time only if this is right.
- Discussion settings: unless you want comment spam as a hobby, require moderation.
- Install the essentials only: a cache plugin (LiteSpeed Cache on WebsNP hosting), an SEO plugin, a backup plugin. Three, not thirty.
- Log in weekly for updates, or enable auto-updates for minor versions. Outdated WordPress is how sites get hacked; it is nearly the whole story.
Fast NVMe Shared Hosting from WebsNP
LiteSpeed-powered shared hosting with NVMe SSD storage, free SSL, free daily backups, one-click WordPress and support that actually replies. Pay in NPR (eSewa, Khalti, bank transfer) or USD.
See Shared Hosting PlansCommon first-day problems
Site shows the hosting placeholder: DNS has not propagated yet or you installed into a subdirectory. White screen after installing a theme: rename that theme's folder via File Manager and WordPress falls back to default. Cannot receive the admin email: check spam, and verify the address you typed. Every one of these is five minutes with the File Manager knowledge you now have.