-
Notifications
You must be signed in to change notification settings - Fork 9
FAQ
Quick answers to common questions about FXCommands.
Yes. FXCommands works with both FiveM and RedM. Both games use the same console protocol - no extra configuration needed.
Yes. FXCommands connects to the game client on localhost (127.0.0.1), so the game must be running on the same PC as your Stream Deck.
FXCommands works with any Stream Deck hardware or software that supports standard key actions, including Stream Deck Mobile and Stream Deck+. As long as the Stream Deck software is running on the same PC as the game, it will work.
No. FXCommands sends commands directly via the game's console protocol on port 29200. You do not need to have the console open (F8).
FXCommands sends commands to the game console, not the chat box. However, if your server has commands that post to chat (e.g. say hello), you can use those through FXCommands.
The button will flash a grey alert icon indicating the command failed to send. No harm done - just launch the game and try again.
Yes. The button configuration is stored in Stream Deck, not per-server. However, keep in mind that different servers may have different commands available. A command that works on one server may not exist on another.
There's no hard limit on chained (;) or delayed (;; / {NNNms}) commands. However, very long sequences may behave unpredictably depending on server-side rate limiting or command processing.
The plugin itself supports macOS, but FiveM and RedM are Windows only. Since the game must run on the same PC, FXCommands is effectively Windows-only in practice.
New versions require Elgato Marketplace approval which can take time. Install the latest version manually:
- Go to the latest release
- Download the
.streamDeckPluginfile - Double-click to install
- Marketplace install: Updates come through the Stream Deck Store automatically once approved
-
Manual install: Download the latest
.streamDeckPluginfrom the releases page and double-click to install - it will replace the existing version
Your button configurations are preserved when updating.
Stream Deck plugin logs can be found at:
-
Windows:
%appdata%\Elgato\StreamDeck\logs -
macOS:
~/Library/Logs/ElgatoStreamDeck
Look for entries from FXCommandAction or ConnectionManager.
Check the Troubleshooting Guide for more detailed solutions, or open a GitHub Issue.
- Getting Started - Installation and first setup
- Command Syntax - Full syntax reference
- Troubleshooting Guide - Detailed problem solving
FXCommands
Developers