Documentation

SNEERYBOOSTER Documentation

Setup guides, feature reference, API docs and troubleshooting.

Quick Start

Get SNEERYBOOSTER running in 3 steps:

  1. Create Account — Register at register or sign in at login
  2. Activate License — Enter your license key at License (Free trial available)
  3. Download & Sign In — Get the app from Download, launch, and sign in with your account
Download for Windows

System Requirements

Minimum: Windows 10 (1909+), 4 GB RAM, 500 MB disk space, .NET 6.0 Runtime (auto-installed)
Recommended: Windows 11 22H2+, 8 GB+ RAM, SSD, Intel/AMD 6th gen+, Admin rights for full optimization

SNEERYBOOSTER runs as a native Windows application. Some optimization features require Administrator privileges.

Installation

Method 1: Installer (Recommended)

  1. Download SNEERYBOOSTER_V1_install.bat + SNEERYBOOSTER_V1.exe from Download page
  2. Run SNEERYBOOSTER_V1_install.bat as Administrator
  3. Follow the setup wizard — installs to %LOCALAPPDATA%\SNEERYBOOSTER
  4. Launch from Start Menu or Desktop shortcut

Method 2: Portable

Copy SNEERYBOOSTER_V1.exe to any folder and run. No installation required. Settings stored in exe directory.

Portable mode requires manual sneerybooster:// protocol registration if you want web-to-app deep links.

Account Setup

Registration

Go to Register → enter email, password, display name. Free tier includes basic profiles and community access.

Login

Sign in at Login. Session persists for 7 days. "Remember me" extends to 30 days.

Password Reset

Click "Forgot Password?" on login page. Enter email to receive reset instructions (check spam folder).

License Activation

After login, go to License → paste your key (format: XXXX-XXXX-XXXX-XXXX) → click Activate.

Plans

  • Free — Basic profiles, community access
  • Monthly — Full optimization tools, device management, profile sync, priority support
  • Yearly — Same as Monthly, 45% discount
  • Lifetime — One-time purchase, all future updates

Trial

New accounts get 1-hour trial per day (3600s). Activate a license for unlimited use.

Booster Overview

SNEERYBOOSTER's optimization engine runs locally in the desktop app. The website does not remotely control your PC.

Core Modules

  • Process Priority — Sets game processes to Above Normal / High priority
  • Timer Resolution — 1 ms timer for reduced input latency (toggleable)
  • Core Parking — Disables CPU core parking for consistent frequencies
  • Network Optimization — TCP ACK tweaks, DNS caching, QoS priority
  • RAM Management — Periodic working set trim, standby list cleanup
  • Mouse/Input — USB polling rate boost, DPI scaling fixes
All modules are toggleable per-game via Game Profiles. Conservative defaults prevent instability.

Game Profiles

Create per-game optimization presets. Synced across devices via your account.

Creating a Profile

  1. Open Game Profiles page
  2. Click Create Profile
  3. Select game (Roblox, VALORANT, CS2, Fortnite, etc.)
  4. Configure modules: Priority, Timer, Core Parking, Network, RAM, Mouse
  5. Save — profile auto-syncs to desktop app

Supported Games

Roblox, VALORANT, Counter-Strike 2, Fortnite, Genshin Impact, Minecraft, and more. Custom EXE names supported.

Device Management

View and manage registered devices at Devices. Each device shows name, platform, last seen.

Device Limit

  • Free: 1 device
  • Monthly/Yearly: 3 devices
  • Lifetime: 5 devices

Remove old devices to free slots. Desktop app auto-registers on first launch.

Network Tools

  • TCP Optimizer — Adjusts RWIN, MTU, TTL for lower latency
  • DNS Flush/Cache — Clears stale DNS, pre-caches game servers
  • QoS Priority — Marks game traffic DSCP 46 (EF) on supported NICs
  • Network Reset — One-click Winsock/TCP/IP/Adapter reset
QoS requires compatible network adapter and Windows Pro/Enterprise for full effect.

System Control

  • Power Plan — Switches to Ultimate Performance / High Performance
  • Background Apps — Disables non-essential UWP/Win32 background processes
  • Telemetry — Blocks Microsoft telemetry endpoints via hosts/firewall
  • Visual Effects — Disables animations, transparency for max FPS
  • Service Manager — Stops non-critical Windows services during gaming

Dashboard

Central hub at Dashboard showing license status, device count, recent activity, quick actions.

License Page

View current plan, expiry, key, device limit at License. Activate new keys, copy key for desktop app.

Devices Page

List registered devices at Devices. Remove unused devices to free slots. Desktop app registers automatically.

Game Profiles Page

Create, edit, delete game profiles at Game Profiles. Changes sync to desktop app on next launch.

Settings Page

Manage profile, security, preferences at Settings:

  • Profile — Display name, email
  • Security — Change password, 2FA (coming soon)
  • Preferences — Language, notifications, theme
  • Danger Zone — Delete account (irreversible)

API Reference

Base URL: https://zenith-discord-bot.thanhtu170585.workers.dev

Authentication

Authorization: Bearer 

Endpoints

MethodPathDescription
POST/api/registerRegister account
POST/api/loginLogin, returns JWT
GET/api/accountGet current user
POST/api/activateActivate license key
GET/api/licenseGet license info
GET/api/devicesList devices
POST/api/devicesRegister device
GET/api/game-profilesList profiles
POST/api/game-profilesCreate profile
GET/api/activityActivity logs
GET/api/reportsUsage reports
POST/api/orderCreate order
POST/api/payment/submitSubmit payment
GET/api/ordersOrder history
GET/api/app/latestLatest app version
POST/api/support/ticketsCreate support ticket

Deep Linking (sneerybooster://)

The website and desktop app share authentication via custom protocol:

sneerybooster://open?token=

Flow:

  1. User clicks "Open App" on website (while logged in)
  2. Website generates sneerybooster://open?token=... with current JWT
  3. Desktop app receives URL, extracts token, calls GET /api/account
  4. App sets session, user is logged in automatically
Requires desktop app to register sneerybooster:// protocol on install (handled by installer).

Troubleshooting

App won't open from website

  • Ensure app is installed and protocol registered (re-run installer as Admin)
  • Check Windows Settings → Apps → Default Apps → "Choose defaults by protocol" → sneerybooster
  • Try manual: Win+Rsneerybooster://open

License not activating

  • Verify key format: XXXX-XXXX-XXXX-XXXX
  • Check expiry — expired keys cannot be activated
  • Ensure internet connection (backend validation required)

Optimization not working

  • Run app as Administrator (required for core parking, timer resolution, service manager)
  • Check Game Profile is enabled for your game executable name
  • Some features require Windows Pro/Enterprise (QoS, Group Policy)

Payment not verified

  • Submit transaction details on Download page after transfer
  • Admin verifies manually (usually < 30 min)
  • License auto-activates after approval