Dgraph browser is available for running separately using the dgraph-ratel binary

we have installed dgraph version v20.03.5, but we were not able to connect with UI, while doing port forwarding, it worked for sometime and then showing this message :slight_smile:

“Dgraph browser is available for running separately using the dgraph-ratel binary”

This is how we are tunneling:

ssh -v -N -L 55552:vm_ip:8080 username@stage_ip

The port 8080 servers the HTTP API to run queries and mutations. But if you need to access the Ratel UI you need to use the port 8000.

1 Like