> 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** für VMware oder VirtualBox

Eine vollständige Liste der unterstützten Betriebssysteme finden Sie unter [**Unterstützte Betriebssysteme**](/lucy-wiki-de/anleitungen/lucy-installieren/systemanforderungen.md#supported-operating-system-for-docker-installation).

***

## Docker

#### Lucy 6

**Unterstützte Host-Betriebssysteme:** Ubuntu 22.04 oder höher

**Bash-Installer**

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

#### Lucy 5

**Unterstützte Host-Betriebssysteme:** Ubuntu 22.04 oder höher

**Bash-Installer**

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

**C++-Installer**

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

#### Überprüfen Sie die Installation

Nach der Installation bestätigen Sie, dass der Lucy-Container läuft:

```bash
docker ps
```

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

***

### Ältere Docker-Installer

{% hint style="warning" %}
Diese Installer stellen einen Docker-Container bereit, der **Ubuntu 20.04**ausführt, das nicht mehr unterstützt wird.

Verwenden Sie sie nur, wenn dies aus Kompatibilitätsgründen mit einer bestehenden Bereitstellung erforderlich ist.
{% endhint %}

| Host-Betriebssystem | Installer                                                                                       |
| ------------------- | ----------------------------------------------------------------------------------------------- |
| Ubuntu 20.04        | [Installer herunterladen](https://download.phishing-server.com/dl/lucy-latest/install-20.04.sh) |
| Ubuntu 22.04        | [Installer herunterladen](https://download.phishing-server.com/dl/lucy-latest/install-22.04.sh) |

***

## Virtuelle Maschinen

Lucy ist auch als vorkonfigurierte virtuelle Maschine verfügbar.

{% hint style="info" %}
**Netzwerkkonfiguration:** Stellen Sie den Netzwerkadapter der VM auf **Bridged** Modus.
{% endhint %}

### VMware

| Version      | Format | Download                                                                                     |
| ------------ | ------ | -------------------------------------------------------------------------------------------- |
| **Lucy 6**   | ESXi   | [ESXi-OVA herunterladen](https://download.phishing-server.com/dl/phishing-6.0/esxi.ova)      |
| **Lucy 6**   | OVF    | [OVF-Paket herunterladen](https://download.phishing-server.com/dl/phishing-6.0/esxi_ovf.zip) |
| **Lucy 5.7** | ESXi   | [ESXi-OVA herunterladen](https://download.phishing-server.com/dl/phishing-5.7/esxi.ova)      |
| **Lucy 5.7** | OVF    | [OVF-Paket herunterladen](https://download.phishing-server.com/dl/phishing-5.7/esxi_ovf.zip) |

### VirtualBox

[**VirtualBox-Image herunterladen**](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.
