Ive installed and setup Storj on a RPi4 which I know is running as I can determine it by running docker command and can see dashboard stats in CLI. Unfortunately I can not for the life of me access the dashboard from another computer (Mac) on my network. Need some help I’ve not had this happen before and I must be missing something really stupid.
Thanks
did you try this?
1 Like
When you put the dashboard port in docker run, don’t add the localhost ip; put only the port like this:
- p 14002:14002
2 Likes