> For the complete documentation index, see [llms.txt](https://wiki.lucysecurity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.lucysecurity.com/lucy-wiki-de/anleitungen/lucy-installieren/lucy-installieren.md).

# Lucy installieren

Lucy kann mit einer der folgenden Methoden bereitgestellt werden:

* **Docker-Installation auf einem unterstützten Betriebssystem**
* **Vorkonfigurierte virtuelle Maschinen (VMware / VirtualBox)**

Eine vollständige Liste der unterstützten Betriebssysteme finden Sie unter [**Unterstützte Betriebssysteme**](/lucy-wiki-de/anleitungen/lucy-installieren/hardwareanforderungen.md).

## Lucy 6

### Docker-Installation (empfohlen)

{% hint style="info" %}
Unterstützte Systeme: Ubuntu 22.04 oder höher
{% endhint %}

#### Bash-Installer

```
wget https://download.phishing-server.com/dl/lucy-latest/Install_lucy_6.0.sh
sudo bash Install_lucy_6.0.sh
```

## Lucy 5

### Docker-Installation (empfohlen)

{% hint style="info" %}
Unterstützte Systeme: Ubuntu 22.04 oder höher
{% endhint %}

#### **C++-Installer**

```
wget https://download.phishing-server.com/dl/lucy-latest/Install_lucy_5.7.2
sudo ./Install_lucy_5.7.2
```

#### **Bash-Installer**

```
wget https://download.phishing-server.com/dl/lucy-latest/Install_lucy_5.7.2.sh
sudo bash Install_lucy_5.7.2
```

#### Installation überprüfen

Sobald die Installation abgeschlossen ist, prüfen Sie, ob der Lucy-Container läuft:

```
docker ps
```

Sie sollten den **Lucy-Container** in der Ausgabe aufgelistet sehen.

***

#### Veraltete Docker-Installer

{% hint style="info" %}
⚠ **Warnung**

Die alten Installationsskripte stellen einen **Docker-Container mit Ubuntu 20.04 bereit**, der **nicht mehr unterstützt wird**.

Verwenden Sie diese Installer **nur, wenn Sie eine spezielle Kompatibilitätsanforderung haben**.
{% endhint %}

**Ubuntu 20.04-Host**

```
wget https://download.phishing-server.com/dl/lucy-latest/install-20.04.sh
```

**Ubuntu 22.04-Host**

```
wget https://download.phishing-server.com/dl/lucy-latest/install-22.04.sh
```

***

### Installation virtueller Maschinen

Lucy ist auch als eine **vorkonfigurierte virtuelle Maschine**.

{% hint style="info" %}
Konfigurieren Sie für alle VM-Bereitstellungen den Netzwerkadapter wie folgt:

Netzwerkmodus: `Bridged`
{% endhint %}

#### VMware

**ESXi**

```
https://download.phishing-server.com/dl/phishing-5.7/esxi.ova
```

**OVF**

```
https://download.phishing-server.com/dl/phishing-5.7/esxi_ovf.zip
```

#### Veraltete VMware-Images

**ESXi**

```
https://download.phishing-server.com/dl/phishing-5.6/esxi.ova
```

**OVF**

```
https://download.phishing-server.com/dl/phishing-5.6/esxi_ovf.zip
```

***

#### VirtualBox

```
https://download.phishing-server.com/dl/lucy-latest/virtualbox.zip
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.lucysecurity.com/lucy-wiki-de/anleitungen/lucy-installieren/lucy-installieren.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
