SNEERYBOOSTER Documentation
Setup guides, feature reference, API docs and troubleshooting.
Quick Start
Get SNEERYBOOSTER running in 3 steps:
- Create Account — Register at register or sign in at login
- Activate License — Enter your license key at License (Free trial available)
- Download & Sign In — Get the app from Download, launch, and sign in with your account
System Requirements
SNEERYBOOSTER runs as a native Windows application. Some optimization features require Administrator privileges.
Installation
Method 1: Installer (Recommended)
- Download
SNEERYBOOSTER_V1_install.bat+SNEERYBOOSTER_V1.exefrom Download page - Run
SNEERYBOOSTER_V1_install.batas Administrator - Follow the setup wizard — installs to
%LOCALAPPDATA%\SNEERYBOOSTER - 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.
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
Game Profiles
Create per-game optimization presets. Synced across devices via your account.
Creating a Profile
- Open Game Profiles page
- Click Create Profile
- Select game (Roblox, VALORANT, CS2, Fortnite, etc.)
- Configure modules: Priority, Timer, Core Parking, Network, RAM, Mouse
- 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
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
| Method | Path | Description |
|---|---|---|
POST | /api/register | Register account |
POST | /api/login | Login, returns JWT |
GET | /api/account | Get current user |
POST | /api/activate | Activate license key |
GET | /api/license | Get license info |
GET | /api/devices | List devices |
POST | /api/devices | Register device |
GET | /api/game-profiles | List profiles |
POST | /api/game-profiles | Create profile |
GET | /api/activity | Activity logs |
GET | /api/reports | Usage reports |
POST | /api/order | Create order |
POST | /api/payment/submit | Submit payment |
GET | /api/orders | Order history |
GET | /api/app/latest | Latest app version |
POST | /api/support/tickets | Create support ticket |
Deep Linking (sneerybooster://)
The website and desktop app share authentication via custom protocol:
sneerybooster://open?token=
Flow:
- User clicks "Open App" on website (while logged in)
- Website generates
sneerybooster://open?token=...with current JWT - Desktop app receives URL, extracts token, calls
GET /api/account - App sets session, user is logged in automatically
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+R →
sneerybooster://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