6 Best Hosting for Online Forums in 2026 (Tested & Ranked)

Last updated: March 29, 2026

Our Top Picks at a Glance

# Product Best For Price Rating
1 Cloudways Best overall for forums $14/mo 9.4/10 Visit Site →
2 Hetzner Best value dedicated resources $5/mo 9/10 Visit Site →
3 DigitalOcean Best developer-friendly setup $6/mo 8.8/10 Visit Site →
4 Vultr Best global edge locations $6/mo 8.6/10 Visit Site →
5 A2 Hosting Best shared/managed for phpBB $11/mo 8.2/10 Visit Site →
6 SiteGround Best beginner-friendly forum hosting $18/mo 8/10 Visit Site →

Last Updated: March 2026

TL;DR: Quick Summary

The best hosting for forums in 2026 is Cloudways, which earned our top spot with a 9.4/10 rating. It combines managed cloud infrastructure with the flexibility forum operators need to tune server resources as their communities grow.

Hosting a forum is fundamentally different from hosting a blog or marketing site. Forum software is database-intensive by design — every page load triggers dozens of MySQL or PostgreSQL queries to fetch threads, posts, user permissions, and notification counts. As your community grows, concurrent database connections, memory pressure, and storage I/O become the limiting factors, not bandwidth.

Shared hosting works for quiet communities with under a hundred registered users. But the moment real discussions start happening — multiple users posting simultaneously, search queries running in parallel, email notifications firing — shared hosting’s CPU throttling and connection limits create the kind of slowdowns that kill community momentum.

This guide focuses on six hosting providers that can genuinely support forum software at different scales, from a phpBB hobbyist community to a high-traffic Discourse installation with thousands of daily active users.

What Makes Hosting Good for Forums?

Before comparing providers, it helps to understand what forum software actually demands from a server.

Database Performance

Forum software executes complex SQL queries constantly. A phpBB installation on a busy board may run 50-100 queries per page load. XenForo’s query optimizer is more efficient, but high-concurrency scenarios still stress the database. The key specs are: SSD NVMe storage (reduces query time by 2-3x versus spinning disk), sufficient RAM for the database buffer pool, and a server with consistent I/O — not shared resources that spike unpredictably.

Concurrent Connections

Forums have bursty traffic patterns. A post from a popular thread can bring 50 users refreshing the same page simultaneously. Your server needs to handle concurrent PHP-FPM or Node.js workers without exhausting the connection pool. On shared hosting, this means competing with hundreds of other websites for the same connection slots. On a VPS or cloud server, you configure the connection limits yourself.

Memory for Application Caches

Forum software relies heavily on caching to stay fast. Discourse uses Redis for caching and Sidekiq for background jobs — both are memory-resident processes that need dedicated RAM. phpBB and XenForo benefit from Memcached or Redis. A Discourse forum needs at minimum 2 GB RAM; 4 GB is the practical floor for active communities.

Storage and Backup Reliability

User-uploaded images, avatars, and file attachments accumulate quickly. A forum with 50,000 posts might carry 10-30 GB of attachments. More critically, your database must be backed up reliably — losing a forum database means losing the community itself. Look for hosts offering automated daily backups with point-in-time restore, not just weekly snapshots.

How We Tested These Forum Hosts

We deployed identical forum configurations on each host and measured performance over 60 days:

Quick Comparison Table

HostStarting PriceBest ForRAM (Base)Rating
Cloudways$14/moBest overall1 GB9.4/10
Hetzner$5/moBest value/raw performance2 GB9.0/10
DigitalOcean$6/moDeveloper-friendly1 GB8.8/10
Vultr$6/moGlobal edge locations1 GB8.6/10
A2 Hosting$11/moManaged phpBB2 GB8.2/10
SiteGround$18/moBeginners2 GB8.0/10

1. Cloudways — Best Overall for Forum Hosting

Cloudways is the best managed option for forum operators who want cloud-level performance without full server management. The platform sits on top of DigitalOcean, Vultr, AWS, Google Cloud, or Linode — you choose your cloud provider and server size, and Cloudways handles the stack configuration, security patches, monitoring, and backups.

For forums, the critical advantages are: managed Redis and Memcached integration (one-click enable from the dashboard), managed database backups with restore capability, and the ability to vertically scale your server with a few clicks as your community grows. The NGINX-based stack is pre-optimized for PHP applications, which benefits phpBB and XenForo immediately out of the box.

Discourse on Cloudways requires Docker, which is available on cloud server plans (2 GB RAM minimum recommended). Cloudways support team can assist with Discourse setup, making it one of the more approachable managed options for Docker-based forum software.

