Skip to content

SOP-008: Configure AutoSolve Settings

Aging Last updated: February 2022
Document Control
SOP IDSOP-008
Version2.0
StatusActive
SourceAYCD Zendesk

Purpose

Configure AutoSolve settings to optimize captcha solving performance, manage solver rotation, and customize behavior for your specific use case.

Settings Overview

┌─────────────────────────────────────────────────────────────────────────────────┐
│                          AUTOSOLVE SETTINGS CATEGORIES                           │
├─────────────────────────────────────────────────────────────────────────────────┤
│                                                                                  │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │                                                                         │   │
│   │   GENERAL SETTINGS              CAPTCHA-SPECIFIC         AI SETTINGS   │   │
│   │   ────────────────              ────────────────         ───────────   │   │
│   │                                                                         │   │
│   │   • Startup behavior            • Max solves per         • Max AI      │   │
│   │   • Solver rotation               solver                   attempts    │   │
│   │   • Browser settings            • Timeout values         • AI testing │   │
│   │   • Proxy assignment            • Retry settings         • MSR stop   │   │
│   │   • Window positions            • Site-specific                       │   │
│   │                                   options                              │   │
│   │                                                                         │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
│   ACCESS: OneClick > AutoSolve tab > Settings icon (⚙️)                         │
│                                                                                  │
└─────────────────────────────────────────────────────────────────────────────────┘

Settings Navigation

┌─────────────────────────────────────────────────────────────────────────────────┐
│                         SETTINGS NAVIGATION MAP                                  │
├─────────────────────────────────────────────────────────────────────────────────┤
│                                                                                  │
│   OneClick                                                                       │
│      │                                                                           │
│      ├── AutoSolve Tab                                                          │
│      │      │                                                                    │
│      │      ├── Services view                                                   │
│      │      │      └── [Settings] button ──► General Settings                   │
│      │      │                                                                    │
│      │      ├── Tasks view                                                      │
│      │      │      └── Monitor active solves                                    │
│      │      │                                                                    │
│      │      ├── Connections view                                                │
│      │      │      └── Connected bots                                           │
│      │      │                                                                    │
│      │      └── Statistics view                                                 │
│      │             └── Performance metrics                                      │
│      │                                                                           │
│      └── Accounts Tab                                                           │
│             └── Individual solver settings                                      │
│                                                                                  │
└─────────────────────────────────────────────────────────────────────────────────┘

General Settings

Solver Rotation Settings

┌─────────────────────────────────────────────────────────────────────────────────┐
│                         SOLVER ROTATION SETTINGS                                 │
├─────────────────────────────────────────────────────────────────────────────────┤
│                                                                                  │
│   Max Solves Per Local Solver: [ 30 ]                                           │
│   │                                                                              │
│   │   ┌─────────────────────────────────────────────────────────────────────┐   │
│   │   │                                                                     │   │
│   │   │   Solver 1                                                          │   │
│   │   │      │                                                              │   │
│   │   │      ├── Solve 1 ✓                                                  │   │
│   │   │      ├── Solve 2 ✓                                                  │   │
│   │   │      ├── ...                                                        │   │
│   │   │      ├── Solve 30 ✓                                                 │   │
│   │   │      │                                                              │   │
│   │   │      └── LIMIT REACHED ──► Stops ──► Goes to back of queue         │   │
│   │   │                                                                     │   │
│   │   │   Solver 2 starts...                                                │   │
│   │   │                                                                     │   │
│   │   └─────────────────────────────────────────────────────────────────────┘   │
│   │                                                                              │
│   └── WHY: Rotates solvers to prevent any single account from being flagged    │
│                                                                                  │
│   ☑ Automatically restart solver when limit reached                             │
│   │                                                                              │
│   └── Solver goes to end of queue and restarts when others finish              │
│                                                                                  │
│   RECOMMENDATIONS BY USE CASE:                                                  │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │  Use Case              Max Solves    Auto Restart                       │   │
│   │  ─────────────────────────────────────────────────────────────────────  │   │
│   │  High trust sites      20-30         ON                                 │   │
│   │  Low trust sites       50-100        ON                                 │   │
│   │  Drop day (high vol)   10-20         ON                                 │   │
│   │  Testing               100+          OFF                                │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
└─────────────────────────────────────────────────────────────────────────────────┘

Startup Behavior

