HomeCommunity & Content › Step‑by‑Step: Installing MyBB on a Hostinger Shared Plan

Step‑by‑Step: Installing MyBB on a Hostinger Shared Plan

Updated 2026-07-20 · Hosting Reviews

Hosting Reviews is reader-supported. This page contains affiliate links to Hostinger; we may earn a commission if you sign up through them — at no extra cost to you.

If you want to build a Forum & Community Site without breaking the bank, the fastest route is to install MyBB on Hostinger shared hosting. MyBB is free, lightweight, and perfect for growing discussions, while Hostinger’s shared plans give you the speed and support you need at a price that fits a startup budget.

What You Need Before You Start

Optional but recommended: a free SSL certificate (Hostinger provides it automatically) and a backup plugin to protect your data.

Deal alert
Get Forum & Community Site online
Build an online community or forum — the hosting that handles traffic plus the software to run discussions and groups.
Build Your Community on Hostinger →

Choosing the Right Hosting Plan

For a brand‑new forum, a shared plan is usually enough. It costs roughly $3‑$15/month depending on the promo you catch, and you get:

If you expect rapid growth—say, more than 10,000 active members—you might later upgrade to a cloud or VPS plan. Those start around $15‑$30/month and give you dedicated resources, but they also require more server‑management knowledge.

Step‑by‑Step: Install MyBB on Hostinger Shared Hosting

  1. Sign up for a Hostinger shared plan. During registration you can grab a free domain for the first year. Choose the plan that offers at least 2 GB SSD and the “unlimited” bandwidth option.
  2. Activate your domain. In Hostinger’s hPanel, go to Domains → Add‑on Domains and point the domain to your shared account. DNS changes may take up to 24 hours, but usually finish within an hour.
  3. Upload MyBB files. Download the MyBB zip, extract it on your computer, then use FileZilla to upload the entire folder to public_html. If you prefer the web UI, use the File Manager’s “Upload” button and unzip the archive there.
  4. Create a MySQL database. In hPanel, open Databases → MySQL Databases. Create a new database, a user, and note the database name, username, and password. Keep this info handy for the installer.
  5. Run the installer. Open your browser and navigate to http://yourdomain.com. MyBB’s installer will launch automatically. Follow the wizard:
    • Enter the database details you just created.
    • Set an admin username, password, and email.
    • Choose a board name and default language.
    The script will write a inc/config.php file and set up the tables.
  6. Secure the installation. After the wizard finishes, delete the install folder via FTP or the File Manager. This prevents anyone from rerunning the installer.
  7. Enable SSL. Hostinger provides a free Let’s Encrypt certificate. In hPanel go to SSL → Free SSL and click “Install”. Once active, force HTTPS by adding RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] to your .htaccess file.
  8. Configure basic settings. Log in to the MyBB admin panel (/admin) and:
    • Set a default theme that’s mobile‑responsive.
    • Enable the built‑in spam filter and reCAPTCHA for registrations.
    • Adjust “Posts per page” and “Threads per page” to balance load.
  9. Test and launch. Create a test user, post a few topics, and verify that pages load quickly (under 2 seconds on a typical broadband connection). If you notice lag, enable caching plugins or consider moving to a higher‑tier Hostinger plan.

That’s it—your MyBB forum is live and ready for members.

Speed, Security, and Ongoing Maintenance

Even on a shared plan, you can keep your community fast and safe:

When traffic spikes—perhaps after a popular post or a community event—monitor CPU usage in hPanel. If you consistently hit the shared limits, upgrade to Hostinger’s cloud plan (starting around $15/month) for dedicated resources.

Cost Overview and When to Upgrade

Starting costs are modest:

If you add premium extensions, expect an extra $5‑$10/month for licensing. Renewal rates on Hostinger are higher than the introductory price, so budget for the full rate after the first term.

Upgrade triggers:

At that point, moving to a cloud or VPS plan keeps performance smooth without migrating your forum data.

FAQ

Do I need any coding skills to install MyBB on Hostinger?

No. The process uses a web installer and simple FTP uploads. Basic familiarity with file managers and database creation is enough.

Can I run multiple forums on the same shared account?

Yes. Each forum just needs its own sub‑folder and a separate MySQL database. Keep an eye on resource usage, though—multiple active boards can quickly exhaust shared limits.

Is the free SSL from Hostinger enough for a community site?

Absolutely. Let’s Encrypt provides full HTTPS encryption, which protects user logins and data. Just remember to force HTTPS in .htaccess to avoid mixed‑content warnings.

Ready to buy?
Get Forum & Community Site online
Build an online community or forum — the hosting that handles traffic plus the software to run discussions and groups.
Build Your Community on Hostinger →