[GH-ISSUE #1531] [DOCS]: Regarding reseting onboarding #987

Closed
opened 2026-02-22 18:22:33 -05:00 by yindo · 2 comments
Owner

Originally created by @clipod on GitHub (May 24, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1531

Description

Hi, I am playing with the tool and one thing I am not able to figure out was, if I want to reset everything and go back to onboarding page, how can I do it. For example, right now i set this up for an individual and now I want to change this experience for a team.

Originally created by @clipod on GitHub (May 24, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1531 ### Description Hi, I am playing with the tool and one thing I am not able to figure out was, if I want to reset everything and go back to onboarding page, how can I do it. For example, right now i set this up for an individual and now I want to change this experience for a team.
yindo added the documentation label 2026-02-22 18:22:33 -05:00
yindo closed this issue 2026-02-22 18:22:33 -05:00
Author
Owner

@timothycarambat commented on GitHub (May 24, 2024):

There was no description on how you are using AnythingLLM so ill provide the ususal suspects:

Docker

  • When you started the container you attached some STORAGE location from the HOW_TO_USE_DOCKER.md file we have. To reset everything, delete that folder

Desktop
Mac: /Library/Application Support/anythingllm-desktop You can just delete this whole folder. On reboot it will be re-created
Windows: C:\Users\usr\AppData\Roaming\anythingllm-dekstop - same as above
Linux: ~/.config/anythingllm-desktop

Local Development

  • yarn prisma:reset
  • make sure no LLM_PROVIDER, EMBEDDING_ENGINE, or VECTOR_DATABASE env keys are set.
@timothycarambat commented on GitHub (May 24, 2024): There was no description on how you are using AnythingLLM so ill provide the ususal suspects: **Docker** - When you started the container you attached some `STORAGE` location from the HOW_TO_USE_DOCKER.md file we have. To reset everything, delete that folder **Desktop** Mac: `/Library/Application Support/anythingllm-desktop` You can just delete this whole folder. On reboot it will be re-created Windows: `C:\Users\usr\AppData\Roaming\anythingllm-dekstop` - same as above Linux: `~/.config/anythingllm-desktop` **Local Development** - `yarn prisma:reset` - make sure no `LLM_PROVIDER`, `EMBEDDING_ENGINE`, or `VECTOR_DATABASE` env keys are set.
Author
Owner

@clipod commented on GitHub (May 24, 2024):

Ah thanks. Ya I was running on Docker. I deleted everything inside the folder but not the .env file. Though if anythingllm.db is wiped of completely, it will take me to the initial step.

@clipod commented on GitHub (May 24, 2024): Ah thanks. Ya I was running on Docker. I deleted everything inside the folder but not the .env file. Though if anythingllm.db is wiped of completely, it will take me to the initial step.
yindo changed title from [DOCS]: Regarding reseting onboarding to [GH-ISSUE #1531] [DOCS]: Regarding reseting onboarding 2026-06-05 14:38:19 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#987