> ## 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.

# Reconnect Dashboard Overview & Navigation Guide

> A complete tour of the Reconnect web dashboard at app.reconnect-tool.com — learn where everything lives and what each section does.

The Reconnect dashboard at [app.reconnect-tool.com](https://app.reconnect-tool.com) is your central control panel for managing devices, Roblox accounts, scripts, and subscriptions. Everything you need to run your automation at scale is accessible from the left sidebar — no digging through menus or settings files required.

## Sidebar Navigation

The left sidebar is your primary way to move between sections of the dashboard. Each item maps to a distinct area of functionality:

<CardGroup cols={2}>
  <Card title="Home" icon="house" href="/dashboard/overview">
    Your at-a-glance stats overview. See how many device slots you've used, which devices are currently active, and take quick actions without drilling into individual device pages.
  </Card>

  <Card title="Devices" icon="mobile" href="/dashboard/devices">
    A live list of every device bound to your subscription. Check online/offline status, open device control panels, and manage remote control for each device.
  </Card>

  <Card title="Accounts" icon="user" href="/dashboard/accounts">
    View and manage all Roblox accounts synced from your devices, including their cookies and current status. Available on **Pro+** plans only.
  </Card>

  <Card title="Scripts" icon="code" href="/dashboard/scripts">
    Create, edit, and store scripts that auto-execute on your Termux devices — no manual file management required.
  </Card>

  <Card title="Subscriptions" icon="credit-card" href="/dashboard/subscriptions">
    Review all your redeemed license keys, track HWID slot usage, and see expiry countdowns for time-limited plans.
  </Card>

  <Card title="Redeem" icon="key" href="/getting-started/redeem-key">
    Activate a new license key to unlock or extend your subscription tier and add additional device slots.
  </Card>

  <Card title="Cookie Tool" icon="cookie" href="/dashboard/cookie-tool">
    Import and manage Roblox `.ROBLOSECURITY` cookies for fast, reliable cookie-based login across your devices.
  </Card>

  <Card title="Settings" icon="gear" href="/dashboard/settings">
    Update your account details, change your password, configure Termux device setting templates, and fine-tune per-device behavior.
  </Card>
</CardGroup>

## Home Page at a Glance

When you first land on the dashboard, the **Home** page gives you an instant read on the health of your setup. The stats cards at the top surface the four numbers you care about most:

* **Device Slots** — how many of your total allowed device slots are currently in use (e.g. **3 / 8**). This reflects the combined slot limit across all your active subscriptions.
* **Active Now** — the count of devices currently online and connected to the Reconnect client in real time.
* **Offline** — devices that are bound to your account but whose clients are not currently connected.
* **Active Plans** — the number of subscription plans you currently have redeemed and active.

Below the stats cards you'll find **Quick Actions** for common tasks and a **Recent Devices** list showing the last few devices that reported activity, so you can jump straight to a device without navigating to the full Devices tab.

<Tip>
  Bookmark [app.reconnect-tool.com](https://app.reconnect-tool.com) for instant access. The dashboard works on both desktop and mobile browsers.
</Tip>
