> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/clore.ai/clore.ai-eng-de/hauptseite/clorent.md).

# Clorent-Desktop-App

Nativer Desktop-Client für den GPU-Marktplatz von Clore.ai

Clorent ist die offizielle Desktop-Anwendung von Clore.ai — das vollständige Marktplatz-Erlebnis als schnelle native App für **macOS, Windows und Linux**. GPUs durchsuchen und mieten, Bestellungen verwalten, Ihren Host-Fuhrpark betreiben und Ihre Wallet verwalten, ohne einen Browser zu öffnen.

Herunterladen von [clore.ai/clorent](https://clore.ai/clorent).

## Mieten

* **On-Demand und Spot in einer Ansicht** — der gesamte Marktplatz mit drei Ansichten (Karten, kompakte Zeilen oder eine vollständige Datentabelle) und einem Spaltenauswähler.
* **Erweiterte Filter mit gespeicherten Presets**, Volltextsuche mit Verlauf und Serververgleich nebeneinander.
* **Spot-Checkout** — bieten Sie auf oder über dem Mindestpreis des Hosts, sofortiger Start, niedrigere Mieter- und Erstellungsgebühren.
* **Preis-Coach** — ein sofortiger Hinweis zur Marktposition für jeden Serverpreis oder Spot-Gebot (z. B. „günstiger als 80 % vergleichbarer RTX-4090-Server“), normalisiert pro GPU.
* **Schnellbereitstellung** mit imagespezifischen Formularen (Ubuntu, Jupyter, HiveOS, benutzerdefiniertes Docker-Image), SSH-Schlüsseln, Umgebungsvariablen und Portweiterleitung; wiederverwendbare Bestellvorlagen.
* **Massenmiete** — dieselbe Konfiguration gleichzeitig auf mehreren Servern bereitstellen.
* **Bestell-Dashboard** — farbcodierte Live-Status, Starten/Stoppen/Verlängern/Stornieren pro Bestellung, minutengenaue Abrechnung.

## Hosting

* **Meine Server** — Ihr gesamter Fuhrpark mit Live-Statistiken pro Server: Temperaturbalken pro GPU und CPU-/RAM-Auslastung, mit einem Detailblatt, das Auslastung und VRAM pro GPU nahezu in Echtzeit anzeigt.
* **Server aus der App hinzufügen** — schnelle oder erweiterte Installation für ein einzelnes Gerät sowie Massen-Onboarding für Ubuntu- (cloud-init, SSH-Schleife, Ansible) und HiveOS- (Flight-Sheet) Flotten.
* **Serveroperationen** — MFP-Sperre, Übertaktungsprofile, automatische USD-Preisgestaltung, umbenennen/neustarten/entfernen, VPN- und Partner-Schalter, Internet-Benchmark und ein Einnahmen-Dashboard.

## Wallet & Konto

* Mehrwährungs-Guthaben mit USD-Äquivalenten; BTC, CLORE, USDT und USDC einzahlen und auszahlen.
* Transaktionsverlauf und ein Ausgaben-Dashboard mit Kostenaufschlüsselungen.
* Anmeldung mit E-Mail oder HiveOS; Zwei-Faktor-Authentifizierung; eine lokale PIN-App-Sperre; Verwaltung von API-Schlüsseln und SSH-Schlüsseln.

## Organisation

* Private Notizen pro Server, Watchlist und Blacklist mit Begründungen, Pins und Favoriten sowie ein Kontextmenü per Rechtsklick für Schnellaktionen.

## Tiefenlinks

Clorent registriert das `clore://` Schema, sodass Links wie `clore://marketplace`, `clore://server/123`, `clore://order/456`, oder `clore://wallet` direkt in der App geöffnet werden.

{% hint style="info" %}
Auf Servern, die [Teilweise GPU-Vermietung](/clore.ai/clore.ai-eng-de/fur-mieter/partial-gpu-rental.md)unterstützen, zeigt Clorent beim Checkout einen Auswähler für die GPU-Anzahl an. Der Auswähler erscheint automatisch, sobald Hosts auf Hosting-Software aktualisieren, die dies unterstützt.
{% endhint %}


---

# 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://docs.clore.ai/clore.ai/clore.ai-eng-de/hauptseite/clorent.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.
