How Can We Help?
How can I create a separate installation of Crates to experiment without losing my current setup?
If you’d like to try a new build of Crates or just experiment without affecting your main installation, you can create a fresh data set while keeping your existing one safe.
Where Crates stores your data:
- macOS:
~/Library/Application Support/Crates
- Windows:
%APPDATA%\Crates
Steps
- Quit Crates completely. From the File menu, choose Quit App and Server. Make sure Crates is not running in the background.
- Locate the data folder. On macOS, open Finder and go to
~/Library/Application Support/
. On Windows, open File Explorer and go to%APPDATA%
. - Rename your current Crates folder. Change the folder name from
Crates
to something else (e.g.,Crates-Prod
,Crates-2
). - Start Crates again. The app will behave like a brand-new installation. You’ll be asked to activate and set it up from scratch. Here you can experiment as much as you want, all progress will be stored on the new folder.
- Switch back to your old installation (optional). Quit Crates and the server again, delete or rename the current
Crates
folder (holding the existing data). Then rename your old folder back toCrates
, then relaunch the app to resume your previous setup.