I’m trying to install Storj on my Freenas server v11.2.U8 (x64), I upgraded from FreeNAS v9.x
I followed this (nice) installation manual Getting started with Storj V3 on FreeNAS (freeBSD).
However, I have a problem at the second last step “Compile Storj from Source”.
I think the compilation does not seem to be finished. Any suggestions?
Do I need to use FreeNAS v11.2 U3?
Hello @bbr ,
Welcome to the forum!
This tutorial how to setup a storj-sim to have a small test network. Since you want to install a storagenode, this tutorial will not help to do so. This tutorial for developers.
I’ll move to the Storage Node Operators category.
setup the storagenode with storagenode setup (you can run storagenode setup --help to see what options should be specified),
then storagenode run to start it.
You also need to create a service for the storagenode to run it after reboot.
I can suggest you to take a look on these threads, they could help: Topics tagged freebsd
You can use it inside a jail, yes, I’m running it in one. You have to install some certificate package as well though. They don’t have a guide for FreeNAS yet.
Thank you once again for your help, I was able to set and run like your instructions.
I can see information about file uploaded ou deleted, downloaded, but how I can get dashboard to check and monitor my Storj data node?
I try to connect Node Dashboard with ip-address::14002 but I have nothing.
For that you need to configure your storagenode to listen on any IP (or specific IP) rather than localhost (the default).
Edit config.yaml and uncomment/add line:
If you doesn’t have a firewall there, make sure, that you specified the address and port for the dashboard in the config file or via option --console.address=:14002
Note, that
# Dashboard address and port
console.address: :14002
is equivalent of
# Dashboard address and port
console.address: 0.0.0.0:14002
If you changed the config, you need to restart the storagenode to apply the changes.
I tried using docker on FreeBSD, but with no success, the docker version that available for FreeBSD is completely out of date and unusable with modern docker infrastructure (docker hub). Please not spent time on it, just use jails on FreeBSD.