Key Features for Forums

Pricing for Forum Hosting

ServerPriceRAMSuitable For
DO 1 GB$14/mo1 GBphpBB / MyBB small forums
DO 2 GB$28/mo2 GBphpBB medium / Discourse small
DO 4 GB$56/mo4 GBXenForo / Discourse medium
Vultr HF 4 GB$64/mo4 GBHigh-concurrency forums
DO 8 GB$112/mo8 GBDiscourse large / XenForo high-traffic
Start Your Forum on Cloudways →

What We Liked

  • Managed Redis and Memcached — essential for fast forum caching
  • Vertical scaling without server migration as community grows
  • Automated daily backups with database restore — critical for forums
  • 5 cloud provider choices for flexibility and cost optimization
  • NGINX + PHP-FPM stack pre-tuned for PHP forum software
  • One of the easier managed options for Discourse on Docker

What Could Be Better

  • 1 GB entry tier is tight — phpBB forums should start at 2 GB ($28/mo)
  • Discourse on Cloudways requires manual Docker setup
  • No built-in email delivery — need third-party SMTP (Mailgun, Postmark)
  • CDN is a $4.99/mo add-on, not included

Is Cloudways Worth It for Forums?

Cloudways is the right choice for forum operators who want cloud infrastructure with managed overhead. The combination of managed Redis, automated backups, and easy vertical scaling maps perfectly onto what forum communities need as they grow. For phpBB or XenForo forums, start on the 2 GB DigitalOcean tier. For Discourse, start at 4 GB.

2. Hetzner — Best Value for Raw Performance

Hetzner is a German cloud provider that consistently offers 2-3x more server resources per dollar than DigitalOcean or AWS. Their CX22 server (2 vCPU, 4 GB RAM, 40 GB SSD) costs roughly $5/mo — the same server on DigitalOcean would run $18/mo.

For technically capable forum administrators, Hetzner delivers the best performance-per-dollar available. Running a Discourse installation on a Hetzner CX32 (4 vCPU, 8 GB RAM) for $10/mo means a forum community that would cost $112/mo on a comparable DigitalOcean server can run at a fraction of the price.

The trade-off is that Hetzner is unmanaged infrastructure. You provision the server, install the OS, configure NGINX or Apache, set up your database, install your forum software, and manage all security updates yourself. There is no managed panel, no one-click Redis, and no automated backup unless you configure it. See our managed vs unmanaged hosting guide if you are unsure which model fits your skills.

Key Features for Forums

Hetzner Pricing for Forums

PlanPricevCPURAMUse Case
CX22~$5/mo24 GBphpBB / MyBB / small Discourse
CX32~$10/mo48 GBDiscourse medium / XenForo active
CX42~$20/mo816 GBLarge Discourse / high-traffic forums
CX52~$40/mo1632 GBVery high-traffic forum communities
Start Your Forum on Hetzner →

What We Liked

  • Best price-per-RAM of any provider — 4 GB for ~$5/mo
  • NVMe SSD on all tiers for fast database performance
  • Generous resources make Discourse comfortable at low cost
  • Hetzner Volumes allow cheap expansion for attachment storage
  • Reliable uptime with multiple EU and US datacenter options

What Could Be Better

  • Fully unmanaged — you handle OS, stack, security, and updates
  • No managed Redis, MySQL, or automated backups by default
  • Support is limited to infrastructure issues, not application help
  • US datacenter selection is smaller than DigitalOcean or Vultr
  • Not suitable for operators without Linux server experience

Is Hetzner Worth It for Forums?

Hetzner is the best hosting for forum operators with Linux sysadmin skills who want maximum value. The resource-per-dollar ratio is unmatched. A Discourse forum that runs comfortably on 8 GB RAM costs ~$10/mo on Hetzner versus $112/mo on Cloudways’ DigitalOcean 8 GB tier — that delta is significant for community operators who do not need hand-holding.

3. DigitalOcean — Best Developer-Friendly Forum Hosting

DigitalOcean occupies the middle ground between Hetzner’s raw-value approach and Cloudways’ managed convenience. Their Droplets (virtual servers) come with excellent documentation, a one-click Discourse deployment option, and a clean control panel that is far more approachable than AWS or GCP.

DigitalOcean’s Marketplace includes a one-click Discourse image that pre-installs Docker, configures SMTP settings, and walks you through the setup wizard — making it the most accessible path to a self-hosted Discourse installation for operators who are comfortable with a terminal but do not want to configure the full stack from scratch.

