> 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-fr/exploration-des-fonctionnalites/reinitialiser-le-mot-de-passe.md).

# Réinitialiser le mot de passe

Si vous oubliez votre mot de passe CUBE OS, veuillez suivre ce guide pour le réinitialiser.

{% hint style="info" %}

### Préparation

* Pour l'installation sur Raspberry Pi, veuillez connecter un écran externe.
* Pour l'installation sur machine virtuelle, assurez-vous de pouvoir accéder à la sortie d'écran via un appareil client.
  {% endhint %}

{% stepper %}
{% step %}
Sur la page de connexion, cliquez `Mot de passe oublié`.

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

{% step %}
Cliquez sur `Envoyer le code de vérification.`

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

{% step %}
Accédez à la console back-end de CUBE OS via l'écran externe ou le gestionnaire de machine virtuelle, et trouvez le code affiché.

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

{% step %}
Saisissez le code dans la console web de CUBE OS et définissez un nouveau mot de passe.

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

{% step %}
Cliquez sur Se connecter pour terminer les étapes. Vous serez redirigé vers la page Tous les appareils avec une notification indiquant « Succès ».

<figure><img src="/files/a179979bf698baeca65fad11b9764818b763a5b0" 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-fr/exploration-des-fonctionnalites/reinitialiser-le-mot-de-passe.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.
