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

# Reinstalar conservando el token

**Método uno (recomendado)**

El archivo de token se encuentra en /opt/clore-hosting/client/auth. Para copiarlo cómodamente, puede usar un programa con un administrador de archivos, como Snowflake:

<figure><img src="/files/3075109734b0ca583da13cde31a28fd17c407a72" alt=""><figcaption></figcaption></figure>

1. Asegúrese de que su computadora y el servidor estén en la misma red local.
2. Arrastre el archivo auth a su computadora o a una memoria USB.
3. Reinstale Hive OS con el comando:

   ```
   hive-replace -y --stable
   ```
4. Siga las instrucciones de instalación y, en lugar de usar el comando:

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

   simplemente devuelva el archivo auth de nuevo al`/opt/clore-hosting/client/`directorio
5. Reinicie el servidor:

   ```
   reboot
   ```

**Método dos**

1. Conéctese al servidor mediante SSH o abra Hive Shell y ejecute el comando:

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

   El archivo auth se abrirá en un editor de texto. Copie su contenido y guárdelo en su computadora, por ejemplo, en un editor de texto.

<figure><img src="/files/40f02851533746a33d599f48ef659d3099118bb7" alt=""><figcaption></figcaption></figure>

2. Presione F10 para salir del editor.
3. Reinstale Hive OS con el comando:

   ```
   hive-replace -y --stable
   ```
4. Después de completar la instalación, ejecute los siguientes comandos en secuencia:

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

   Se abrirá un archivo auth vacío en el editor de texto. Pegue el contenido previamente guardado del archivo antiguo.
5. Presione F2 para guardar y F10 para salir.
6. Reinicie el servidor:

   ```
   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-es/para-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.
