> For the complete documentation index, see [llms.txt](https://docs.emaildelivery.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emaildelivery.com/docs/post-installation/how-to-reinstall.md).

# How to reinstall

Destroy all the Docker containers and images:

{% code overflow="wrap" %}

```
docker kill $(docker ps -q) ; docker rm $(docker ps -a -q) ; docker rmi $(docker images -q)
```

{% endcode %}

Delete the edcom-install directory:

```
rm -rf edcom-install
```

Extract the installation archive and go through the usual installation process:

```
tar xzvf edcom-install.tgz
```
