Skip to main content

teale config

Read or write node settings.

Synopsis

teale config <subcommand> [options]

Subcommands

teale config get

Show current settings. With no key argument, shows all settings.

teale config get [key] [--json]
Argument/OptionTypeDescription
[key]stringOptional setting key to read (omit for all settings)
--jsonflagOutput machine-readable JSON
# Show all settings
teale config get

# Show a single setting
teale config get wan_enabled

# JSON output
teale config get --json

teale config set

Update a setting.

teale config set <key> <value>
ArgumentTypeDescription
<key>stringSetting key (required)
<value>stringNew value (required)
teale config set wan_enabled true
teale config set max_storage_gb 100
teale config set electricity_cost 0.15

Setting Keys

KeyTypeDescription
cluster_enabledbooleanEnable LAN cluster discovery
wan_enabledbooleanEnable WAN peer-to-peer networking
wan_relay_urlstringURL of the WAN relay server
max_storage_gbnumberMaximum disk storage for downloaded models (GB)
org_capacity_reservationnumberFraction of capacity reserved for organization (0.0 to 1.0)
cluster_passcodestringPasscode for LAN cluster membership
allow_network_accessbooleanRequire API key authentication for all requests
electricity_costnumberElectricity cost per kWh
electricity_currencystringCurrency code for electricity cost
electricity_marginnumberMargin added to electricity cost for pricing
keep_awakebooleanPrevent system sleep while node is running
auto_manage_modelsbooleanAutomatically download and swap models based on demand
inference_backendstringInference backend (e.g. mlx, llama.cpp)
languagestringUI language code (e.g. en, zh)