-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Josh Bowden edited this page Mar 25, 2026
·
9 revisions
FXCommands is a Stream Deck plugin for sending console commands to a FiveM or RedM game client running on the same PC.
- Getting Started — Installation and first button setup
- Command Syntax — Chains, delays, stages, and syntax reference
- Examples — Ready-to-use button configurations for common RP scenarios
- FAQ — Quick answers to common questions
- Troubleshooting Guide — Solutions for common issues
- Contributing — Development setup, code quality, and PR workflow
- How It Works — Technical overview of the CMND protocol and plugin architecture
- Send any console command with a single button press
-
Chained commands — run multiple commands at once with
; -
Delayed commands — add timed pauses with
;;or{NNNms} - Staged buttons — cycle through up to 5 different commands per button
- Press and release — separate commands for key down and key up
- Works with both FiveM and RedM
FXCommands
Developers