Skip to main content

Installation

This guide walks you through installing Clustron DKV on Windows.

This step is only required if you want to run Clustron in distributed mode. You can use In-Process mode without installing anything.


Prerequisitesโ€‹

  • Windows machine
  • PowerShell 7.x (recommended)

Install PowerShell (if not already installed):

winget install --id Microsoft.PowerShell -e

After installation, open PowerShell 7.


1. Downloadโ€‹

Download the latest release:

https://clustron.io/download/

Download the Windows package:

clustron-dkv-x.x.x-win-x64.zip

2. Extractโ€‹

Extract the ZIP file to a folder of your choice.

Example:

C:\temp\clustron

3. Run as Administratorโ€‹

Open PowerShell 7 with administrative privileges.

This is required for installation.


4. Installโ€‹

Navigate to the extracted folder:

cd C:\temp\clustron

Run the installer:

install.cmd

Once the installation completes, Clustron commands will be available in PowerShell.


Installation Locationโ€‹

By default, Clustron is installed to:

C:\Program Files\Clustron

Firewall Configurationโ€‹

The installer automatically opens the required port range:

7801 โ€“ 7899

Ensure these ports are accessible across machines if you plan to run a distributed cluster.


What Gets Installedโ€‹

  • Clustron runtime
  • PowerShell management modules
  • CLI tools for managing stores

Whatโ€™s Nextโ€‹

๐Ÿ‘‰ Continue to Run Your First Distributed Store to create and start a cluster
๐Ÿ‘‰ Or explore Configuration (appsettings.json) for advanced setup