> For the complete documentation index, see [llms.txt](https://docs.datarhei.com/core/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/core/web-interface.md).

# 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>" %}
