> ## 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 Rejoin Menu: Auto Rejoin & Setup Guide for Android

> Configure and start auto-rejoin on Android with Reconnect Termux — covers Auto Setup, rejoin types, and tier-specific options for every subscription.

The Rejoin menu is the core of the Reconnect Termux client. Depending on your subscription tier, you will see up to three items: **Start Auto Rejoin**, **Start Auto Setup**, and **Old Rejoin Method**. Free-tier users only see Start Auto Rejoin. If no account setup exists when you start a rejoin, the client runs Auto Setup automatically before proceeding.

***

## Menu Items by Tier

<CardGroup cols={3}>
  <Card title="Start Auto Rejoin" icon="rotate" href="/termux/rejoin">
    Available on **all tiers**. Starts the rejoin loop using your configured accounts and game settings.
  </Card>

  <Card title="Start Auto Setup" icon="wand-magic-sparkles" href="/termux/rejoin">
    Available on **Limited, Pro, and Pro+**. Runs the account setup wizard to detect packages and configure games.
  </Card>

  <Card title="Old Rejoin Method" icon="clock-rotate-left" href="/termux/rejoin">
    Available on **Pro+ only**. Loads your existing setup and opens the full rejoin-type picker with all available types.
  </Card>
</CardGroup>

***

## Start Auto Rejoin

Behavior varies by tier when you select Start Auto Rejoin:

<Tabs>
  <Tab title="Free">
    The Freemium rejoin type is the only type available on Free and is selected automatically. The rejoin loop starts immediately — no type picker is shown.
  </Tab>

  <Tab title="Limited / Pro">
    A rejoin-type picker opens showing all types available on your tier. Select one to begin.
  </Tab>

  <Tab title="Pro+">
    The client uses **Mist** directly without showing a picker. Mist is a status-monitor based rejoin method exclusive to Pro+.
  </Tab>
</Tabs>

***

## Start Auto Setup

Auto Setup is a guided wizard that builds your `user_data.json` configuration — the file that tells the client which Roblox packages to manage and which game each account should rejoin.

### Choose a Setup Mode

<CardGroup cols={2}>
  <Card title="Automatic Setup" icon="robot" href="/termux/rejoin">
    **Requires root.** The client reads account data directly from Roblox app packages on your device — no manual input needed.
  </Card>

  <Card title="Manual Setup" icon="keyboard" href="/termux/rejoin">
    **No root required.** You enter each Roblox username manually and the client resolves the corresponding Roblox User ID automatically.
  </Card>
</CardGroup>

### Setup Pipeline

<Steps>
  <Step title="Detect Roblox packages">
    The client scans your device for installed Roblox clone and executor packages and lists everything it finds.
  </Step>

  <Step title="Select packages">
    Check off which detected packages you want to configure. You can select all or a subset.
  </Step>

  <Step title="Choose a game for each account">
    For each package, pick how to define the target game:

    <Accordion title="Search Game">
      Search by game name. Choose between a **private server** or a **public server** from the results.
    </Accordion>

    <Accordion title="Create Private Server">
      Enter a Place ID or paste a full game URL. The client creates a private server link for that place.
    </Accordion>

    <Accordion title="Pre-added Games">
      Select from a preset list of popular games. The client automatically creates a private server for the chosen game, falling back to public if creation fails.
    </Accordion>

    <Accordion title="I Already Have a Private Server">
      Paste an existing private server share link directly.
    </Accordion>
  </Step>

  <Step title="Verify Roblox cookie">
    For **Automatic Setup**, the client extracts and verifies the `.ROBLOSECURITY` cookie for each selected package. Manual Setup skips this step.
  </Step>

  <Step title="Save configuration">
    The completed setup is written to `user_data.json` on your device and used by all future rejoin sessions.
  </Step>
</Steps>

***

## Old Rejoin Method (Pro+ Only)

The Old Rejoin Method gives you the most control over how the rejoin loop runs.

<Steps>
  <Step title="Load or create account setup">
    The client loads your existing `user_data.json` configuration. If none exists, it runs setup first.
  </Step>

  <Step title="Review and adjust">
    Confirm your current account/game configuration or make changes before continuing.
  </Step>

  <Step title="Open the full rejoin-type picker">
    All rejoin types available on Pro+ are shown. Select the one you want to use.
  </Step>
</Steps>

### All Rejoin Types (Pro+)

| Type                | Description                                                 |
| ------------------- | ----------------------------------------------------------- |
| **Freemium**        | Standard rejoin method available on all tiers.              |
| **Shadow Rejoin**   | Stealthy rejoin approach minimising detection footprint.    |
| **Phantom API**     | API-driven rejoin using saved cookies as a fallback source. |
| **Light Script**    | Script-assisted lightweight rejoin.                         |
| **Spectre Script**  | Advanced script-assisted rejoin method.                     |
| **Blink Mode**      | Rapid-cycle rejoin optimised for speed.                     |
| **Separate Rejoin** | Runs each account's rejoin loop independently.              |
