My 2 month node is not working raspberry piR

I have a 2 months old month and today i realised is not working i cant acces by the ip an port to the web dashboard and when i type the comand to see the dashboard at the rpi it says that error.
pi@raspberrypi:~ $ docker exec -it storagenode /app/dashboard.sh
2020-09-06T18:39:56.155Z INFO Configuration loaded {“Location”: “/app/config/config.yaml”}
2020-09-06T18:39:56.158Z INFO Identity loaded. {“Node ID”: “12p8vXhGUUoL5p3Gw7vi68VfZ3D9hgdWniSY22sDVf1E8uTedBv”}
error context cancelled

Check to see if it is running with “docker ps” and check the logs with “docker logs storagenode”

pi@raspberrypi:~ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 41e6c25656b1 storjlabs/storagenode:latest "/entrypoint" 25 hours ago Restarting (1) 52 seconds ago storagenode pi@raspberrypi:~

https://documentation.storj.io/setup/cli/software-updates

Thanks now is working but the web dashboard is not working the local one yes but the web on no

https://documentation.storj.io/setup/cli/dashboard

I feel a bit rude just posting links to the docs, so sorry :wink:

its not working and i tiped the ip correctly

don’t worry you helped me a lot

With a default setup the web dashboard available only on the localhost.
If you want to access it remotely, you can follow this guide: https://documentation.storj.io/resources/faq/how-to-remote-access-the-web-dashboard

It is probably worth noting that this guide is only required if you want to access the dashboard from outside your network. To access the web dashboard from inside your network you only need to change part of the docker run command. You would need to change:

-p 127.0.0.1:14002:14002 \ to —> -p 14002:14002 \

This will allow you to view the web dashboard from another computer on your network. If you want to view it from outside, you should follow the guide linked above.

1 Like

Thanks now is working