Skip to content

Installing

Install

The recommended way is via npm, the package manager for Nodejs - the language the software is written in.

  1. Install Nodejs
  2. Install Chia-Dashboard-Satellite via npm:

    npm install --global chia-dashboard-satellite
    

  3. Run Chia-Dashboard-Satellite via:

    chia-dashboard-satellite
    

Download the latest release for your operating system from here.

Update

Just run the following command to update Chia-Dashboard-Satellite through npm:

npm update --global chia-dashboard-satellite

Download the newer version from here and use the new binary instead of the old one.