┌─────────────────────────────────────────────────────────────────────────────────┐
│                          STARTUP SETTINGS                                        │
├─────────────────────────────────────────────────────────────────────────────────┤
│                                                                                  │
│   On Startup:                                                                   │
│                                                                                  │
│   ☑ Automatically start AutoSolve on previous accounts                          │
│      │                                                                           │
│      └── Remembers which accounts had AutoSolve running when you closed        │
│          OneClick and auto-starts them on next launch                          │
│                                                                                  │
│   ☑ Start solver browsers minimized                                            │
│      │                                                                           │
│      └── Solver windows open but stay minimized (less screen clutter)          │
│                                                                                  │
│   ☑ Start solver browsers hidden (headless)                                    │
│      │                                                                           │
│      └── No visible windows at all (more resources, but can't monitor)         │
│                                                                                  │
│   RECOMMENDATION:                                                               │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │  For most users: Minimized = ON, Hidden = OFF                           │   │
│   │  For experienced users: Hidden = ON (saves resources)                   │   │
│   │  For debugging: Both = OFF (see what's happening)                       │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
└─────────────────────────────────────────────────────────────────────────────────┘

Window Management

┌─────────────────────────────────────────────────────────────────────────────────┐
│                         WINDOW POSITION SETTINGS                                 │
├─────────────────────────────────────────────────────────────────────────────────┤
│                                                                                  │
│   Window Position:  [ Cascade        ▼ ]                                        │
│                                                                                  │
│   Options:                                                                      │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │                                                                         │   │
│   │   CASCADE                    TILE                     STACK            │   │
│   │   ┌─────────────┐            ┌───┬───┬───┐            ┌─────────────┐  │   │
│   │   │ ┌─────────────┐          │ 1 │ 2 │ 3 │            │             │  │   │
│   │   │ │ ┌─────────────┐        ├───┼───┼───┤            │     ALL     │  │   │
│   │   │ │ │     3     │          │ 4 │ 5 │ 6 │            │   STACKED   │  │   │
│   │   │ │ │           │          └───┴───┴───┘            │             │  │   │
│   │   │ │ └───────────┘│                                  └─────────────┘  │   │
│   │   │ └───────────────┘        Best for seeing         Best for          │   │
│   │   └─────────────────┘        all at once             minimal space     │   │
│   │                                                                         │   │
│   │   Best for monitoring        Grid layout             Same position     │   │
│   │   individual solvers                                                    │   │
│   │                                                                         │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
└─────────────────────────────────────────────────────────────────────────────────┘

Captcha-Specific Settings

reCaptcha v2 Settings

┌─────────────────────────────────────────────────────────────────────────────────┐
│                         RECAPTCHA V2 SETTINGS                                    │
├─────────────────────────────────────────────────────────────────────────────────┤
│                                                                                  │
│   Timeout (seconds): [ 120 ]                                                    │
│   │                                                                              │
│   └── How long to wait for a solve before giving up                            │
│       Recommended: 120 for image challenges, 30 for one-clicks                 │
│                                                                                  │
│   Max Retries: [ 3 ]                                                            │
│   │                                                                              │
│   └── Number of times to retry a failed solve                                  │
│       Recommended: 2-3 for most sites                                          │
│                                                                                  │
│   ☑ Prioritize one-click solvers                                               │
│   │                                                                              │
│   └── Send requests to trusted accounts first                                  │
│       ALWAYS ENABLE for best results                                           │
│                                                                                  │
│   ☑ Use audio challenges when available                                        │
│   │                                                                              │
│   └── Some accounts may receive easier audio challenges                        │
│       Enable if you have speech recognition services configured               │
│                                                                                  │
└─────────────────────────────────────────────────────────────────────────────────┘

reCaptcha v3 Settings

┌─────────────────────────────────────────────────────────────────────────────────┐
│                         RECAPTCHA V3 SETTINGS                                    │
├─────────────────────────────────────────────────────────────────────────────────┤
│                                                                                  │
│   Minimum Score Threshold: [ 0.7 ]                                              │
│   │                                                                              │
│   │   Score Range: 0.0 (bot) ──────────────────────► 1.0 (human)               │
│   │                                                                              │
│   │   ┌─────────────────────────────────────────────────────────────────────┐   │
│   │   │  Score    Meaning              Use Case                             │   │
│   │   │  ─────────────────────────────────────────────────────────────────  │   │
│   │   │  0.1-0.3  Very likely bot      Most sites will block                │   │
│   │   │  0.3-0.5  Suspicious           Some sites may block                 │   │
│   │   │  0.5-0.7  Moderate             Most non-strict sites OK             │   │
│   │   │  0.7-0.9  Likely human         Good for most sites                  │   │
│   │   │  0.9-1.0  Very likely human    Excellent, premium accounts          │   │
│   │   └─────────────────────────────────────────────────────────────────────┘   │
│   │                                                                              │
│   └── Solvers scoring below this won't be used for v3                          │
│                                                                                  │
│   ☑ Only use ISP proxies for v3                                                │
│   │                                                                              │
│   └── Datacenter proxies typically get low scores                              │
│       Residential/ISP proxies recommended for v3                               │
│                                                                                  │
└─────────────────────────────────────────────────────────────────────────────────┘

GeeTest Settings

┌─────────────────────────────────────────────────────────────────────────────────┐
│                           GEETEST SETTINGS                                       │
├─────────────────────────────────────────────────────────────────────────────────┤
│                                                                                  │
│   GeeTest Mode: [ AI Preferred   ▼ ]                                            │
│                                                                                  │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │                                                                         │   │
│   │   Mode              Description                  Best For              │   │
│   │   ─────────────────────────────────────────────────────────────────── │   │
│   │   AI Preferred      Use AI Solve first          Most users            │   │
│   │   Local Preferred   Use local solvers first     Trusted accounts      │   │
│   │   AI Only           Only use AI                 Empty solvers         │   │
│   │   Third Party       Use external services       High volume           │   │
│   │                                                                         │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
│   GeeTest Timeout (seconds): [ 60 ]                                             │
│   │                                                                              │
│   └── GeeTest is usually faster than reCaptcha                                 │
│       60 seconds recommended                                                    │
│                                                                                  │
└─────────────────────────────────────────────────────────────────────────────────┘

AI Solve Settings

┌─────────────────────────────────────────────────────────────────────────────────┐
│                          AI SOLVE SETTINGS                                       │
├─────────────────────────────────────────────────────────────────────────────────┤
│                                                                                  │
│   Max Requests Per Challenge For AI Solve: [ 60 ]                               │
│   │                                                                              │
│   │   ┌─────────────────────────────────────────────────────────────────────┐   │
│   │   │                                                                     │   │
│   │   │   Challenge appears                                                 │   │
│   │   │        │                                                            │   │
│   │   │        ├── AI Attempt 1 ──► Failed                                  │   │
│   │   │        ├── AI Attempt 2 ──► Failed                                  │   │
│   │   │        ├── ...                                                      │   │
│   │   │        ├── AI Attempt 60 ──► Failed                                 │   │
│   │   │        │                                                            │   │
│   │   │        └── MAX REACHED ──► Manual Solve Required (MSR)              │   │
│   │   │                                                                     │   │
│   │   └─────────────────────────────────────────────────────────────────────┘   │
│   │                                                                              │
│   └── Higher = more attempts before giving up                                  │
│       Lower = faster MSR, try different solver                                 │
│                                                                                  │
│   ☑ Enable AI Solve when testing accounts for one-clicks                        │
│   │                                                                              │
│   └── During account testing, AI will help solve if one-click fails            │
│       Gives you more accurate test results                                      │
│                                                                                  │
│   ☑ Automatically stop solver when Manual Solve Required (MSR)                  │
│   │                                                                              │
│   └── When AI can't solve after max attempts:                                  │
│       ON:  Solver stops, next scheduled solver starts                          │
│       OFF: Solver waits for manual intervention                                │
│                                                                                  │
│   RECOMMENDATION: ON for hands-off operation                                    │
│                                                                                  │
└─────────────────────────────────────────────────────────────────────────────────┘

Proxy Settings

┌─────────────────────────────────────────────────────────────────────────────────┐
│                          PROXY SETTINGS                                          │
├─────────────────────────────────────────────────────────────────────────────────┤
│                                                                                  │
│   Default Proxy Category: [ ISP Proxies    ▼ ]                                  │
│   │                                                                              │
│   └── New solvers will automatically use proxies from this category            │
│                                                                                  │
│   ☑ Rotate proxies on solver restart                                           │
│   │                                                                              │
│   └── When a solver restarts (after hitting max solves), assign new proxy      │
│                                                                                  │
│   PROXY RECOMMENDATIONS BY TYPE:                                                │
│   ┌─────────────────────────────────────────────────────────────────────────┐   │
│   │                                                                         │   │
│   │   Captcha Type     Proxy Type         Why                              │   │
│   │   ─────────────────────────────────────────────────────────────────── │   │
│   │   reCaptcha v2     Residential        Good for image challenges        │   │
│   │                    ISP                Better one-click rates            │   │
│   │                                                                         │   │
│   │   reCaptcha v3     Static ISP         REQUIRED for good scores         │   │
│   │                    Residential        Acceptable, lower scores         │   │
│   │                                                                         │   │
│   │   GeeTest          Any                Not trust-dependent              │   │
│   │                    (Residential OK)                                    │   │
│   │                                                                         │   │
│   └─────────────────────────────────────────────────────────────────────────┘   │
│                                                                                  │
└─────────────────────────────────────────────────────────────────────────────────┘
┌─────────────────────────────────────────────────────────────────────────────────┐
│                       RECOMMENDED SETTINGS PROFILES                              │
├─────────────────────────────────────────────────────────────────────────────────┤
│                                                                                  │
│   PROFILE: HIGH VOLUME (Drop Days)                                              │
│   ─────────────────────────────────                                             │
│   Max Solves Per Solver:    15-20                                               │
│   Auto Restart:             ON                                                  │
│   Browser Mode:             Hidden                                              │
│   AI Max Attempts:          30                                                  │
│   Auto Stop on MSR:         ON                                                  │
│   Prioritize One-Click:     ON                                                  │
│                                                                                  │
│   ─────────────────────────────────────────────────────────────────────────────│
│                                                                                  │
│   PROFILE: NORMAL USE                                                           │
│   ───────────────────                                                           │
│   Max Solves Per Solver:    30                                                  │
│   Auto Restart:             ON                                                  │
│   Browser Mode:             Minimized                                           │
│   AI Max Attempts:          60                                                  │
│   Auto Stop on MSR:         ON                                                  │
│   Prioritize One-Click:     ON                                                  │
│                                                                                  │
│   ─────────────────────────────────────────────────────────────────────────────│
│                                                                                  │
│   PROFILE: TESTING/DEBUGGING                                                    │
│   ──────────────────────────                                                    │
│   Max Solves Per Solver:    100                                                 │
│   Auto Restart:             OFF                                                 │
│   Browser Mode:             Visible                                             │
│   AI Max Attempts:          100                                                 │
│   Auto Stop on MSR:         OFF                                                 │
│   Prioritize One-Click:     ON                                                  │
│                                                                                  │
│   ─────────────────────────────────────────────────────────────────────────────│
│                                                                                  │
│   PROFILE: MAXIMUM PRIVACY                                                      │
│   ────────────────────────                                                      │
│   Max Solves Per Solver:    10                                                  │
│   Auto Restart:             ON                                                  │
│   Browser Mode:             Hidden                                              │
│   AI Max Attempts:          20                                                  │
│   Auto Stop on MSR:         ON                                                  │
│   Proxy Rotation:           ON                                                  │
│                                                                                  │
└─────────────────────────────────────────────────────────────────────────────────┘

Settings Flow Decision Tree

┌─────────────────────────────────────────────────────────────────────────────────┐
│                    SETTINGS DECISION TREE                                        │
├─────────────────────────────────────────────────────────────────────────────────┤
│                                                                                  │
│                     What's your priority?                                       │
│                           │                                                     │
│         ┌─────────────────┼─────────────────┐                                  │
│         │                 │                 │                                  │
│         ▼                 ▼                 ▼                                  │
│      SPEED           RELIABILITY        PRIVACY                                │
│         │                 │                 │                                  │
│         ▼                 ▼                 ▼                                  │
│   ┌───────────┐    ┌───────────┐    ┌───────────┐                             │
│   │ Low max   │    │ Med max   │    │ Low max   │                             │
│   │ solves    │    │ solves    │    │ solves    │                             │
│   │ Hidden    │    │ Minimized │    │ Hidden    │                             │
│   │ mode      │    │ mode      │    │ mode      │                             │
│   │ High AI   │    │ Med AI    │    │ Low AI    │                             │
│   │ attempts  │    │ attempts  │    │ attempts  │                             │
│   │ MSR stop  │    │ MSR stop  │    │ MSR stop  │                             │
│   │ ON        │    │ ON        │    │ ON        │                             │
│   └───────────┘    └───────────┘    │ Proxy     │                             │
│                                     │ rotate ON │                             │
│                                     └───────────┘                             │
│                                                                                  │
└─────────────────────────────────────────────────────────────────────────────────┘

Verification Checklist

┌─────────────────────────────────────────────────────────────────────────────────┐
│                       VERIFICATION CHECKLIST                                     │
├─────────────────────────────────────────────────────────────────────────────────┤
│                                                                                  │
│   □ Max Solves Per Solver configured appropriately                              │
│   □ Auto Restart enabled (recommended for most users)                           │
│   □ Browser startup mode selected                                               │
│   □ AI Solve settings configured                                                │
│   □ Captcha-specific timeouts set                                               │
│   □ Proxy category assigned                                                     │
│   □ Settings saved                                                              │
│                                                                                  │
│   Settings are now optimized for your use case!                                 │
│                                                                                  │
└─────────────────────────────────────────────────────────────────────────────────┘

See Also

Unofficial documentation compiled from AYCD resources