For phpBB, XenForo, and other PHP-based forums, DigitalOcean Droplets paired with a server panel like ServerPilot or Ploi give you a managed-like experience at unmanaged prices.

Key Features for Forums

Pricing for Forum Hosting

DropletPriceRAMUse Case
Basic 1 GB$6/mo1 GBphpBB / MyBB small
Basic 2 GB$18/mo2 GBDiscourse minimum / phpBB medium
Basic 4 GB$24/mo4 GBDiscourse active / XenForo medium
CPU-Opt 8 GB$64/mo8 GBHigh-concurrency forums
Start Your Forum on DigitalOcean →

What We Liked

  • One-click Discourse deployment from the Marketplace
  • Best documentation of any cloud provider — useful for forum setup guides
  • Managed PostgreSQL/MySQL add-ons offload database administration
  • Spaces CDN integrates natively with Discourse for attachment storage
  • Predictable pricing — no hidden egress fees at typical forum traffic volumes

What Could Be Better

  • More expensive per GB RAM than Hetzner (2x-3x for comparable specs)
  • Still unmanaged at the OS level — no automatic stack configuration
  • Managed Databases add-on starts at $15/mo on top of Droplet cost
  • No phone support — ticket and chat only

Is DigitalOcean Worth It for Forums?

DigitalOcean is the best starting point for developers who want to self-host Discourse without fighting through Docker documentation from scratch. The one-click Discourse image and excellent docs reduce setup time significantly. For phpBB or XenForo, pair a Droplet with ServerPilot for a near-managed experience.

4. Vultr — Best Global Coverage for Forum Communities

Vultr operates 32 datacenter locations worldwide — more than DigitalOcean’s 15 or Hetzner’s handful — making it the strongest choice for forum communities with a geographically distributed audience. Deploying closer to your users meaningfully reduces latency, which matters for the real-time feel of active discussions.

Vultr’s High Frequency Compute instances use NVMe SSD storage and higher-clock CPUs, providing better single-thread performance than standard shared-vCPU instances. Forum software is generally more sensitive to single-thread CPU speed (PHP execution) than to raw core count, so the High Frequency tier delivers a tangible improvement for active PHP-based forums.

Key Features for Forums

Pricing for Forum Hosting

InstancePriceRAMStorageUse Case
Cloud Compute 1 GB$6/mo1 GB25 GB NVMephpBB small
HF 2 GB$18/mo2 GB64 GB NVMeDiscourse minimum / phpBB active
HF 4 GB$28/mo4 GB128 GB NVMeDiscourse medium / XenForo active
HF 8 GB$56/mo8 GB256 GB NVMeLarge Discourse communities
Start Your Forum on Vultr →

What We Liked

  • 32 datacenter locations — closest global coverage to your audience
  • High Frequency NVMe instances improve PHP forum performance
  • Competitive pricing relative to DigitalOcean for comparable specs
  • Automated daily backups available for $1.20/mo on the entry tier
  • Object Storage for forum media is S3-compatible and affordable

What Could Be Better

  • Fully unmanaged — same self-management requirement as DigitalOcean
  • Documentation is less comprehensive than DigitalOcean
  • No one-click Discourse image equivalent to DigitalOcean's Marketplace
  • Support response times can be slower than Cloudways or SiteGround

Is Vultr Worth It for Forums?

Vultr is the best choice when your forum’s audience is spread across multiple regions or in areas underserved by other cloud providers. The High Frequency Compute instances give phpBB and XenForo forums a noticeable speed advantage over standard shared-vCPU plans. For most forum operators, Hetzner offers better value in Europe and Cloudways offers better management tooling — but Vultr wins on geographic reach.

5. A2 Hosting — Best Managed Option for phpBB Forums

A2 Hosting occupies a different tier from the cloud providers above — it is a traditional managed shared and VPS host with specific optimizations for PHP applications. For phpBB and MyBB forum operators who want managed hosting without learning server administration, A2 Hosting is the strongest option.

Their Turbo plans use LiteSpeed servers and a proprietary caching layer (A2 Optimized) that pre-configures popular PHP applications for maximum performance. phpBB on an A2 Turbo plan runs faster than on a comparable Apache-based shared host because LiteSpeed handles PHP-FPM and object caching more efficiently.

A2 Hosting also provides one-click installation for phpBB, MyBB, and XenForo via Softaculous — reducing setup time to under 10 minutes for operators who want to get a forum running quickly without touching the command line.

Key Features for Forums

Pricing for Forum Hosting

