Terminal UI for remote Algorand node management.
For more detail, see the source code on GitHub.
NodeUI command line flags are exposed to environment variables so they can be easily overridden when launching a docker container.
docker run --rm -it algorand/nodeui:latest --help
docker run --rm -it -e ALGOD_URL=$ALGOD_URL_AND_PORT -e ALGOD_TOKEN=$ALGOD_AUTH_TOKEN algorand/nodeui:latest
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
Content type
Image
Digest
sha256:03b14d67c…
Size
37.3 MB
Last updated
about 3 years ago
docker pull algorand/nodeui