# Web-Interface

## Restreamer-UI

<figure><img src="/files/64QoskrTcsnsPgFDFaEB" alt=""><figcaption></figcaption></figure>

The Restreamer-UI is an easy interface to manage multiple live and restreams on different platforms like the website, YouTube, Facebook and more.

### Quick start

#### 1. Start the Core

```
docker run -d --name core -p 8080:8080 datarhei/core:latest
```

#### 2. Start the Interface

```
docker run -d --name restreamer-ui -p 3000:3000 datarhei/restreamer-ui:latest
```

#### 3. Open the Interface and connect it to the running Core

<http://127.0.0.1:3000?address=http://127.0.0.1:8080>

{% embed url="<https://github.com/datarhei/restreamer-ui>" %}


---

# 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.datarhei.com/core/web-interface.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.
