> For the complete documentation index, see [llms.txt](https://docs.qmcloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qmcloud.io/installation-and-configuration/self-hosting.md).

# Self-hosting

* **Pre-requisites for** QMCLOUD **software**
  * A Linux virtual machine. Preferably Ubuntu 20.x based VM with Docker
  * A minimum of 2 vcpu’s and 16GB of memory
  * A minimum of 50GB disk space
  * Optional - Load balancer with https-based listener, and SSL certificate
  * Pulumi account and token
  * Optional - AWS SES credentials for registration and email functionality

&#x20;**Pre-requisites for each of the cloud platform that** QMCLOUD **supports:**

* **AWS**
  * AWS Account(s)
  * IAM user and a minimum of programmatic access with appropriate permissions
  * Access and secret key(s)
* **Azure**
  * Azure Account and Subscription
  * Service principal details including App (Client) ID, Object ID, Tenant ID, Client Secret

The installation and setup of QMCLOUD containers is beyond the scope of this page. Please contact support at <support@appmodz.net> for a detailed installation guide.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.qmcloud.io/installation-and-configuration/self-hosting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
