Access node dashboard externally

I’m trying to access the dashboard of the storj node using my linux vm’s ip from a different ip in the same subnet. No firewall blocking traffic and I have set following

# server address of the api gateway and frontend app
console.address: :14002

Still cannot, any help ?

thanks

Welcome to the forum @sudamd!

https://documentation.storj.io/resources/faq/how-to-remote-access-the-web-dashboard

Hi Thanks, but I’m looking for this`

https://documentation.storj.io/setup/cli/dashboard

http://<your-nodes-local-ip>:14002/

The answer is on the page @nerdatwork linked.

If you want to access this dashboard from a device on your local network , in your docker run command, use -p 14002:14002 instead of -p 127.0.0.1:14002:14002

I already setup the node with -p 127.0.0.1:14002:14002
I want to change it be accessible from other devices on the network. Not through ssh but http
I tried editing the config.yaml file as some posts suggested, but this hasn’t worked
# server address of the api gateway and frontend app
console.address: :14002

As mentioned by @nerdatwork and @BrightSilence, you need to change that to -p 14002:14002.

Yes, you already set it up wrong. Now you need to set it up correctly. I literally quoted only the sentence that says this is wrong if you want to connect from other devices on your network and tells you how to do it instead.

1 Like