Prysm Web UI with DAppNode

Hi, can anybody confirm that my Validator looks good to go according to the Web UI I’m accessing via DAppNode.

I got this fixed by re-installing the Prysm package and re-doing the onboarding.

Looks like validators not there. If you are having issues in the initial wallet setup screen, the two most common problems in the prysm UI discord have been:

  1. password over-simplicity
  2. different communication ports are being used by the UI backends and you need to open them via ssh connection to the dappnode:
    ssh -L 3500:127.0.0.1:3500 -L 7500:127.0.0.1:7500 -L 8080:127.0.0.1:8080 -L 8081:127.0.0.1:8081 [dappnode-user]@[dappnode IP address]

Hi @rizzy, could you overcome it eventually or have you made any progress?

1 Like