-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Josh Bowden edited this page Jul 26, 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
- Dials - Stream Deck + dial support: turning, pushing and tapping
- Command Responses - Show a value your server sends back on the button
- 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
- Dials - separate commands for turning, pushing and tapping a Stream Deck + dial
- Command responses - display a value your server sends back
- Press and release - separate commands for key down and key up
- Works with both FiveM and RedM
FXCommands
Developers