synechron-finlabs / quorum-maker

Utility to create and monitor Quorum nodes
Apache License 2.0
196 stars 97 forks source link

no web UI is exposing on any host ports after creating nodes #99

Open ethdev279 opened 5 years ago

ethdev279 commented 5 years ago

Im trying to deploy contract using quorum-maker, I've followed every step as mentioned in wiki, but still not able to connect web UI and have no idea where Web app is deployed(in wiki. http://10.50.0.2:22004). BTW I'm trying on GCP instance and AWS instance also. here is my docker ps status. 56099755-bfa66c00-5f2e-11e9-85ab-ae922c5d9c70

dhyansraj commented 5 years ago

As mentioned in the table, Node UI port is mapped to 20404

ethdev279 commented 5 years ago

Btw, Im using cloud instance. Should I need to use Ip address like 10.50.0.2:20404 or like localhost:20404 ?? @dhyansraj

dhyansraj commented 5 years ago

It looks like you choose option 4, Dev/Test Network to create these nodes. If the browser is on a different machine, you should use the public IP of the cloud instance.

ethdev279 commented 5 years ago

It didn't work @dhyansraj

lipka00 commented 4 years ago

Have you got a solution for this?

ethdev279 commented 4 years ago

No

lipka00 commented 4 years ago

Having the Same issue despite of Open ports. My ugly workaround is an installation of ubuntu desktop and a remote vnc connection to the server.

lipka00 commented 4 years ago

AWS instance in an production environment works for me.