> For the complete documentation index, see [llms.txt](https://nodered-dashboards.gitbook.io/node-red-dashboards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nodered-dashboards.gitbook.io/node-red-dashboards/setup/installing-dashboards-into-node-red-cloud-instance.md).

# Installing Dashboards into Node-RED Cloud Instance

## Installing Dashboard Nodes&#x20;

![](/files/-LliMQy9_XsM-bfT5DPP)

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

![](/files/-LliMneTf4MW2wa6s5VR)

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

![](/files/-LliMwpoZrMBsnvs51NY)

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

![](/files/-LliNINOTshOHY3HffV1)

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

![](/files/-LliNSCMWonppKz81JLg)

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

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

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

![](/files/-LliNbpvZT4rCDsvYYgQ)

**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

![](/files/-LliNtUFIsGwzNKsRgqI)

![](/files/-LliO-LMz6mZS6lgK73c)
