# Setup

{% hint style="info" %}
Im Folgenden verwenden wir **192.168.0.100 als Beispiel-IP-Adresse**, die IP-Adresse ist für jedes Heimnetzwerk verschieden.
{% endhint %}

## 1. UP4 Box mit Netzwerk und Strom verbinden

**UP4 startet mit Boot Logo am Display** (⏲ 60 Sekunden)

<figure><img src="/files/QVpn6H9RJGRLtyxENgN2" alt=""><figcaption><p>Display zeigt Boot Logo</p></figcaption></figure>

## 2. Initiales Setup über SSH

Das Setup startet automatisch nach einer erfolgreichen SSH Verbindung.

{% hint style="info" %}
Ein [Reset](/up-box-4/verwendung.md#reset-der-box) ist notwendig falls die Box bereits konfiguriert wurde.
{% endhint %}

### 2.1 Aktuelle IP-Adresse ablesen

Die UP4 zeigt ihre aktuelle IP-Adresse und die Bereitschaft fürs Setup.

<figure><img src="/files/YX9bAh5QjORKQfHDks81" alt=""><figcaption><p>Box ist bereit fürs Setup</p></figcaption></figure>

### 2.2 Per SSH mit Box verbinden

{% hint style="info" %}
Benutzer: **up**

Default-Passwort: **setup123**

IP Adresse: Am Display ablesen ([siehe 2.1](https://gitlab.com/nysostech/usable-privacy-documentation/-/blob/main/box/de/start/README.md#id-2.1-zugewiesene-ip-adresse-ablesen))
{% endhint %}

Siehe auch: [SSH mit Windows 10 nutzen](/up-box-4/start.md).

### 2.3 Setup Dialog

<figure><img src="/files/HLs3MFSX3vSYGn1ejWsx" alt=""><figcaption><p>&#x3C;Start> auswählen, um das Setup zu starten</p></figcaption></figure>

Die statische IP ist die zukünftige Netzwerkadresse der UP4 (DNS / Management).

<figure><img src="/files/LhcRZrIBfWCTKLwBxtQu" alt=""><figcaption><p>Setzen einer statischen IP-Adresse (vorausgefüllt mit aktueller [dynamischer] IP-Adresse). Weiter mit &#x3C;Continue></p></figcaption></figure>

Auswahl des DNS Modus. Siehe: [usableprivacy/config](https://github.com/usableprivacy/config#up-box-4-configuration-tool)

<figure><img src="/files/rbpmUnnZfQjSZxXBP8B0" alt=""><figcaption><p>Auswählen der upstream DNS Konfiguration. Weiter mit &#x3C;OK></p></figcaption></figure>

Setzen von sicheren Passwörtern.

{% hint style="info" %}
Speichern Sie die Passwörter für zukünftige Zugriffe mit einem Passwort-Manager.
{% endhint %}

<figure><img src="/files/LV3T259BJRWtQ5gg91hm" alt=""><figcaption><p>Setzen des SSH Passwort ("System Password") und Pi-hole Admin Passwort ("Pi-hole Password").<br>Dialog wird mit sicheren, zufälligen Passwörtern vorausgefüllt. Weiter mit &#x3C;Continue></p></figcaption></figure>

Finale Bestätigung der Änderungen. IP-Adresse wird nochmals angezeigt.

<figure><img src="/files/ZPidaX8omyaxup1uQnHQ" alt=""><figcaption><p>Finaler Dialog zum Abschluss des Setups</p></figcaption></figure>

### 2.4 Setup abschließen

{% hint style="info" %}
Nach Abschluss des Setup Dialogs, werden die neuen Passwörter ein letztes Mal angezeigt.
{% endhint %}

```
⚠️ This is the last time your new passwords are displayed!
-----
Pi-hole admin password: VliyryOlapCXDS
Password for user 'up': ZKEnIoae
-----
Please reboot to apply your new network settings using 'sudo reboot' ...
```

#### UP4 Box neu starten

{% hint style="info" %}
Der Neustart über "sudo reboot" erfordert bereits das neu gesetzte System Passwort.
{% endhint %}

```
sudo reboot
```

#### Box ist fertig konfiguriert und bereit.

<figure><img src="/files/Nnyp9Gj3E7V9KkIrAjNq" alt=""><figcaption><p>UP Box v4 ist bereit</p></figcaption></figure>

{% hint style="info" %}
DNS-Server ist unter angezeigter IP-Adresse verfügbar.

Pi-Hole Admin Interface steht unter http\://\[angezeigte IP-Adresse]/admin bereit.
{% endhint %}


---

# 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.usableprivacy.com/up-box-4/start.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.
