Connection refused when running Dgraph Alpha for the first time

Hey @kevin.obrien, you would need to start a zero instance as well. Dgraph has two main components, zero and alpha. Alpha processes the data while zero takes care of administrative tasks.

You can start zero as

/usr/local/bin/dgraph zero

The alpha is trying to connect to zero running at port 5080 (default port) but it’s crashing because zero is not running.