Skip to content
RealDestroyer Logo

Installation

How to install purchased packages into a project.

Download your package

Open Dashboard → Downloads and download the latest version for your license. Keep the archive private; redistribution outside your license terms is not permitted.

Install via package manager

Many products ship as Node packages. After extracting or linking the package, install dependencies and follow the product-specific README.

terminal
bash
npm install
# or
pnpm install

Verify the install

Run the product’s smoke check or example script. Confirm environment variables are set before connecting to production systems.

terminal
bash
npm run example
# expect a successful exit code