> For the complete documentation index, see [llms.txt](https://learn.capstorm.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.capstorm.com/copystorm-restore/frequently-asked-questions/what-is-the-tracker-database-password.md).

# What is the Tracker Database Password?

By default, CopyStorm/Restore tracker databases are stored in `$HOME/.capstorm/copyStormRestoreSets` as [H2 databases](http://www.h2database.com/html/main.html). Documentation on the database schema and how to access it can be found here. You will also need the answer to the question:

{% file src="/files/ysgUxyzd5nYje7K8dSWM" %}

* What Username and Password do I need to access a tracker database?

The answer is:

* Username: `root`
* Password: `capstorm`

Before spending a lot of time accessing the Tracker Database directly, look at the [Tracker Database](/copystorm-restore/reference/tracker-database-tab.md) tab in the CopyStorm/Restore GUI.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.capstorm.com/copystorm-restore/frequently-asked-questions/what-is-the-tracker-database-password.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
