> ## Documentation Index
> Fetch the complete documentation index at: https://docs.reconnect-tool.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Termux On-Device Settings, Sync & Templates Full Guide

> Manage on-device settings in Reconnect Termux — sync with the dashboard, use Advance Mode category folders, and save or apply settings templates.

The on-device Settings screen lets you adjust Reconnect behaviour directly from Termux without opening the web dashboard. All changes sync both ways — anything you change here is immediately reflected on your dashboard, and vice versa. The screen starts in Basic mode with a single toggle, but enabling Advance Mode reveals the full set of categorised settings.

***

## Basic Mode

When you first open Settings, you see one toggle:

| Toggle           | Description                                                                                                      |
| ---------------- | ---------------------------------------------------------------------------------------------------------------- |
| **Advance Mode** | Turns on the full categorised settings view. The title bar changes to **⚙ Settings (Advance Mode)** when active. |

Enable Advance Mode to access all other settings.

***

## Advance Mode: Category Folders

With Advance Mode on, settings are organised into category folders. Only the folders relevant to your subscription tier are shown.

| Folder                 | Shown When           |
| ---------------------- | -------------------- |
| **Pro+ Settings**      | Pro+ tier only       |
| **General**            | Always               |
| **Rejoin**             | Always               |
| **Roblox Script**      | Always               |
| **Settings Templates** | Any tier except Free |

<Note>
  These are the same settings as the **Settings** tab on your Reconnect dashboard. Changes you make here and changes you make on the dashboard both sync in real time — you will never have conflicting values.
</Note>

***

## Nested Folders

Some category folders contain sub-folders for more granular control.

<Accordion title="General → Display & UI and Language">
  Drill into **General** to find two nested sub-folders:

  * **Display & UI** — controls layout and visual preferences for the client.
  * **Language** — sets the client language.
</Accordion>

<Accordion title="Pro+ Settings → Rejoin Settings (Pro+ only)">
  Drill into **Pro+ Settings** to find **Rejoin Settings**, where you can override per-method timing for each individual rejoin method:

  | Parameter             | Description                                                    |
  | --------------------- | -------------------------------------------------------------- |
  | **Checking Interval** | How frequently the method checks account status.               |
  | **Cycle Wait**        | Pause between full rejoin cycles.                              |
  | **Stagger Delay**     | Delay between launching successive accounts.                   |
  | **Post-Launch Sleep** | Wait time after an account is launched before the next action. |

  These overrides are set independently for each rejoin method, giving you precise control over timing across different methods.
</Accordion>

***

## Settings Templates

Settings Templates let you save, switch between, and manage entire settings profiles without manually reconfiguring everything.

<Note>
  Settings Templates are available on all tiers **except Free**. The maximum number of templates you can save and the full management options depend on your tier — see the dashboard Settings page for tier-specific limits.
</Note>

The Templates screen shows your current templates as a count and active indicator, for example:

```
2/2 active: My Setup
```

### Template Actions

<CardGroup cols={2}>
  <Card title="Create" icon="plus" href="/termux/settings">
    Save your current settings as a new named template.
  </Card>

  <Card title="Rename" icon="pen" href="/termux/settings">
    Change the display name of an existing template.
  </Card>

  <Card title="Update" icon="arrow-rotate-right" href="/termux/settings">
    Overwrite a template with your current settings.
  </Card>

  <Card title="Delete" icon="trash" href="/termux/settings">
    Permanently remove a template. Requires confirmation.
  </Card>

  <Card title="Activate" icon="circle-check" href="/termux/settings">
    Apply a saved template, replacing your active settings with the template's values.
  </Card>
</CardGroup>

<Tip>
  Use templates to switch quickly between configurations — for example, a high-frequency setup for active farming and a low-resource setup for overnight runs.
</Tip>
