Updated at July 17, 2026 02:08 PM
Terminals
Тarantool Cluster Manager (TCM) provides two ways to interact with Tarantool instances:
direct–- a terminal that connects directly to a Tarantool instance using the go-tarantool library, bypassing thett connectutilitytt-connect–- a terminal that uses the tt-cli utility to connect to a Tarantool instance
Both terminals allow executing SQL queries, managing cluster state, viewing metrics, and more.
Authentication credentials are taken from the cluster configuration:
credentials:users:tcm_tarantool:password: tcm_tarantool_passwordroles: [super]
Specify the path to the tt connect utility in the tcm.yaml configuration file:
mode: productioncluster:tt-command: .tarantool/tt