Uninstallation and reinstallation
You may want to uninstall EML AdminTool if you no longer need it or if you want to perform a clean reinstallation. This page provides instructions for both scenarios.
Note
EML AdminTool administration page includes a factory reset option that deletes all data and settings. This is sufficient for most use cases. However, if you want to completely remove all traces of EML AdminTool from your server or your computer, follow the instructions below.
Uninstalling EML AdminTool
If EML AdminTool is installed on a Linux VPS, connect to your server via SSH.
Navigate to the EML AdminTool configuration directory. By default, this is
~/.eml/admintoolunder Linux and macOS, andC:\Users\<YourUsername>\.eml\admintoolunder Windows:cd ~/.eml/admintoolRemove the EML AdminTool containers and data with Docker Compose:
docker compose -f docker-compose.prod.yml down --rmi all -vDelete the EML AdminTool configuration directory:
rm -rf ~/.eml/admintoolIf you set up NGINX for EML AdminTool, remove the corresponding server block configuration and reload NGINX to apply the changes.
Reinstalling EML AdminTool
To reinstall EML AdminTool, simply follow the installation instructions for your environment:
- For production deployments on a Linux VPS, see Production setup.
- For local development on Windows or macOS, see Development setup.