Building storagenode web dashboard from source for ARMv5

cd $HOME/storj/web/storagenode
npm install
npm run build

and in your storage node config

console.static-dir: "/home/storagenode/storj/web/storagenode"
5 Likes