Skip to content

iotaledger/node-dashboard

IOTA Node Dashboard

Discord StackExchange Apache-2.0 license

AboutPrerequisitesGetting startedSupporting the projectJoining the discussion

About

Dashboard used by the IOTA-Core node software.

Prerequisites

To deploy your own version of the Node Dashboard, you need to have at least version 14 of Node.js installed on your device.

To check if you have Node.js installed, run the following command:

node -v

If Node.js is installed, you should see the version that's installed.

Getting Started

You need to run a local version of the IOTA-Core node software from the develop branch https://github.com/iotaledger/iota-core/

  1. Make sure to set dashboard.dev to true in the config, to enable the node to serve assets from the dev instance.
  2. Install all needed npm modules via npm install.
  3. Run a dev-server instance by running npm run start within the repo root directory.
  4. Using default port config, you should now be able to access the dashboard under http://127.0.0.1:8081

The dashboard is hot-reload enabled.

Supporting the project

If the Node Dashboard has been useful to you and you feel like contributing, consider submitting a bug report, feature request or a pull request.

See our contributing guidelines for more information.

Joining the discussion

If you want to get involved in the community, need help with getting set up, have any issues or just want to discuss IOTA, feel free to join our Discord.