Quantstrip docs
Open Dashboard

Install

Quantstrip ships as a Windows installer (Inno Setup) that requires admin rights. It installs to C:\Program Files\Quantstrip\Quantstrip 0.94 by default, bundling its own embedded Python distribution — you don't need Python installed separately.

The installer also registers and starts a Windows service, QuantstripService, configured to auto-start and auto-recover on failure. Desktop and Start Menu shortcuts don't launch an executable directly — they open http://127.0.0.1:8051 in your browser, which is where the running service serves the dashboard.

Default content — example clients, SQL snippets, web assets — is seeded under Data\ next to the app only if it doesn't already exist; existing files are not overwritten on reinstall. The one exception is Data\clients\Examples, which is overwritten on every install or upgrade. Do not store custom scripts in that folder.

Activate

Installation and activation are separate steps. Quantstrip enforces a license gate: on startup, the service validates a license key against Data\license\license.txt. If the key is missing, invalid, or expired, the service stops every client and the dashboard shows a License Required screen instead of dashboard content.

A license key looks like QSTR-XXXX-YYYY-ZZZZ-AAAA. Enter it on the License Required screen; once it validates, it's written to Data\license\license.txt and the service starts your clients normally on subsequent restarts. The dashboard footer always shows the current license status.

Basic concepts

Next: configure email notifications — the first thing worth setting up so Quantstrip can actually reach you when a client needs attention. After that, see Client Monitor for a tour of the dashboard, or General client template for a minimal client example.