# Running two Discourse forums

**URL:** https://meta.discourse.org/t/running-two-discourse-forums/131232
**Category:** Self-hosting
**Created:** [October 17, 2019, 9:02am UTC](https://meta.discourse.org/t/running-two-discourse-forums/131232 "2019-10-17T09:02:33Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![IvanC](https://avatars.discourse-cdn.com/v4/letter/i/f17d59/32.png) [@IvanC](https://meta.discourse.org/u/IvanC)
#### Post date: [October 17, 2019, 9:02am UTC](https://meta.discourse.org/t/running-two-discourse-forums/131232/1 "2019-10-17T09:02:33Z")

</div>

Is it possible to run two separate Discourse forums on the same cloud server? Thanks

---

<div class="post-metadata">

### Author: ![itsbhanusharma](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/itsbhanusharma/32/180717_2.png) [@itsbhanusharma](https://meta.discourse.org/u/itsbhanusharma)
#### Post date: [October 17, 2019, 9:33am UTC](https://meta.discourse.org/t/running-two-discourse-forums/131232/2 "2019-10-17T09:33:25Z")

</div>

If those are low volume forum, it is possible to host two stand alone forums (with nginx reverse proxy) or a multisite system on the same server given that the server is powerful enough.

---

<div class="post-metadata">

### Author: ![slackmoehrle](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/slackmoehrle/32/82215_2.png) [@slackmoehrle](https://meta.discourse.org/u/slackmoehrle)
#### Post date: [October 17, 2019, 9:48am UTC](https://meta.discourse.org/t/running-two-discourse-forums/131232/3 "2019-10-17T09:48:24Z")

</div>

I’m doing this now, hosting 6 forums on the same server.

There are number of threads about doing this: [Search results for 'multiple discourse' - Discourse Meta](https://meta.discourse.org/search?q=multiple%20discourse)

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [October 17, 2019, 10:30am UTC](https://meta.discourse.org/t/running-two-discourse-forums/131232/4 "2019-10-17T10:30:16Z")

</div>

It depends what your motivation is and how much traffic you have. If you have low volume sites, It’s often cheaper and easier to just get 2 droplets. Otoh, I’ve been using a configuration with traefik and multiple web containers that’s working well on servers with 16gb ram.
