# How to integrate a website

## Prerequisite

You have already started your Docker container with the mount path if you followed the instructions.&#x20;

```
-v /opt/restreamer/data:/core/data
```

{% hint style="info" %}
The */core/data* folder represents the root directory for the Restreamer, accessible via the URL: <http://restreamer-url/>
{% endhint %}

### Step 1

Make website (index.html) accessible

Copy your website files into the mount path:&#x20;

```
/opt/restreamer/data
```

### Step 2

Now the page is active.

{% hint style="info" %}
The address is <http://restreamer-url/>
{% endhint %}

## Learn more

{% content-ref url="../../installing" %}
[installing](https://docs.datarhei.com/restreamer/installing)
{% endcontent-ref %}

{% content-ref url="../manual" %}
[manual](https://docs.datarhei.com/restreamer/knowledge-base/manual)
{% endcontent-ref %}
