> For the complete documentation index, see [llms.txt](https://docs.datarhei.com/restreamer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datarhei.com/restreamer/de/installation.md).

# Installation

- [Mindestanforderungen](https://docs.datarhei.com/restreamer/de/installation/minimum-requirements-for-using-datarhei-restreamer.md): Sobald Docker auf dem Host läuft, stehen die Chance gut den Restreamer nutzen zu können.
- [Offizielle Empfehlungen](https://docs.datarhei.com/restreamer/de/installation/official-recommendations.md): Offizielle Empfehlungen für den Einsatz in der Produktion
- [Windows / macOS](https://docs.datarhei.com/restreamer/de/installation/windows-macos.md): Restreamer auf Microsoft Windows und Apple macOS in einem Container installieren und starten.
- [Linux](https://docs.datarhei.com/restreamer/de/installation/linux.md): datarhei Restreamer auf Linux mit einer 64Bit Intel oder AMD CPU in einem Docker Container installieren und starten.
- [Raspberry Pi / ARM](https://docs.datarhei.com/restreamer/de/installation/raspberry-pi-arm.md): Restreamer auf einem Raspberry Pi 3, Pi4 oder einem anderen Gerät mit einer ARMv6, ARMv7 oder ARMv8 CPU in einem Docker Container installieren und starten.
- [Cloud/Hosting-Service](https://docs.datarhei.com/restreamer/de/installation/cloud-hosting-service.md): Wenn Ihr privater ISP nicht genügend Bandbreite hat, ist es naheliegend, den Restreamer bei einem Cloud/Hosting-Dienst zu betreiben.
- [Aktualisieren](https://docs.datarhei.com/restreamer/de/installation/aktualisieren.md): Immer den neusten datarhei Restreamer.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.datarhei.com/restreamer/de/installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
