> For the complete documentation index, see [llms.txt](https://cube.ewelink.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cube.ewelink.cc/cube-os-es/exploracion-de-funciones/restablecer-contrasena.md).

# Restablecer contraseña

Si olvida su contraseña de CUBE OS, siga esta guía para restablecerla.

{% hint style="info" %}

### Preparación

* Para la instalación en Raspberry Pi, conecte un monitor externo.
* Para la instalación en máquina virtual, asegúrese de poder acceder a la salida de pantalla a través de un dispositivo cliente.
  {% endhint %}

{% stepper %}
{% step %}
En la página de inicio de sesión, haga clic en `Olvidé la contraseña`.

<figure><img src="/files/54f1f1f4b973a79c737b7f98ac60f4ffe2e4c922" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Haga clic en `Enviar código de verificación.`

<figure><img src="/files/0c85eecd33cfaedd033492df6392734b6b362d4a" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Acceda a la consola backend de CUBE OS mediante el monitor externo o el administrador de máquinas virtuales y busque el código impreso.

<figure><img src="/files/f6f6284a4512c924bd53519a0208e56c256969b3" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Ingrese el código en la consola web de CUBE OS y establezca una nueva contraseña.

<figure><img src="/files/9ca306ef782c475c8e7337b083794bed1a8af0fe" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Haga clic en Iniciar sesión para finalizar los pasos. Será redirigido a la página Todos los dispositivos con un aviso que dice "Éxito".

<figure><img src="/files/b16a7ae17c19bf347637dbd062ced566f565de23" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://cube.ewelink.cc/cube-os-es/exploracion-de-funciones/restablecer-contrasena.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.
