# Discourse standalone

**URL:** https://meta.discourse.org/t/discourse-standalone/231254
**Category:** Development
**Created:** [June 27, 2022, 6:25pm UTC](https://meta.discourse.org/t/discourse-standalone/231254 "2022-06-27T18:25:12Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Justman10000](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/justman10000/32/252913_2.png) [@Justman10000](https://meta.discourse.org/u/Justman10000)
#### Post date: [June 27, 2022, 6:25pm UTC](https://meta.discourse.org/t/discourse-standalone/231254/1 "2022-06-27T18:25:12Z")

</div>

Hi, is it possible to use discourse as a standalone without docker?

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [June 27, 2022, 7:17pm UTC](https://meta.discourse.org/t/discourse-standalone/231254/2 "2022-06-27T19:17:25Z")

</div>

We only support installs that follow our [official install](https://meta.discourse.org/t/142537?silent=true) guide, and that does use Docker underneath.

May I ask why you doesn’t want to run Discourse with Docker?

---

<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: [June 27, 2022, 7:20pm UTC](https://meta.discourse.org/t/discourse-standalone/231254/3 "2022-06-27T19:20:35Z")

</div>

If you want to play with Discourse, but not have other people use it, you can use a [Beginners Guide to Install Discourse on Windows 10 for Development](https://meta.discourse.org/t/beginners-guide-to-install-discourse-on-windows-10-for-development/75149), [Beginners Guide to Install Discourse on Ubuntu for Development](https://meta.discourse.org/t/beginners-guide-to-install-discourse-on-ubuntu-for-development/14727), [Beginners Guide to Install Discourse on macOS for Development](https://meta.discourse.org/t/beginners-guide-to-install-discourse-on-macos-for-development/15772).

---

<div class="post-metadata">

### Author: ![Justman10000](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/justman10000/32/252913_2.png) [@Justman10000](https://meta.discourse.org/u/Justman10000)
#### Post date: [June 27, 2022, 7:40pm UTC](https://meta.discourse.org/t/discourse-standalone/231254/4 "2022-06-27T19:40:19Z")

</div>

Since I’m having trouble with Docker! I like to manage Docker with Docker Desktop, which is also available for Linux, but doesn’t work on my Linux Mashine! It would also be useful to be able to use multiple instances…

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [June 27, 2022, 8:35pm UTC](https://meta.discourse.org/t/discourse-standalone/231254/5 "2022-06-27T20:35:25Z")

</div>

> [@Justman10000](#):
>
> I like to manage Docker with Docker Desktop

Hmmm, Docker Desktop is something people run on, well, desktops right? The [official install](https://meta.discourse.org/t/142537?silent=true) is something aimed at people running Discourse on **servers** , where Docker Desktop is not a thing.

Discourse, as website software, is something people run on servers that are 24/7 on and connected to the internet so they are always up and can be remotely accessed by users. It’s different from local software, like Blender and Firefox that you can install on your desktop and use it.

While running Discourse on your desktop is used for development (and we have [plenty of guides on it](https://meta.discourse.org/tags/c/howto/devs/56/dev-install)), running a production install on a desktop while possible will be too much of a hassle unless your are really comfortable with the technologies involved.

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [June 27, 2022, 9:57pm UTC](https://meta.discourse.org/t/discourse-standalone/231254/6 "2022-06-27T21:57:10Z")

</div>

I have a cloud dev machine running Ubuntu with a custom nginx config without docker. It has a domain name and runs over https. But I would not recommend it as low maintenance production solution. It doesn’t take that long to set up though.