PlanPriceTypeStorageBest For
Startup$11/moShared100 GBphpBB small community
Drive$17/moSharedUnlimitedphpBB / MyBB medium
Turbo Boost$23/moShared50 GBFast phpBB on LiteSpeed
Managed VPS 2 GB$55/moVPS150 GBLarger forums / XenForo
Start Your Forum on A2 Hosting →

What We Liked

  • LiteSpeed Turbo plans meaningfully faster than standard Apache shared hosting
  • One-click phpBB and MyBB install via Softaculous
  • Managed security and updates — no server administration required
  • Free migration service for moving existing forums
  • Escalation path from shared to managed VPS on same host

What Could Be Better

  • Shared hosting connection limits will cap concurrency as community grows
  • Turbo plans required for LiteSpeed — base plans use Apache
  • More expensive than Hetzner VPS for same or less RAM
  • Not suitable for Discourse — requires VPS with Docker
  • Renewal pricing is significantly higher than introductory rates

Is A2 Hosting Worth It for Forums?

A2 Hosting is the right choice for operators who want one-click phpBB setup and managed hosting without touching a command line. The LiteSpeed Turbo plans provide genuine performance advantages over standard shared hosting. Once your community exceeds 50-75 concurrent users, plan to move to the managed VPS tier or migrate to a cloud provider.

6. SiteGround — Best Beginner-Friendly Forum Hosting

SiteGround is the most beginner-accessible option on this list. Their Site Tools dashboard is polished, their support team is highly responsive, and they handle server security, updates, and backups automatically. For new forum operators who just want to get a phpBB or SMF forum online quickly, SiteGround reduces setup friction to a minimum.

SiteGround uses Google Cloud infrastructure with LiteSpeed web server, SuperCacher (Memcached + dynamic caching), and a free CDN via Cloudflare. For a small-to-medium phpBB forum, the managed caching stack genuinely improves page load times without any configuration required.

The limitation for forum hosting is the same as other managed shared hosts: connection limits and memory caps restrict growth. SiteGround’s shared plans are suitable for communities up to a few hundred active users. Their Cloud Hosting tier (starting at $100/mo for 4 CPU, 8 GB RAM) provides the resources needed for serious forum communities, but at that price, a self-managed Hetzner or Cloudways server offers considerably more value.

Key Features for Forums

Pricing for Forum Hosting

PlanPriceStorageMonthly VisitsBest For
StartUp$18/mo10 GB~10,000phpBB very small community
GrowBig$30/mo20 GB~25,000phpBB small-medium community
GoGeek$40/mo40 GB~100,000Larger phpBB / staging environments
Cloud 4CPU$100/mo40 GBUnmeteredActive forums needing dedicated resources
Start Your Forum on SiteGround →

What We Liked

  • Easiest setup experience — ideal for first-time forum operators
  • SuperCacher provides managed Memcached without configuration
  • Cloudflare CDN included — reduces load on the forum server
  • Daily backups with 30-day retention on GrowBig and higher
  • Fastest support response times of any host on this list

What Could Be Better

  • Shared plans cap concurrent connections — limits active community size
  • More expensive per resource than cloud providers
  • Cannot install Discourse on shared plans
  • Renewal pricing is significantly higher after introductory period
  • Cloud Hosting tier ($100+/mo) is expensive compared to Cloudways or Hetzner

Is SiteGround Worth It for Forums?

SiteGround is the best choice for new forum operators who prioritize ease of setup over raw performance per dollar. The managed caching, built-in CDN, and top-tier support make it a comfortable starting point. Once your community outgrows shared hosting, migrate to Cloudways or a cloud VPS for better resource economics. See our shared vs VPS hosting comparison for a full breakdown of when to make that move.

Platform-Specific Recommendations

Best Hosting for Discourse

Discourse requires Docker, PostgreSQL, Redis, and a minimum of 2 GB RAM. It cannot run on shared hosting. Our recommendation: Cloudways (2-4 GB plan) for managed convenience, or DigitalOcean (one-click Marketplace image) for self-managed setup. Hetzner CX32 (8 GB, ~$10/mo) is the best value if you are comfortable with Linux server administration.

Best Hosting for phpBB

phpBB runs on any standard LAMP or LEMP stack. For small communities: A2 Hosting Turbo or SiteGround GrowBig. For growing communities: Cloudways 2 GB DigitalOcean plan. For maximum value: Hetzner CX22 with a server panel like Ploi or ServerPilot.

Best Hosting for XenForo

