# Requirements

## Docker

Docker or Docker Desktop is required for Monolith on-premises deployments.  Installation instructions can be found [here](/monolith/monolith-features/on-premises-deployments/deployment/docker-installation.md).

## Hardware

The following hardware is required to properly run the Monolith API backend within Docker:

* Ubuntu Server 20, 22, 24
* 4GB of RAM
* 2-core CPU
* At least 100 GB of storage (>500 GB recommended)

## SMTP (Email Use)

To enable Monolith’s email capabilities, an email account is required with SMTP credentials:

* SMTP host
* SMTP port
* SMTP user
* SMTP password

These values are supplied to the Monolith API server/Docker container at run-time.

## Amazon AWS S3 Integration

If you want to store Monolith files in AWS S3, you will need to have the following to integrate S3:

* AWS Access Key
* AWS Secret Key
* AWS Region & Endpoint


---

# Agent Instructions: 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.monolithforensics.com/monolith/monolith-features/on-premises-deployments/requirements.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.
