SimControl is a web controller that transforms your device into a button interface for simulators. You can configure 35 buttons with colors, labels, and interaction rules, then control your games from your mobile/tablet via a browser.
Access: http://IP:3001
💡 Recommended: Use on mobile/tablet in landscape mode
Python and windows required
- Go to SimControl Releases
- Download the latest release
- Run
SimControl.exeto install SimControl
- Click on "🎛️ Edit Buttons"
- Configure your buttons (35 slots available)
- Define rules if necessary
- Click on "Start SimControl"
- Your controller is ready!
{
id: 1, // Position (1-35)
title: "Battery", // Descriptive name
label: "🔋", // Emoji/text displayed
key: "w", // Keyboard key
toggleable: true, // Toggle or push button
color1: "#ff0000", // OFF color
color2: "#00ff00", // ON color
holdTime: 2500 // Hold time (ms)
}const rules = {
// Automatic disable
autodisable: [
{
trigger: 1, // Trigger button
targets: [2, 3], // Buttons to disable
condition: "off" // Condition (on/off)
}
],
// Conditional blocking
stopmac: [
{
trigger: 1, // Trigger button
targets: [4, 5], // Buttons to block
condition: "off" // When to block
}
]
};| Operating System | Version | Support Status | Keyboard Control | Minimum version required |
|---|---|---|---|---|
| Windows | 10/11 | ✅ Fully Supported | ✅ Full Support | beta-2026.01.03-1 |
| Debian | 11+ | ✅ Fully Supported | ✅ Full Support | beta-2026.01.07-1 |
| Other |
Helper: Mr_Ewann 🚂🚃
- 🐈 GitHub: https://github.com/liveweeeb
- 💬 Discord: https://discord.gg/ukJegYrXWR
- 📧 Contact: https://id.rappytv.com/790240841598763018
Created with ❤️ by liveweeeb | SimControl 2026
