Storage Node v3 MSI Installer Problem

PS C:\Users\wild4> Get-Content “$env:ProgramFiles/Storj/Storage Node/storagenode.log” -Tail 20 -Wait
2025-10-02T11:59:52+02:00 INFO Anonymized tracing enabled {“Process”: “storagenode”}
2025-10-02T11:59:52+02:00 FATAL Unrecoverable error {“Process”: “storagenode”, “error”: “mkdir Y:\blobs: System nie moĹĽe odnaleźć okreĹ›lonej Ĺ›cieĹĽki.; mkdir Y:\temp: System nie moĹĽe odnaleźć okreĹ›lonej Ĺ›cieĹĽki.; mkdir Y:\trash: System nie moĹĽe odnaleźć okreĹ›lonej Ĺ›cieĹĽki.”, “errorVerbose”: “group:\n— mkdir Y:\blobs: System nie moĹĽe odnaleźć okreĹ›lonej Ĺ›cieĹĽki.\n— mkdir Y:\temp: System nie moĹĽe odnaleźć okreĹ›lonej Ĺ›cieĹĽki.\n— mkdir Y:\trash: System nie moĹĽe odnaleźć okreĹ›lonej Ĺ›cieĹĽki.”}
2025-10-04T23:16:12+02:00 INFO Configuration loaded {“Process”: “storagenode”, “Location”: “C:\Program Files\Storj\Storage Node\config.yaml”}
2025-10-04T23:16:12+02:00 INFO Anonymized tracing enabled {“Process”: “storagenode”}
2025-10-04T23:16:12+02:00 FATAL Unrecoverable error {“Process”: “storagenode”, “error”: “storagenode configuration already exists (C:\Program Files\Storj\Storage Node)”}
2025-10-04T23:22:24+02:00 INFO Configuration loaded {“Process”: “storagenode”, “Location”: “C:\Program Files\Storj\Storage Node\config.yaml”}
2025-10-04T23:22:24+02:00 INFO Anonymized tracing enabled {“Process”: “storagenode”}
2025-10-04T23:22:24+02:00 FATAL Unrecoverable error {“Process”: “storagenode”, “error”: “storagenode configuration already exists (C:\Program Files\Storj\Storage Node)”}
2025-10-04T23:28:06+02:00 INFO Configuration loaded {“Process”: “storagenode”, “Location”: “C:\Program Files\Storj\Storage Node\config.yaml”}
2025-10-04T23:28:06+02:00 INFO Anonymized tracing enabled {“Process”: “storagenode”}
2025-10-04T23:28:06+02:00 FATAL Unrecoverable error {“Process”: “storagenode”, “error”: “storagenode configuration already exists (C:\Program Files\Storj\Storage Node)”}

can anyone help me ? pls

Hello @and,
Welcome to the forum!

Please, uninstall the node, delete the folder C:\Program Files\Storj and try to install again. Make sure that the disk y: is exist.

Thank you for your help.
The error is still there 
Whether 192.168.1.20:28967 is correct?
Does the installer check the router configuration during installation?
Maybe this is the problem?

I see a lot of complains that 'system cannot find path y:\
Is it network drive? How it’s mapped? Is it mapped for the user under which service runs? Not sure how storj works on windows, but if it’s normal windows service and if it runs under local system account, this account does not have rights to network (if I remember well)

2 Likes

The disk must be a minimum of 550GB.

2 cents,
Julio

1 Like

windows + local system + mapped disck = problems :face_with_steam_from_nose:

Please post new errors from your log file.

For the external address it’s not correct, you must provide a public IP with a port or a DDNS hostname with the port.
Your current public IP you can see there: Open Port Check Tool - Test Port Forwarding on Your Router, then you will need to make a port forwarding rules on your router to the local IP of your PC. The local IP of your PC should be static (you can do it in the DHCP section of your router). Some routers are able to select your PC in the port forwarding rule, then it will work even after your PC would be rebooted.

You should check, that IP from yougetsingal is matching the WAN IP on your router, otherwise the port forwarding rule will not work.
See also

This is the least of your worries, as StorageNode doesn’t support any network file systems. They might work, but they’re neither supported nor recommended, so you’ll eventually run into problems. See smb and nfs. The only network storage that works properly is iSCSI-attached storage.

But I would recommend to run the node on your fileserver instead. And please avoid using a combination of a Linux hypervisor and Windows OS, so please do not use VMs. If you have a Linux host, then it’s better to run a docker container directly on the Linux host, see

6 posts were split to a new topic: Install storagenode on QNAP NAS

Yeah, don’t try that. That is your failure point…an MSI install checks, and will not accept your data drive being a mapped network drive. Period.
You can load a .VHD/VHDX from a mapped drive or URL network (WAN or LAN) location or local file because, once mounted, it’s considered a proper local ‘device.’ However, that’s not exactly an efficient resource use, but will work depending on underlying hardware/network capability relatively well.
You could also just recreate the proper environment for Storj manually, and not use the installer; make your own install/config & create a service youself, mirroring and adjusting a proper working install.

2 more cents,
Julio

It’s still better to run on the fileserver directly.
However, seems their NAS uses one of weird 32 bit arm CPUs which may not allow them to run it.