Manage Algorand nodes from the command line
Manage Algorand nodes from the command line
Overview:
Welcome to Algorun, a TUI for managing Algorand nodes.
A one stop shop for managing Algorand nodes, including node creation, configuration, and management.
Note: This is still a work in progress. Expect bugs and rough edges.
algorun [flags]
-d, --datadir string Data directory for the node
-h, --help help for algorun
- algorun bootstrap - Initialize a fresh node
- algorun catchup - Manage Fast-Catchup for your node
- algorun configure - Change settings on the system (WIP)
- algorun debug - Display debugging information
- algorun install - Install the node daemon
- algorun start - Start the node daemon
- algorun stop - Stop the node daemon
- algorun uninstall - Uninstall the node daemon
- algorun upgrade - Upgrade the node daemon
Connect to your server and run the installation script which will bootstrap your node.
curl -fsSL https://raw.githubusercontent.com/algorandfoundation/algorun-tui/refs/heads/main/install.sh | bash