# Installing Dashboards into Node-RED Cloud Instance

## Installing Dashboard Nodes&#x20;

![](https://1168127261-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ll8Hv_n0TDEU2wd8dWK%2F-LliIaU5ATergGeboxvO%2F-LliMQy9_XsM-bfT5DPP%2FScreen%20Shot%202019-08-07%20at%207.15.16%20PM.png?alt=media\&token=9eb08abc-9cbe-4ecd-82ef-35575f2a127c)

**Step 1.** Search for the instance of the Node-RED starter kit you created on IBM Cloud&#x20;

![](https://1168127261-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ll8Hv_n0TDEU2wd8dWK%2F-LliIaU5ATergGeboxvO%2F-LliMneTf4MW2wa6s5VR%2FScreen%20Shot%202019-08-07%20at%207.16.55%20PM.png?alt=media\&token=c6b557c6-a53e-4346-adfe-ac8efadb6473)

**Step 2.** Scroll down to Continuous delivery and click on View toolchain&#x20;

![](https://1168127261-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ll8Hv_n0TDEU2wd8dWK%2F-LliIaU5ATergGeboxvO%2F-LliMwpoZrMBsnvs51NY%2FScreen%20Shot%202019-08-07%20at%207.17.31%20PM.png?alt=media\&token=9af063bd-a645-4c93-884d-92dcc635e66a)

**Step 3**.  Click on Git box under Code&#x20;

![](https://1168127261-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ll8Hv_n0TDEU2wd8dWK%2F-LliNFDBZBvysBwt5I35%2F-LliNINOTshOHY3HffV1%2FScreen%20Shot%202019-08-07%20at%207.18.11%20PM.png?alt=media\&token=707baacd-025b-46cc-8634-5786ae111468)

**Step 4** . Once in Git click on package.json&#x20;

![](https://1168127261-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ll8Hv_n0TDEU2wd8dWK%2F-LliNFDBZBvysBwt5I35%2F-LliNSCMWonppKz81JLg%2FScreen%20Shot%202019-08-07%20at%207.19.41%20PM.png?alt=media\&token=049020da-b111-45d9-80a3-ad164701d005)

**Step 5.** Edit package.json dependancies. Add :&#x20;

```
"node-red-dashboard":"2.x" 
```

in the dependency list as so and commit changes&#x20;

![](https://1168127261-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ll8Hv_n0TDEU2wd8dWK%2F-LliNFDBZBvysBwt5I35%2F-LliNbpvZT4rCDsvYYgQ%2FScreen%20Shot%202019-08-07%20at%207.20.21%20PM.png?alt=media\&token=e71495b2-4c90-4be1-b0f9-13f4011beb69)

**Step 6.** Once change is committed, launch the App url once again. Click on the hamburger menu >   Manage Palette section and then search for dashboard nodes. You should see  node-red-dashboard. Click install and you should successfully see dashboard pallet on your Node-RED editor

![](https://1168127261-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ll8Hv_n0TDEU2wd8dWK%2F-LliNFDBZBvysBwt5I35%2F-LliNtUFIsGwzNKsRgqI%2FScreen%20Shot%202019-08-07%20at%207.21.02%20PM.png?alt=media\&token=592f3803-366b-4c70-8599-09b63aff98d6)

![](https://1168127261-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ll8Hv_n0TDEU2wd8dWK%2F-LliNFDBZBvysBwt5I35%2F-LliO-LMz6mZS6lgK73c%2FScreen%20Shot%202019-08-07%20at%207.22.16%20PM.png?alt=media\&token=8320a173-25d6-4270-a6f6-a9e83ec38547)
