9 Best Free Forums for Your Website in 2026 (Matched to Your Stack)
Looking for the best free forum for website visitors to gather on? The short answer for 2026: match the forum to the stack you already run. If your site is WordPress — and most are — Jetonomy is the strongest free pick, because it lives inside the site you have instead of beside it. If you’re prepared to run separate infrastructure, Discourse is the gold standard and Flarum is the lightweight modern option. Everything on this list is genuinely free to install; what varies is how much server, setup, and upkeep each one quietly asks of you.
That last part matters more than any feature. A forum is the rare piece of software you’ll still be running five years from now, so this list weighs each option by what it costs you in hosting and attention, not just what the demo looks like.
The nine free forums, matched to your stack
| Forum | Runs on | Best for | Watch out for |
|---|---|---|---|
| Jetonomy | WordPress | Sites already on WordPress (most of the web) | Needs a WordPress install |
| Discourse | Self-hosted (Docker/Ruby) | Serious standalone communities | Heavy server requirements |
| Flarum | Self-hosted (PHP) | Modern look on ordinary hosting | Leans on extensions for basics |
| phpBB | Self-hosted (PHP) | Maximum maturity and control | Dated default experience |
| NodeBB | Self-hosted (Node.js) | Real-time discussion feel | Node hosting is less common |
| MyBB | Self-hosted (PHP) | Classic boards on a budget | Smaller plugin scene than phpBB |
| Simple Machines Forum | Self-hosted (PHP) | Long-running hobby communities | Old-school interface |
| bbPress | WordPress | Barebones WordPress forums | Minimal and slow-moving |
| Question2Answer | Self-hosted (PHP) | Q&A-shaped communities | Q&A only, not general discussion |
1. Jetonomy — the pick if your site runs on WordPress
Jetonomy is free forum, Q&A, and idea-board software built for WordPress, which means it installs into the site you already own rather than demanding a second application on a second server. Discussions, questions with accepted answers, and voting-based idea boards all live under one plugin.
Its standout idea is borrowed from the best large communities: trust levels. Members earn moderation abilities as they participate, so the community gradually polices itself instead of burning out one admin.
- Forums, Q&A, and idea boards in one free plugin
- Trust levels that let regulars handle flags, edits, and cleanup
- Built-in migration from bbPress and wpForo
- Shares your site’s users, theme, and SEO — no separate login island
- Pro tier adds advanced features when a community outgrows free
Best if your site runs on: WordPress, or if you’re starting fresh and want the cheapest total stack. It can also grow into the BuddyNext Community OS later if discussion turns into a full member community.
Honest drawback: it requires WordPress. If your main site is custom-built or on a closed platform, you’d run Jetonomy on a subdomain WordPress install — workable, but no longer single-stack.
2. Discourse — the standalone standard
Discourse is the open-source forum the last decade of community software has been measured against. Live-updating topics, excellent spam defenses, a trust system of its own, and years of refinement from powering some of the largest communities on the internet.
- Open source and free to self-host
- Live topic updates and modern threading
- Mature moderation, flagging, and anti-spam machinery
- Huge plugin and theme ecosystem
Best if your site runs on: anything — Discourse doesn’t care, because it runs as its own application, usually on a subdomain.
Honest drawback: the hosting bill and the ops work. Discourse wants Docker, a Ruby stack, and more RAM than shared hosting provides; “free software” here still means a real monthly server cost and someone comfortable maintaining it. The official managed hosting exists, and it is priced for businesses.
3. Flarum — modern and light, with an asterisk
Flarum is what a forum looks like when designed this decade: a clean two-pane interface, tag-based organization, and a mobile experience that doesn’t feel like an apology. It runs on ordinary PHP hosting, which puts it within reach of a basic VPS or even good shared hosting.
- Free, open source, genuinely pleasant default design
- Runs on common PHP hosting — no Docker required
- Tags instead of rigid category trees
- Active extension marketplace
Best if your site runs on: standard PHP hosting and you want modern looks without Discourse-grade infrastructure.
Honest drawback: core Flarum is deliberately minimal, so features other forums consider standard arrive via community extensions of varying upkeep. Your forum’s stability becomes the sum of its extensions.
4. phpBB — the veteran that outlived everyone
phpBB has been running forums since the year 2000, and that longevity is the feature. Every hosting company supports it, every question has an answered thread somewhere, and its permission system remains one of the most granular ever shipped in free software.
- Free, open source, installable on nearly any PHP host
- Extremely fine-grained permissions and user groups
- Decades of extensions, styles, and documentation
- Proven at large scale over very long time spans
Best if your site runs on: anything with PHP, and you value durability over polish.
Honest drawback: stock phpBB looks and feels like the era it comes from. Expect to invest in a theme and configuration time before it reads as current.
5. NodeBB — the real-time one
NodeBB brings chat-era immediacy to forum structure: posts stream in without refreshing, notifications land instantly, and the interface feels closer to a modern web app than a message board.
- Open-source core, free to self-host
- Real-time posts and notifications out of the box
- Clean responsive design with dark mode
- Plugin system covering SSO, analytics, and integrations
Best if your site runs on: infrastructure you control, ideally where someone already knows Node.js and MongoDB or Redis.
Honest drawback: the Node stack rules out most commodity shared hosting, and the company steers heavier features toward its hosted offering. Budget for a small VPS at minimum.
6. MyBB — classic boards without the weight
MyBB occupies a sensible middle: easier to administer than phpBB, more traditional than Flarum, free all the way through. Its admin panel is often praised as the friendliest of the classic PHP forums.
- Free and open source on ordinary PHP hosting
- Approachable admin panel and theme system
- Solid moderation tools for its size
- Reasonable performance on modest servers
Best if your site runs on: budget PHP hosting, for a hobby or niche community that wants a familiar board format.
Honest drawback: the extension and theme ecosystem is noticeably smaller than phpBB’s, so unusual requirements can dead-end.
7. Simple Machines Forum — the quiet survivor
SMF has powered hobbyist communities for two decades on a free, open-source license. It’s fast, self-contained (many features ship in core rather than as plugins), and famously undemanding of servers.
- Free, open source, lightweight on cheap hosting
- Most features in core — fewer plugin dependencies
- Package manager for the add-ons you do want
- Long-lived communities and documentation
Best if your site runs on: minimal hosting, with a community that values stability over novelty.
Honest drawback: development moves slowly and the interface shows its age. New members arriving from modern platforms will notice.
8. bbPress — the minimalist WordPress option
bbPress is the long-standing free forum plugin from WordPress’s own orbit: forums, topics, and replies as native WordPress content, nothing more. For a support board bolted onto a product site, that minimalism can be exactly right.
- Completely free, installs in minutes on WordPress
- Inherits your theme and user accounts
- Content is standard WordPress data — easy to back up and migrate
- Wide compatibility from years of ecosystem presence
Best if your site runs on: WordPress and your needs stop at basic threaded discussion.
Honest drawback: development has been slow for years, and anything beyond the basics — modern layouts, voting, gamified moderation — means stacking third-party plugins. Communities that expect to grow usually start at Jetonomy instead, or migrate to it later (the importer exists for that reason).
9. Question2Answer — when your forum is really a Q&A site
Some “forums” are actually question-and-answer engines waiting to be recognized: support communities, developer knowledge bases, student help boards. Question2Answer is free, open-source PHP software shaped exactly like that — questions, answers, votes, accepted solutions.
- Free and open source, runs on common PHP hosting
- Voting, best answers, points, and user reputation built in
- Categories and tags for organizing a knowledge base
- Lightweight enough for small servers
Best if your site runs on: anything with PHP, and your community’s unit of value is the answered question, not the conversation.
Honest drawback: it’s Q&A only. General discussion feels forced in this format, and the project’s pace of development is modest. If you want Q&A and discussion together, Jetonomy covers both shapes in one plugin.
Before you install anything: three decisions that outlast the software
First, decide where the forum lives. A forum in a subdirectory of your main domain shares its search authority; a subdomain keeps infrastructure separate at some SEO cost. WordPress-native options like Jetonomy and bbPress get the subdirectory for free; standalone platforms usually push you toward a subdomain.
Second, decide who moderates. Software with community self-moderation (trust levels in Jetonomy or Discourse) scales past the point where one admin reads everything. Software without it doesn’t — plan your volunteer bench accordingly.
Third, decide how you’d leave. Free software you self-host means your data is yours, but export paths differ wildly. Favor platforms with proven importers and exporters; you will thank yourself in year three.
FAQ
Should a forum live on a subdomain or in a subdirectory for SEO?
Subdirectory (yoursite.com/forum) generally concentrates authority on one domain, and forum threads can rank for long-tail questions your main pages never will. Standalone platforms like Discourse and NodeBB usually end up on subdomains for infrastructure reasons, which is fine — just know you’re trading a little SEO consolidation for deployment convenience. WordPress-based forums get the subdirectory naturally.
Can I embed one of these forums inside my existing site instead of linking out?
True embedding is rarer than marketing suggests. Discourse offers embeddable comment threads for blog posts, and a few platforms expose widgets, but a full forum inside an iframe is a poor experience. The realistic options are native integration (a WordPress plugin on a WordPress site) or a well-linked subdomain with matching branding.
How much moderation work does a small forum actually take?
More than expected at the start — spam registration waves hit new forums within days — and less over time if the software helps. Expect a daily check-in during the first months. Trust-level systems reduce the long-run load meaningfully because established members handle flags and edits; without one, moderation stays a founder job forever.
How painful is migrating between forum platforms later?
Painful enough to choose carefully now. User accounts, passwords, and post history rarely map cleanly across platforms, and inbound links to old thread URLs break without redirect work. Migrations inside one ecosystem are the exception — bbPress or wpForo into Jetonomy, for instance, has a dedicated importer — while cross-stack moves (phpBB to Discourse) are weekend-consuming projects with cleanup afterward.
Is “free” forum software ever actually free to run?
The license is free; the running isn’t quite. WordPress plugins ride on hosting you already pay for, which is why they’re the cheapest total option. Standalone platforms add a server — small for Flarum or SMF, meaningful for Discourse — plus your time for updates and backups. Count both lines before comparing against paid hosted forums.