My node is down help! [NOOB]

i hope this help you all!.

this is my troubleshooting my coder brother did with me

So I guess you only have a smartphone and a PC, the storagenode one, if you admin it from your phone. Nothing wrong with that, but it’s harder…
Maybe others have some time to look at your setup, today and tomorow I am very busy.
You must have fix local IP on your PC aswell.
In the router you must put the service name (Storj for ex., dosen’t matter), external port, internal port (they should match, it’s easier), internal IP (PC’s local IP 192.168…), nothing at external IP (source), TCP and UDP.
I can’t remember if TPlink has BOTH as option, or just TCP, UDP. If it dosen’t, define 2 rules with the same parameters, one for TCP, one for UDP.
There it gives you an error about IP 172…, but your PC has IP 192… maybe you put something in the config?

No, i have a PC aswell apart from the node and TPlink doesn’t ask me for ext ip when port forwarding if thats what you meant to say

Docker command looks mostly good, except for the mounts of /mnt/data and /mnt/data/id may cause an issue, and ownership permissions.

What is output of these commands

ls -lh /mnt/data
findmnt /mnt/data

Hi, again and agian I see error, that port is in use. Could you try (to check who is using this port):

sudo netstat -putna | grep 28967

If you don’t have netstat, you can install using:

sudo apt install net-tools

because SSH remotely doesn’t work (need to check router settings) i gotta go to my dad where i set the node and check those commands (thx ily yall)

PS. should i get windows where i have a noob friendly GUI and there i can set it working or no?

PS2 I can send the TP link router port forwarding settings so you all can check for me (ill blur sensitive stuff)

PS3 If i would run WINDOWS then i can’t run lvm with the OS disks of thr pc i bought to be my nide but it never showed screen and my 4tb toghether.
i know im novice and beginner and i probably shouldn’t do this but i wanna learn and get a hang of things.



here you go




this is what i did


whats thid

ngnix was runinng on 28967 so i stopped it and reran stoj but now i got problem why is webinterface not working???

Dude. It’s impossible to read. It’s impossible to analyze or search for tokens. Make it easier for people to help you.

Copy the text only and paste it into the message body between triple backticks:

```
Logs go here
```

And why would you keep your keyboard visible in every screenshot?

3 Likes

Yah, would make it much easier, especially with all those attempts with missing sudo removed

Yah, this was the reason I suggested netstat. So does node run now? And what does it exactly mean webinterface not working? You mean on the port 14002?

  • how URL you’re using looks like?
  • what it says?
  • How exactly did you create container? (this docker run... command. I know that it was on one of screenshots, but I want to be sure we see last version you use..
  • what is result of docker ps now?

https://www.perplexity.ai/search/i-was-trying-to-fix-storj-on-s-CpdoXaDiRhiBDYnzojy6PQ
this is what i asked ai so you all are up to date.

(ext ip):2001 we changed it before.
it says connection refused.
yes i used sudo docker run storagenode

I did not study AI into detail, but I hope you did not run again setup=true, I think this would destroy your data most probably.
As to the result of you docker ps - hmm, no port information? Looks like not calling run with -p parameters. Mine looks like this:

# Remark: my test node running on port 41001, web on 15001
marek@storj:~/storj$ docker ps
CONTAINER ID   IMAGE                          COMMAND                  CREATED        STATUS        PORTS                                                                                                                                               NAMES
9009be94a122   storjlabs/storagenode:latest   "/entrypoint"            24 hours ago   Up 24 hours   0.0.0.0:15001->14002/tcp, [::]:15001->14002/tcp, 0.0.0.0:41001->28967/tcp, 0.0.0.0:41001->28967/udp, [::]:41001->28967/tcp, [::]:41001->28967/udp   storjtestnode1

So once again - we need latest version of docker run... you used.

Regarding 1st log in your AI chat - the best solution (IMHO) for this permission problem is to remove --user..... parameter (so it will run as root and no permission problems). I’m running it like this, additionally with priviledged=true (it was not able to increase buffer otherwise)