Skip to content

Octez Manager

Deploy and manage Tezos nodes, bakers, and DAL infrastructure from your terminal.
Terminal window
curl -fsSL https://raw.githubusercontent.com/trilitech/octez-manager/main/install.sh | sh

Octez Manager TUI

Terminal window
octez-manager install-node \
--instance shadownet \
--network shadownet \
--history-mode rolling \
--snapshot

Or launch the interactive TUI:

Terminal window
octez-manager

One tool, full stack

Node, baker, accuser, DAL node — all managed from a single interface.

Production ready

Systemd integration, proper user isolation, automatic snapshots.

Interactive & scriptable

Beautiful TUI for operations, full CLI for automation.

Real-time monitoring

Live logs, service status, sync progress — all in your terminal.

Binary management

Download, store, and switch between Octez versions. Upgrade services with cascade updates and automatic rollback.

Self-updating

Get notified of new releases and update octez-manager directly from the TUI or CLI.


ServiceCommandDescription
Nodeinstall-nodeTezos L1 node with snapshot bootstrap
DAL Nodeinstall-dal-nodeData Availability Layer
Bakerinstall-bakerBlock production and attestations
Accuserinstall-accuserDouble-baking detection

Terminal window
# List all instances
octez-manager list
# Control services
octez-manager instance shadownet start
octez-manager instance shadownet stop
octez-manager instance shadownet restart
# View logs
octez-manager instance shadownet logs
# Show details
octez-manager instance shadownet show

Terminal window
# List available versions
octez-manager binaries list-remote
# Download a specific version
octez-manager binaries download 24.1
# See what's installed locally
octez-manager binaries list
# Clean up old versions
octez-manager binaries prune

Already running Octez services? Import them into octez-manager:

Terminal window
# Discover unmanaged octez services
octez-manager list --external
# Import an existing service
octez-manager import octez-node-mainnet --strategy takeover

Nomadic LabsNomadic Labs