Skip to content

Introduction

Octez Manager is a CLI and TUI tool for deploying and managing Tezos infrastructure.

Setting up Tezos infrastructure requires:

  • Writing systemd unit files
  • Managing environment configurations
  • Handling user permissions
  • Downloading and importing snapshots
  • Monitoring logs across services

One command:

Terminal window
octez-manager install-node --instance shadownet --network shadownet

Or an interactive TUI:

Install Node

ServiceDescription
NodeL1 node with automatic snapshot bootstrap
DAL NodeData Availability Layer
BakerBlock production and attestations
AccuserDouble-baking/endorsing detection

User mode — Services run as your user. Good for testing.

Terminal window
octez-manager

System mode — Dedicated service users, proper isolation. For production.

Terminal window
sudo octez-manager