Win GUI Storj Node Toolbox

Windows 10 22H2… Completely upto date

it made on framework 4.8 do you have this installed?

I dont see any installed version under program and features… Lastest is 4.8.1 let me download and install and then run Audit app.

Still doesn’t work! Restarted PC after installing Net Framework

then to be honest, i do not know. may be some time format problem

Open specific port on your firewall in/out, if you have multiple adapters also change spefic ip to listen on all adapters 0.0.0.0:14002

2 cents

I followed these steps and it worked for me:

1, during the node setup, you need to set up a firewall rule for the port what you use for the given node as it is described here: Step 3. Setup Port Forwarding - Storj Docs . Similar to this, I also set a firewall rule for each nodes console port (14002, 14003, etc) on the pc that hosts the nodes. So I have 3 windows firewall rules for each node: TCP, UDP and Console.

2, I did not specified any local IP for the node’s config.yaml file, but only the console port, so my config.yaml line looks like this:

console.address: :14002

For the second node it is 14003, third is 14004, etc…

This way, I can reach all the nodes from any of my computers on the local network with the hosting PC’s IP + the console’s port, like 192.168.10.50:14004…

3, Following this, I added all the nodes based on their IP:console address to the list:
image

Please note that the first node on the list an RPi with linux, I did not set anything specific except what is written in the node install guide.

Actually, if you set up a port forward for the console port in your router (like you did for the node’s port), then you can reach your nodes with this app even from outside of your network. I would not recommend it, but it depends how brave you are regarding cyber security. :slight_smile:

2 Likes

Do you mean I have to open port 14002?

New-NetFirewallRule -DisplayName “Storj v3 Console” -Direction Inbound -Protocol UDP -LocalPort 14002 -Action allow

Like this?

But I dont think this is all necessary when I am trying to run audit app from same PC where my node is running.

But I am trying to run Audit app on the same PC where my node is running.

Yes, like this, but it should be TCP, not UDP.

Added Firewall rule, Still cannot access node from another PC within local network.
My config looks like this

So I changed Console Address to my system local IP, Now I can access dashboard from another PC.

Please modify line 11 in your config.yaml file. That is the line for the console address. That should be like this:
console.address: :14002

No # at the beginning of that line and there is one space between the : :

I am able to access dashboard from my another PC. But Audit app refuse to work!
But its only showing my payout lol

Click on the “Get data” button to refresh the data.

Thats what I am saying, I am only getting “Payout” results when I click Get Data.

if you enabled it on local network try on another pc, may will be better. my work on win 11

I tried Audit app on Node PC and also on my another laptop. Only the Payout results are displayed like the screenshot shown above. I guess I will leave it as is. I just wanted to see my node results. Thanks for the help!

2 Likes

@Vadim I was wondering if it was possible to add uptime and version information for each node in Storj Audit?

Hmm interesting idea, but I am out of space where to put it there. need to think a litle.