---
title: Installation
id: "en:rtlscloud:standalone:install.adoc"
site: en
component: rtlscloud
module: standalone
lang: en
url: "https://help.rtlscloud.io/3.0/en/rtlscloud/standalone/install.html"
source_repo: "https://github.com/iot-invent/rtlscloud-doc.git@HEAD"
source_path: en/modules/standalone/pages/install.adoc
---

# Installation

# System requirements

## Hardware

| Component | Minimum | Recommended |
| --- | --- | --- |
| CPU | 2 x 2GHz | 4 x 2GHz |
| Memory | 8 GB | 16 GB |
| Disc Space | 100 GB | 1 TB |
| Network | 100 Mbit | 1 Gbit |

## Software

| Component | Product version | Recommended |
| --- | --- | --- |
| JavaVM | JDK 17 or higher | OpenJDK 17 |

## Install on Windows

Download/Copy rtlscloud-standalone-mongodb-1.0.0-SNAPSHOT-embedded.zip to target System Extract it to C:\\Program files

> **IMPORTANT:** Please make sure the User "Local Service" has full access rights to C:\Program Files\rtlscloud folder.

Open Command Line, go to C:\\Program Files\\rtlscloud\\bin folder and install the service.

```console
cd "C:\Program Files\rtlscloud\bin"
service.bat install rtlscloud //ES
```
