XIGUA
Automation Suite v2.1
← BACK TO APP
CLI v2.0.0 — Multi-Script Edition

XIGUA CLI
Command Line Client

Run XIGUA Automation Suite directly from your terminal.
Now with 6 scripts, site selection, and job history — all available from command line.

v2.0.0 Python 3.8+ ~42 KB 6 Automation Scripts
xigua-cli — terminal
$ python install.py
✓ Platform detected: Windows
✓ Dependencies installed
✓ Launcher created
✓ XIGUA CLI installed successfully!
 
$ xigua login --username Regent
Password: ········
✓ Logged in — 100 credits
 
$ xigua scripts
xigua (rtseck, torleb, uesbnb)
nairashhi, kisonic, erqiqu, raven_miner, veollianig
 
$ xigua run --script xigua --accounts 10 --workers 2 --invite CODE
▶ Workers launched — Job ID: xg_a3f9...
✓ Account 1/10 created successfully (1✓ 0✗)
✓ Account 2/10 created successfully (2✓ 0✗)
0
Accounts
Created
0
Active
Users
0
Success
Rate %
0
Automation
Scripts
━━━ FEATURES COMPARISON ━━━
why choose XIGUA CLI v2.0?
  • Run 6 different automation scripts from one command-line interface
  • Switch between 3 XIGUA sites (RTSECK, TORLEB, UESBNB) instantly
  • View complete job history with success rates and credit usage
  • Works flawlessly on Windows, Linux, macOS, and Termux (Android)
  • Auto-installer handles all dependencies — just run one command
  • Completely offline after installation — no external connections needed
STEP 01
Download the zip
xigua-cli.zip
Click the Download button above and extract the zip anywhere on your PC.
STEP 02
Run the installer
cd dist
python install.py
Opens CMD in the extracted folder and runs install.py. Auto-installs all dependencies.
STEP 03
Restart terminal
xigua --help
Open a new CMD window. The xigua command is now available globally from anywhere.
STEP 04
Login to your account
xigua login --username YourUsername
Authenticate with your credentials to start using XIGUA.
STEP 01
Install Python
pkg update
pkg install python
Only needed once. Skip if you already have Python in Termux.
STEP 02
Transfer & extract zip
cd storage/downloads
unzip xigua-cli.zip
cd dist
Download the zip on your phone and extract it via Termux or a file manager.
STEP 03
Run the installer
python install.py
source ~/ .bashrc
Installer auto-detects Termux and sets everything up correctly including PATH.
STEP 04
Login to your account
xigua login --username YourUsername
Authenticate and you're ready to run jobs from your phone.
STEP 01
Download & extract
unzip xigua-cli.zip
cd dist
Download the zip and extract it anywhere.
STEP 02
Run the installer
python3 install.py
Auto-installs dependencies and creates the xigua launcher in ~/.local/bin.
STEP 03
Reload shell
source ~/.bashrc
# or
source ~/.zshrc
Reloads PATH so the xigua command is recognized immediately.
STEP 04
Login to your account
xigua login --username YourUsername
Authenticate with your credentials to get started.
COMMAND DESCRIPTION EXAMPLE
xigua login Authenticate with the server xigua login --username Regent
xigua logout Clear saved session xigua logout
xigua credits Show current credit balance xigua credits
xigua scripts List all available scripts xigua scripts
xigua run Start job with script selection xigua run --script xigua --accounts 10 --workers 2 --invite CODE
xigua run (with site) Run xigua on specific site xigua run --script xigua --site torleb --accounts 10 --workers 2 --invite CODE
xigua status Check if a job is running xigua status
xigua jobs View recent job history xigua jobs --limit 20
xigua stop Stop the running job xigua stop
xigua invite View referral stats & link xigua invite
xigua help Show all commands with examples xigua help
xigua version Show CLI version info xigua version