From 832e6beebfae38d7985354d95f4b8485733c9046 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 2 Aug 2025 14:12:14 +0100 Subject: [PATCH] Update README.md Acess to Localhost:3000 easiest way --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c2aaa0d2..6eecf852 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,13 @@ During the initial set-up process, you will also create a `swarm.pem` file which **If you want to link multiple nodes to a single EOA**, simply sign up each node using the same email address. You will get a new peer ID for each node, however they will all be linked to the same EOA that your email is linked to. +**If you are having issues to login to Localhost:3000**, + +1) sudo apt install -y nodejs +2) npm install -g localtunnel +3) curl https://loca.lt/mytunnelpassword (The password is your VPS IP) +4) lt --port 3000 + **Please note**: if you are using a fork of this repo, or a service organised by someone else (e.g. a 'one click deployment' provider) the identity management flow below is not guaranteed. ### What this means