First time here! Qnap NAS help with setting up a node

Hello all

I’m trying to setup a node using a Qnap NAS, but since the app doesn’t work i’m at a loss on how to proceed i already generated the key on my PC, installed some 3rd party app to run linux commands on the Qnap, also did a no-ip account and configured my home router, but i don’t know where to place my CA on the Qnap or what to do next.

Any help or a link to some more resources would be nice.

Hi @xtreamer

Try this

1 Like

Is this it?

Thank you for the quick reply

how to reach those folders to copy my identify certificate?

You don’t have to use the qnap container, at least I didn’t use it. The docker will create itself with cli commands. You just have to create the folders in the qnap disk first. I connected with the pc and copied the identity…

This command only needs to be given once, otherwise you destroy the node

docker run --rm -e SETUP="true"
–mount type=bind,source="",destination=/app/identity 
–mount type=bind,source="",destination=/app/config 
–name storagenode storjlabs/storagenode:latest
2 Likes

then go of this

docker run -d --restart unless-stopped --stop-timeout 300 
-p 28967:28967/tcp 
-p 28967:28967/udp 
-p 127.0.0.1:14002:14002 
-e WALLET=“0xXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX” 
-e EMAIL="user@example.com" 
-e ADDRESS=“domain.ddns.net:28967” 
-e STORAGE=“2TB” 
–mount type=bind,source="",destination=/app/identity 
–mount type=bind,source="",destination=/app/config 
–name storagenode storjlabs/storagenode:latest 
2 Likes

I got it working thanks to @Roberto
:star_struck: :star_struck:

2 Likes