# Web-Interface

## Restreamer-UI

<figure><img src="https://951110271-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQRvnKSkK1SsZB0HeYhh%2Fuploads%2FsXX8IhKXZRzrmgAgpMaF%2Freadme.png?alt=media&#x26;token=be9eeb51-b6b0-4d2c-89ec-a8b44748a3c6" 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](http://127.0.0.1:3000/?address=http://127.0.0.1:8080)

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