Two Nodes an same Server - no Dashboard anymore

Hey,

after my first node whit 4TB get full, i start my second node today whit 8TB.
But since that i cant see me Dashboard anymore.

Here are the commands:
(node 1)

docker run -d --restart always -p 28967:28967 -p 127.0.0.1:14002:14002 -e WALLET=“xxx” -e EMAIL=“xxx” -e ADDRESS=“xxx.ddns.net:28967” -e BANDWIDTH=“141TB” -e STORAGE=“3.4TB” --mount type=bind,source=/home/pi/.local/share/storj/identity/storagenode,destination=/app/identity --mount type=bind,source=/mnt/storagenode,destination=/app/config --name storagenode storjlabs/storagenode:beta

(node 2)

docker run -d --restart always -p 28968:28967 -p 127.0.0.1:14003:14003 -e WALLET=“xxx” -e EMAIL=“xxx” -e ADDRESS=“xxx.ddns.net:28968” -e BANDWIDTH=“141TB” -e STORAGE=“7.0TB” --mount type=bind,source=/home/pi/.local/share/storj/identity2/storagenode,destination=/app/identity --mount type=bind,source=/mnt/storagenode2,destination=/app/config --name storagenode2 storjlabs/storagenode:beta

You cannot see the node2 dashboard? Or you can’t see the node1 dashboard?

In node2, you should have -p 127.0.0.1:14003:14002

Also please note the bandwidth directive is now defunct.

2 Likes

I assume you try to access the dashboard from another PC, then this

should be -p :14002:14002 and this

should be -p :14003:14002 (note the destination port)

1 Like

Thanks :slight_smile: I dont know why i do this beginner mistake :smiley: But now both run. Thanks guys :slight_smile:

2 Likes

One last question. Is storagenode:beta oder storagenode:latest the right comand?

beta, until support makes an announcement to use another tag.

1 Like

Thanks, because all three of my nodes on 1.1.1 until now. So i will wait for the Watchtower update

1 Like