Manage Algorand nodes from the command line
Manage Algorand nodes from the command line
Overview:
Welcome to NodeKit, 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.
nodekit [flags]
-d, --datadir string Data directory for the node
-h, --help help for nodekit
- nodekit bootstrap - Initialize a fresh node
- nodekit catchup - Manage Fast-Catchup for your node
- nodekit configure - Change settings on the system (WIP)
- nodekit debug - Display debugging information
- nodekit install - Install the node daemon
- nodekit start - Start the node daemon
- nodekit stop - Stop the node daemon
- nodekit uninstall - Uninstall the node daemon
- nodekit upgrade - Upgrade the node daemon
Connect to your server and run the installation script which will bootstrap your node.
curl -fsSL https://nodekit.run/install.sh | bash