> 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/fur-hosts/server-offline-on-clore.ai/how-to-reinstall-while-keeping-the-old-token.md).

# Neuinstallation unter Beibehaltung des Tokens

**Methode Eins (bevorzugt)**

Die Token-Datei befindet sich unter /opt/clore-hosting/client/auth. Zum bequemen Kopieren können Sie ein Programm mit Dateimanager verwenden, zum Beispiel Snowflake:

<figure><img src="/files/dbb78b8ce484c6572241f59fc2ec53797c6f83fd" alt=""><figcaption></figcaption></figure>

1. Stellen Sie sicher, dass sich Ihr Computer und der Server im selben lokalen Netzwerk befinden.
2. Ziehen Sie die Auth-Datei auf Ihren Computer oder einen USB-Stick.
3. Installieren Sie Hive OS mit folgendem Befehl neu:

   ```
   hive-replace -y --stable
   ```
4. Befolgen Sie die Installationsanweisungen und verwenden Sie statt des Befehls:

   ```
   /opt/clore-hosting/clore.sh --init-token <token>
   ```

   legen Sie die Auth-Datei einfach wieder zurück in den`/opt/clore-hosting/client/`Verzeichnis
5. Starten Sie den Server neu:

   ```
   reboot
   ```

**Methode Zwei**

1. Verbinden Sie sich per SSH mit dem Server oder öffnen Sie Hive Shell und führen Sie den Befehl aus:

   ```
   mcedit /opt/clore-hosting/client/auth
   ```

   Die Auth-Datei wird in einem Texteditor geöffnet. Kopieren Sie den Inhalt und speichern Sie ihn auf Ihrem Computer, zum Beispiel in einem Texteditor.

<figure><img src="/files/796a3b3d3abd163461d95cddb1a136bc2d2129c3" alt=""><figcaption></figcaption></figure>

2. Drücken Sie F10, um den Editor zu verlassen.
3. Installieren Sie Hive OS mit folgendem Befehl neu:

   ```
   hive-replace -y --stable
   ```
4. Führen Sie nach Abschluss der Installation die folgenden Befehle nacheinander aus:

   ```
   cd /opt/clore-hosting/client/
   touch auth
   mcedit auth
   ```

   Eine leere Auth-Datei wird im Texteditor geöffnet. Fügen Sie den zuvor gespeicherten Inhalt der alten Datei ein.
5. Drücken Sie F2 zum Speichern und F10 zum Beenden.
6. Starten Sie den Server neu:

   ```
   reboot
   ```


---

# 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/fur-hosts/server-offline-on-clore.ai/how-to-reinstall-while-keeping-the-old-token.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.
