Skip to content

How to update the dashboard

pablopi edited this page Oct 13, 2015 · 3 revisions
  1. Log in to your Netbeast router, wether it is through http://home.netbeast and opening the terminal app or through ssh root@home.netbeast.
  2. Type:
npm -g install nb-dashboard
service dashboard stop
service dashboard start

Done!

It is expected to be a feature of following releases to do this automatically for you by just pressing a button or automatically with each new release.

Common problems

  • Folders in config.json are not created after installation, due to .gitignore. To fix this go to nb-dashboard folder (most probably in /lib/node_modules/nb-dashboard or /usr/lib/node_modules/nb-dashboard and run mkdir sandbox; mkdir tmp.

Written with <3 by Jesús Darío, co-founder of netBeast.

Clone this wiki locally