Docs

Reset application

How to wipe Sail Manager state without losing your code or Docker volumes.


What it does

Settings, then Danger zone, then "Reset application". Use this when you want a clean slate without uninstalling the app.

  • Stops every running project and any service-mode auto-commands.
  • Removes the Traefik and dnsmasq containers.
  • Removes /etc/resolver/<tld> (one-time sudo prompt).
  • Wipes the project list, history, auto-commands, and templates (templates reset to the seeded defaults).

You'll get a confirmation modal before any of it happens. There's no undo.

What it keeps

  • Your project folders. Source code stays where it is.
  • Docker volumes. Your databases are fine.
  • Your settings (theme, projects folder, editor pick) stay set unless you change them yourself.

Since your code stays put, the typical recovery flow after a reset is to use the "Found N untracked projects" toast on next launch to re-import everything in one click.