> ## Documentation Index
> Fetch the complete documentation index at: https://remnawave.shop/llms.txt
> Use this file to discover all available pages before exploring further.

# Requirements

> This page lists the hardware and software requirements for running Remnashop

***

#### Compatible Remnawave Panel versions

| Remnashop Version | Remnawave Panel Version |
| ----------------- | ----------------------- |
| `0.7.4` — `0.8.0` | `>= 2.7.0` `< 2.8.0`    |
| `0.7.0` — `0.7.3` | `>= 2.6.0` `< 2.7.0`    |
| `0.6.6`           | `>= 2.3.2` `<= 2.5.7`   |

***

#### Hardware

* **OS**: **Ubuntu** or **Debian** recommended
* **RAM**: minimum 2 GB, 4 GB recommended
* **CPU**: minimum 2 cores, 4 cores recommended
* **Storage**: 20 GB

  <Tip>
    Remnashop can run with lower specifications, but this is not
    recommended. Some background processes can be resource-intensive.
  </Tip>

***

#### Software

Remnashop requires Docker with the Docker Compose plugin.

<Accordion title="Install Docker using the official script" defaultOpen>
  ```text theme={"dark"}
  sudo curl -fsSL https://get.docker.com | sh
  ```
</Accordion>
