Why people are going back to forums
Forums were declared dead roughly the moment Facebook groups appeared, which makes it awkward that so many communities are now trying to leave. The software is mature, the hosting is cheap, and the hard part was never technical.
The complaints about running a community inside a social platform are remarkably consistent, and they are structural rather than incidental.
Reach is rationed. A post reaches whatever fraction of your members the feed algorithm decides to show it to. You built the community; you do not control who sees it.
Nothing is findable. There is no thread structure, search is poor, and a genuinely useful discussion from eight months ago is effectively gone. Every community ends up answering the same questions repeatedly because the old answers cannot be found.
Moderation tools are blunt. You get very little granularity over permissions, sections, or who can see what.
You are a tenant. The group exists at the platform's discretion. Rules change, groups get removed, appeals go nowhere. For a hobby group that is an annoyance; for a community that took years to build it is a real risk.
A forum inverts all four. Every member sees every thread in the sections they follow. Discussions are permanently addressable and indexed by search engines, which means good threads keep bringing in new members for years. You set the permissions. And you can export the database whenever you want.
Choosing your forum software
Four options are worth considering, and the honest answer for most people is the first one.
MyBB is light, fast and genuinely beginner-friendly. The admin panel is comprehensible, the defaults are sensible, and there is an active plugin ecosystem. If you have never run a forum, start here — you can always migrate later, and you probably will not need to.
phpBB is the long-standing heavyweight. Enormous extension library, mature moderation tooling, and two decades of documentation meaning any problem you hit has been solved publicly already. Slightly more to learn, more capable at the far end.
SMF (Simple Machines Forum) is stable and has notably well-organised permissions. A strong choice if your community needs fine-grained control over which groups can see which sections — private subforums, staff areas, tiered access.
Flarum is the modern option: single-page, fast, and much closer to what people expect from a contemporary web app. The trade-off is setup — it expects Composer and a bit more comfort with the command line. Excellent if you are technical, frustrating as a first project if you are not.
Discourse deserves a mention because people ask. It is very good and completely unsuitable for shared hosting — it needs Docker and a dedicated server, so realistically you are looking at a VPS at £10–£20 a month minimum, or their paid hosting.
What a forum actually needs from hosting
Forum software is, technically, undemanding. It is PHP and MySQL, which is precisely what shared hosting was built for. The requirements list is short.
PHP and a database. Any current forum package wants PHP 7.4 or newer and a MySQL or MariaDB database. Nothing exotic.
Email that arrives. This is the one people underestimate. Your forum sends registration confirmations and notification emails, and if they land in spam your signup flow silently breaks. Configure SPF and DKIM records for your domain before you launch — both are DNS records you can add yourself in about five minutes.
Cron jobs. Most packages expect a scheduled task for pruning, digests and maintenance routines.
Bandwidth headroom. This is the realistic ceiling on cheap hosting rather than CPU. Forum pages are light, but attachments and avatars add up. A plan with 10GB a month comfortably handles a few thousand visits; a busy forum with heavy image posting will outgrow it.
You do not need a VPS to start. You may need one eventually, and that is a good sign rather than a problem.
Moving a community off Facebook
The realistic answer is that you cannot export the content, so do not plan around it. Facebook provides no usable bulk export of group discussions. What you can move is the people, and that is done gradually.
Do not launch into an empty room. An empty forum reads as a dead project, and first impressions here are unforgiving. Before you tell anyone, seed it: take the five or six discussions your group has repeatedly — the recurring questions, the perennial arguments, the thing everyone asks in their first week — and start them as proper threads with real answers. Fifteen or twenty threads is enough to look inhabited.
Run both for a while. Trying to close the group on day one just loses you members. Let them overlap for a month or two.
Give people a concrete reason to come across. Not “we've moved” — that is a request for effort with no payoff. Announcements posted on the forum first. Files, resources and guides hosted only there. A section that does not exist on Facebook. The group becomes a signpost rather than the destination.
Recruit two or three moderators early. A forum where only the owner replies looks like a broadcast. Ask the people who already answer questions in the group.
Surviving the first three months
Almost every forum that fails does so in the same way: it launches, gets a burst of curiosity, and then goes quiet because nobody wants to post into silence. This is a solvable problem but it takes deliberate effort.
Reply to everything, quickly, for the first few months. An unanswered first post is the most reliable way to lose a member permanently. This is unglamorous and it is the whole job early on.
Post things yourself. Not filler — genuine questions, links worth discussing, updates. A forum with three new threads a week feels alive; one with three a month does not.
Keep the section list short. The instinct is to create twenty categories in anticipation of growth. Six busy sections feel healthier than twenty empty ones, and you can always split later.
Turn on anti-spam before you need it. Automated registrations will find you within days of going live. Email verification plus a question-based CAPTCHA eliminates almost all of it, and both are built in.
Be patient about search traffic. Forum threads are excellent for long-tail search, but indexing takes months. The threads you write in month one will still be bringing people in three years from now.
A realistic launch checklist
In order, because some of these depend on the others.
Register a domain. Point it at your hosting. Install your chosen forum through a one-click installer. Confirm SSL is working and force HTTPS. Add SPF and DKIM records so email arrives. Create your section structure — six or fewer. Enable email verification and CAPTCHA. Write your rules page and pin it. Seed fifteen to twenty threads. Recruit two moderators. Then, and only then, announce it.
The technical half of that list takes an afternoon. The community half takes months, and it is the part that determines whether the forum still exists next year.
If you want somewhere to try it, Traxio runs MyBB, phpBB and SMF through one-click installs on hosting that is free for 30 days with no card details, then £0.99 a month. There is more detail on the forum hosting page, including where this plan runs out of room.
Got a question about this article? Ask it in the Traxio community forum — answers stay public, so the next person with the same question finds them too.