Sign inSign up

algorand/nodeui

By algorand

Updated about 3 years ago

Image
0

884

algorand/nodeui repository overview

Algorand Node UI

Terminal UI for remote Algorand node management.

For more detail, see the source code on GitHub.

Usage

NodeUI command line flags are exposed to environment variables so they can be easily overridden when launching a docker container.

Check the help for config options:

docker run --rm -it algorand/nodeui:latest --help

Connect to a node you manage:

docker run --rm -it -e ALGOD_URL=$ALGOD_URL_AND_PORT -e ALGOD_TOKEN=$ALGOD_AUTH_TOKEN algorand/nodeui:latest

Serve interface over SSH

Provide a port to start the SSH server

docker run --rm -it -p 9999:9999 -e TUI_PORT=9999 -e ALGOD_URL=https://node-archival-mainnet.internal.aws.algodev.network -e ALGOD_TOKEN=$AUTH_TOKEN algorand/nodeui:latest

Above, the server is exposed to the localhost on port 9999. Connect with ssh:

ssh localhost -p 9999

Tag summary

Content type

Image

Digest

sha256:03b14d67c

Size

37.3 MB

Last updated

about 3 years ago

docker pull algorand/nodeui