CIS IoT Dashboard using node-red
- Node-RED flow editor here
npm i -g node-red
to install node-red globallynpm i
to install local packagesnode-red admin init
to create yoursettings.js
file with your own username and password (this will automatically secure your node-red editor. Read more about securing Node-RED here)node-red cis-iot.json -s settings.js
to start your node-red using yoursettings.js
file- You might install
node-red-dashboard
by pressingAlt + Shift + P
to bring up theUser Settings
then click on theInstall
tab and search fornode-red-dashboard
. Clickinstall
.