this post was submitted on 31 Oct 2023
1 points (100.0% liked)

Storj

1 readers
0 users here now

Storj is based on blockchain technology and peer-to-peer protocols to provide the most secure, private and efficient cloud storage.

This community is intended for discussion related to Storj and its various applications as well as projects and ideas related to the Storj project.

Community Rules

founded 11 months ago
MODERATORS
 

Hi all

It seems that it works but I can't access the GUI. "iP-address-of-node:14002"

All I get is: ERR_CONNECTION_REFUSED

In the logs it looks like all is fine. What can I do?

top 2 comments
sorted by: hot top controversial new old
[–] jacky4566@alien.top 1 points 10 months ago

How did you setup the networking? Are you in bridge mode with the same port in and out?

[–] hurbertkah@alien.top 1 points 10 months ago

by default port 14002 is only listening on localhost. If you want to access it from your LAN you need this in your docker command

-p 14002:14002