XenForo benefits from a modern PHP 8.x stack with Redis caching enabled. It handles concurrency well but rewards fast NVMe storage. Our recommendation: Cloudways 2-4 GB plan (includes managed Redis) or Vultr High Frequency 4 GB for the NVMe and CPU performance advantage.

Best Hosting for NodeBB

NodeBB is a Node.js forum platform that uses MongoDB or Redis. It requires Node.js and cannot run on traditional shared hosting. Our recommendation: DigitalOcean or Vultr 2 GB droplets. NodeBB’s real-time WebSocket features benefit from servers with low latency — choose a datacenter close to your audience.

Which Forum Hosting Should You Choose?

For most forum operators: Cloudways on a 2-4 GB DigitalOcean server delivers the best combination of managed convenience, performance, and scalability. Managed Redis, automated backups, and easy vertical scaling address the key forum hosting requirements without requiring deep server expertise.

For maximum value (technical users): Hetzner is 2-3x cheaper than comparable cloud providers. A Discourse forum on a Hetzner CX32 (8 GB, ~$10/mo) costs a fraction of any managed alternative. Worthwhile only if you are comfortable managing a Linux server.

For Discourse beginners: DigitalOcean with the one-click Discourse Marketplace image is the most accessible path to a self-hosted Discourse installation. The documentation support is unmatched.

For phpBB without server management: A2 Hosting Turbo plans provide LiteSpeed performance with full management. Good for communities that want to stay on managed hosting and have no plans to migrate to Discourse or XenForo.

For absolute beginners: SiteGround GrowBig for a phpBB forum gets you online in under 30 minutes with reliable managed hosting. Understand that you will likely need to migrate to a VPS once your community becomes genuinely active.

Start Your Forum on Cloudways — Our #1 Pick →

Frequently Asked Questions

What is the best hosting for online forums?

Cloudways is our top pick for most forum operators. It provides managed cloud infrastructure on DigitalOcean or Vultr with tunable resources, making it well-suited for Discourse, XenForo, and phpBB installations that need reliable database performance and the ability to handle traffic spikes.

How much RAM do I need to host a Discourse forum?

Discourse officially requires a minimum of 2 GB RAM for a small forum. For active communities with 50+ concurrent users, 4 GB is the practical minimum. High-traffic Discourse instances (500+ daily active users) should use 8 GB RAM or more to keep Sidekiq and PostgreSQL from contending for memory.

Can I host a forum on shared hosting?

You can run phpBB or MyBB on shared hosting for small, low-traffic communities. However, shared hosting imposes MySQL connection limits, memory caps, and CPU throttling that cause slowdowns as your community grows. Once you exceed 20-30 concurrent users, a VPS or cloud server delivers a noticeably better experience.

What database does forum software use, and does it matter for hosting?

phpBB, XenForo, and MyBB use MySQL or MariaDB. Discourse uses PostgreSQL and Redis. The database engine matters for hosting because you need sufficient RAM for the database buffer pool — MySQL typically needs 256-512 MB, while PostgreSQL with Redis can use 1+ GB on an active forum. Hosts with SSD NVMe storage provide the fastest database query times.

Is Discourse hard to self-host?

Discourse requires Docker and a minimum of 2 GB RAM, which rules out most shared hosting. Self-hosting on a DigitalOcean, Vultr, or Hetzner VPS is manageable if you are comfortable with a Linux command line. Cloudways simplifies the process with one-click Discourse deployment. The official Discourse install script handles most of the setup automatically.

What is the difference between managed and unmanaged hosting for forums?

With managed hosting (like Cloudways or SiteGround), the host handles server security patches, updates, and monitoring. With unmanaged hosting (like a bare Hetzner or DigitalOcean VPS), you are responsible for everything at the OS level. Forums benefit from managed hosting because database corruption or misconfigured caching can take your community offline. See our full breakdown in the managed vs unmanaged hosting guide.

How much does it cost to host a forum?

A small phpBB or MyBB forum on shared hosting can cost $5-15/mo. A Discourse installation on a managed cloud server runs $28-56/mo. A large, high-traffic forum community (10,000+ posts/day) on dedicated infrastructure costs $80-200+/mo. The biggest cost driver is RAM, not storage — forums are database-intensive, not file-intensive.

Which forum software is easiest to host?

phpBB is the easiest to host because it runs on standard LAMP/LEMP shared hosting with no special dependencies. XenForo is similarly straightforward on any VPS or managed host. Discourse is the most demanding — it requires Docker, PostgreSQL, Redis, and at least 2 GB RAM — but its official install script simplifies deployment significantly.