> ## Documentation Index
> Fetch the complete documentation index at: https://remnawave.shop/llms.txt
> Use this file to discover all available pages before exploring further.

# Update

> How to update Remnashop to the latest version

To update and restart the bot, run the following command:

<CodeGroup>
  ```bash Update the bot theme={"dark"}
  cd /opt/remnashop && docker compose pull && docker compose down && docker compose up -d && docker compose logs -f
  ```
</CodeGroup>

The built-in assets (default translations and banners) ship inside the Docker image and are updated automatically together with the bot — you no longer need to reset them manually.

On startup after an update, the bot:

* Picks up the latest built-in translations and banners from the image.
* Keeps your custom translations (`custom.ftl`) and banners unchanged.
* When upgrading from a version below 0.8, moves the old translation files into a `.legacy/` folder — only `custom.ftl` remains in the user volume.

<Note>
  Your overrides in `custom.ftl` and your own banners in `assets/` are never touched by an update. See the [Assets](/docs/en/install/assets) page for details.
</Note>
