Skip to main content
The Reconnect Termux client is a Python terminal UI application that runs inside Termux on Android. It handles automatic rejoining, multi-account monitoring, and remote control for Roblox clones — keeping your accounts online around the clock without any manual intervention.

Requirements

Account & License

A Reconnect account at app.reconnect-tool.com and a valid license key from shop.reconnect-tool.com.

Termux (F-Droid)

Termux installed from F-Droid only. The Play Store version is outdated and will cause the installer to fail.

Discord Account

Required to retrieve your personal install command and verification codes during login.

Device

Android 8.0 or later, approximately 200 MB of free storage, and a stable internet connection.
Root access is required for Kill Mode, Android ID changes, and cache clearing. Basic auto-rejoin works without root.
Do NOT install Termux from the Google Play Store. The Play Store version is severely outdated and the Reconnect installer will fail. Always download Termux from F-Droid.

Installation

1

Install Termux from F-Droid

Download and install Termux from f-droid.org. Do not use the Play Store version.
2

Grant storage access

Open Termux and run the following command, then tap Allow when prompted:
termux-setup-storage
3

Get your personal install command

  1. Join the Discord server at discord.gg/reconnect.
  2. Navigate to the #download channel.
  3. Tap the Get Install Command button.
  4. The bot sends you a personal, one-time install command in your DMs.
Never share your install command with anyone. Sharing it results in a permanent ban on your account.
4

Run the install command in Termux

Paste your personal command into Termux and run it:
curl -sL https://dl.reconnect-tool.com/install.sh | bash -s -- YOUR_TOKEN
Replace YOUR_TOKEN with the token the bot provided.

Running the Client

After installation completes, launch the client at any time with:
python3 ~/.reconnect/reconnect.py

Updating

To update the client, return to the #download channel in Discord, tap Get Update Command, and run the command in Termux:
curl -sL https://dl.reconnect-tool.com/update.sh | bash

Startup Checks

Every time the client launches, it runs four automatic checks before showing the main menu:

Root Detection

Detects whether root access is available and adjusts feature availability accordingly.

Version Check

Compares your installed version against the latest. Prompts you to update if you’re behind.

Integrity Check

Verifies that the client files have not been tampered with. Exits immediately if a mismatch is detected.

Startup Check

Validates that your Termux version and platform meet minimum requirements.

Login Flow

1

Auto-login (returning users)

If you have logged in before, your credentials are saved securely and the client logs you in automatically. Skip to step 5.
2

Enter your email and password

On first launch, enter the email and password for your Reconnect account.
3

Get your verification code

In your Discord server, run the /request-termux-code command. The bot sends a one-time verification code — paste it into the client.
4

Select a subscription

Choose the subscription you want to activate on this device.
5

Device binding

The client registers your device’s HWID to your subscription and syncs your settings from the server.
Your login is saved securely after the first sign-in. Future launches skip directly to the main menu.

Architecture

Understanding how the client connects to Reconnect helps you know what to expect based on your tier.

Connectivity Model

Connection TypeWhat it means for youAvailable On
HeartbeatThe client checks in with the server every 10 minutes. Dashboard sees your device status; no live remote control.All tiers (Free included)
WebSocketA live, persistent connection that enables real-time dashboard commands and instant remote control.Limited, Pro, Pro+

Remote Control by Tier

TierDashboard Control
FreeNo remote control
LimitedRemote control via WebSocket
ProRemote control via WebSocket
Pro+Full remote control via WebSocket

Region Detection

The client automatically detects your region based on your device’s UTC offset and routes you to the nearest infrastructure:
RegionUTC Offset Range
Asia+5 to +12
Europe0 to +4
AmericasDefault (all other offsets)
No configuration is required — region selection happens silently at startup.