# Telemetry setup name configuration

**URL:** https://community.orangeqs.com/t/telemetry-setup-name-configuration/68
**Category:** Official Updates
**Created:** [May 21, 2026, 11:43am UTC](https://community.orangeqs.com/t/telemetry-setup-name-configuration/68 "2026-05-21T11:43:45Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![chagab](https://avatars.discourse-cdn.com/v4/letter/c/c37758/32.png) [@chagab](https://community.orangeqs.com/u/chagab)
#### Post date: [May 21, 2026, 11:43am UTC](https://community.orangeqs.com/t/telemetry-setup-name-configuration/68/1 "2026-05-21T11:43:45Z")

</div>

Hi,

I’ve installed the latest juice update, and when prompted with a setup name, I’ve left the field blank. The installation process output is

`No name entered, using default name. You can change this later by editing the orchestration settings.`

How should I edit the orchestration settings to change the setup name?

---

<div class="post-metadata">

### Author: ![Wiggert](https://avatars.discourse-cdn.com/v4/letter/w/3ec8ea/32.png) [@Wiggert](https://community.orangeqs.com/u/Wiggert)
#### Post date: [May 21, 2026, 12:05pm UTC](https://community.orangeqs.com/t/telemetry-setup-name-configuration/68/2 "2026-05-21T12:05:11Z")

</div>

This is configured in the `orchestration.toml` at `/etc/juice/config/` on the host PC.

Add the following line to the top of this file to configure your setup name:

```auto
juice_setup_name = "setup_name_here"

```

A list of configurable orchestration settings can be found [here](https://docs.orangeqs.com/juice/core/v26.21.0/reference/api/orangeqs.juice/orangeqs.juice.orchestration.settings.html#orangeqs.juice.orchestration.settings.OrchestrationSettings.juice_setup_name).

---

<div class="post-metadata">

### Author: ![chagab](https://avatars.discourse-cdn.com/v4/letter/c/c37758/32.png) [@chagab](https://community.orangeqs.com/u/chagab)
#### Post date: [May 21, 2026, 1:56pm UTC](https://community.orangeqs.com/t/telemetry-setup-name-configuration/68/3 "2026-05-21T13:56:33Z")

</div>

Thank you very much!
