Installing WordPress
One-click WordPress install through Softaculous, plus first-steps.
One-click install
- Open the hosting panel from your dashboard.
- Scroll to Softaculous Apps Installer → WordPress.
- Click Install Now.
- Pick the protocol: https://.
- Leave the domain alone (it’s already
yourname.zizbe.com). - Leave In Directory blank to install at the root, or set it to
blogif you want WordPress at/blog. - Set an admin username, password, and email. Do not use ‘admin’.
- Click Install. After about 30 seconds you will get a confirmation with the WP admin URL.
First-steps checklist
- Log into
/wp-adminand change your display name (it leaks via the REST API). - Settings → Permalinks → pick Post name. Save.
- Settings → Discussion → require accounts for comments, or disable comments entirely.
- Plugins → delete Hello Dolly and Akismet if you don’t plan to use them.
- Users → turn off pingbacks (Settings → Discussion).
Performance tips
- Use a caching plugin (WP Super Cache or W3 Total Cache).
- Keep plugin count low. Each plugin runs on every request.
- Do not install themes you do not use. They can still be reached through the file system.