6 Best Hosting for Online Forums in 2026 (Tested & Ranked)
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
- Our #1 pick is Cloudways (9.4/10) — best overall forum hosting at $14/mo
- Best value: Hetzner (9.0/10) — raw performance per dollar for self-managed forums
- Best for beginners: SiteGround (8.0/10) — easiest setup for phpBB and small communities
- We tested 6 forum hosting providers across Discourse, phpBB, and XenForo installations, measuring database performance, concurrent connection handling, and real-world response times under load
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:
- Test setup: phpBB 3.3, Discourse 3.2, and XenForo 2.3 installations seeded with 10,000 posts and 500 user accounts
- Load testing: Simulated 25, 50, and 100 concurrent users using k6
- Database benchmarks: Measured query execution time for thread list, full-text search, and notification queries
- Response time monitoring: Tracked median and 95th-percentile page load times via UptimeRobot
- Uptime: Monitored availability over 60 days
- Support quality: Opened technical tickets related to forum configuration on each platform
Quick Comparison Table
| Host | Starting Price | Best For | RAM (Base) | Rating |
|---|---|---|---|---|
| Cloudways | $14/mo | Best overall | 1 GB | 9.4/10 |
| Hetzner | $5/mo | Best value/raw performance | 2 GB | 9.0/10 |
| DigitalOcean | $6/mo | Developer-friendly | 1 GB | 8.8/10 |
| Vultr | $6/mo | Global edge locations | 1 GB | 8.6/10 |
| A2 Hosting | $11/mo | Managed phpBB | 2 GB | 8.2/10 |
| SiteGround | $18/mo | Beginners | 2 GB | 8.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
- Managed Redis — One-click enable; critical for Discourse and XenForo caching
- Automated backups — Daily database and file backups with restore points
- Vertical scaling — Scale RAM and CPU without migrating servers
- NGINX stack — Pre-configured for PHP-FPM performance
- PHP version control — Switch PHP versions per application
- Cloudflare Enterprise CDN add-on — Offload static assets from your forum server
- Real-time monitoring — CPU, RAM, and disk usage dashboards
Pricing for Forum Hosting
| Server | Price | RAM | Suitable For |
|---|---|---|---|
| DO 1 GB | $14/mo | 1 GB | phpBB / MyBB small forums |
| DO 2 GB | $28/mo | 2 GB | phpBB medium / Discourse small |
| DO 4 GB | $56/mo | 4 GB | XenForo / Discourse medium |
| Vultr HF 4 GB | $64/mo | 4 GB | High-concurrency forums |
| DO 8 GB | $112/mo | 8 GB | Discourse large / XenForo high-traffic |
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
- Best price-to-RAM ratio — 4 GB RAM from ~$5/mo; 8 GB from ~$10/mo
- NVMe SSD storage — Fast database I/O on all tiers
- Hetzner Cloud Console — Simple server provisioning and firewall configuration
- Hetzner Volumes — Attach additional block storage for forum attachments
- Snapshots — Manual server snapshots for backup (€0.01/GB/mo)
- Datacenters in Germany, Finland, and US — Choose the closest to your audience
Hetzner Pricing for Forums
| Plan | Price | vCPU | RAM | Use Case |
|---|---|---|---|---|
| CX22 | ~$5/mo | 2 | 4 GB | phpBB / MyBB / small Discourse |
| CX32 | ~$10/mo | 4 | 8 GB | Discourse medium / XenForo active |
| CX42 | ~$20/mo | 8 | 16 GB | Large Discourse / high-traffic forums |
| CX52 | ~$40/mo | 16 | 32 GB | Very high-traffic forum communities |
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
- One-click Discourse — Marketplace image handles Docker setup and initial configuration
- Managed Databases — Managed PostgreSQL and MySQL add-ons (for high-traffic forums that want outsourced DB management)
- Spaces CDN — S3-compatible object storage for forum attachments and media
- Droplet Snapshots — Automated and on-demand server snapshots
- Monitoring — Built-in CPU, RAM, and disk alerts
- Team collaboration — Invite team members with project-level access
Pricing for Forum Hosting
| Droplet | Price | RAM | Use Case |
|---|---|---|---|
| Basic 1 GB | $6/mo | 1 GB | phpBB / MyBB small |
| Basic 2 GB | $18/mo | 2 GB | Discourse minimum / phpBB medium |
| Basic 4 GB | $24/mo | 4 GB | Discourse active / XenForo medium |
| CPU-Opt 8 GB | $64/mo | 8 GB | High-concurrency forums |
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
- 32 global datacenters — Deploy near your community’s geographic center
- High Frequency Compute — NVMe + higher clock speed for PHP forum performance
- Bare Metal — Dedicated servers for very high-traffic communities
- Object Storage — S3-compatible storage for forum attachments
- Automated Backups — Daily backups at 20% of server cost ($1.20/mo on a $6/mo server)
- Snapshot — On-demand server snapshots before major updates
Pricing for Forum Hosting
| Instance | Price | RAM | Storage | Use Case |
|---|---|---|---|---|
| Cloud Compute 1 GB | $6/mo | 1 GB | 25 GB NVMe | phpBB small |
| HF 2 GB | $18/mo | 2 GB | 64 GB NVMe | Discourse minimum / phpBB active |
| HF 4 GB | $28/mo | 4 GB | 128 GB NVMe | Discourse medium / XenForo active |
| HF 8 GB | $56/mo | 8 GB | 256 GB NVMe | Large Discourse communities |
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
- LiteSpeed on Turbo plans — Faster PHP execution than Apache for forum software
- A2 Optimized — Pre-configured caching for phpBB and other PHP apps
- One-click phpBB/MyBB — Softaculous installer handles setup
- Managed VPS options — Escalation path from shared to VPS as community grows
- Perpetual security monitoring — Managed malware scanning on shared plans
- Free migrations — Move an existing forum from another host
Pricing for Forum Hosting
| Plan | Price | Type | Storage | Best For |
|---|---|---|---|---|
| Startup | $11/mo | Shared | 100 GB | phpBB small community |
| Drive | $17/mo | Shared | Unlimited | phpBB / MyBB medium |
| Turbo Boost | $23/mo | Shared | 50 GB | Fast phpBB on LiteSpeed |
| Managed VPS 2 GB | $55/mo | VPS | 150 GB | Larger forums / XenForo |
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
- SG Site Tools — Beginner-friendly dashboard for managing the forum installation
- SuperCacher — Managed Memcached and dynamic caching improves phpBB speed
- Softaculous installer — One-click phpBB, SMF, and MyBB installation
- Daily backups — Automated backups with 30-day retention on GrowBig+
- Free CDN — Cloudflare CDN included on all plans
- 24/7 expert support — Consistently fast, knowledgeable support team
Pricing for Forum Hosting
| Plan | Price | Storage | Monthly Visits | Best For |
|---|---|---|---|---|
| StartUp | $18/mo | 10 GB | ~10,000 | phpBB very small community |
| GrowBig | $30/mo | 20 GB | ~25,000 | phpBB small-medium community |
| GoGeek | $40/mo | 40 GB | ~100,000 | Larger phpBB / staging environments |
| Cloud 4CPU | $100/mo | 40 GB | Unmetered | Active forums needing dedicated resources |
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 →Related Articles
- Shared vs VPS Hosting — When shared hosting stops being enough for your forum
- Managed vs Unmanaged Hosting — How to decide between managed convenience and DIY control
- Best Hosting for Small Business — General hosting recommendations for business sites
- SiteGround vs Bluehost — Two beginner-friendly hosts compared
- Cloudflare Pages vs Vercel vs Netlify — Static hosting alternatives for lightweight community tools
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.