Kruiger Labs
Client Portal Get Started
DocumentationScarlett
Sign inGet support
Scarlett

Scarlett FiveM and Status System

Connect Scarlett to FiveM endpoints and diagnose status, player count, and button problems.

View Scarlett Product

How status works#

Scarlett reads standard FiveM endpoints such as /dynamic.json, /players.json, and /info.json. The bot host must be able to reach the configured IP address or hostname and port.

Status channel and buttons#

statusChannelId selects the Discord channel Scarlett updates. The Connect button uses cfxServerCode; the Site button uses websiteUrl. A missing or invalid value can remove the corresponding button without affecting the other one.

Troubleshooting status#

ProblemHow to checkHow to fix
FiveM shows offlineRequest dynamic.json from the bot hostCorrect the host/port and firewall or network route.
Wrong player countCompare players.json with the game serverConfirm Scarlett targets the intended instance and port.
Connect button missingInspect cfxServerCodeEnter only the code after cfx.re/join/.
Site button missingInspect websiteUrlEnter a complete HTTPS URL.
Status channel not updatingCheck statusChannelId and bot permissionsUse the numeric channel ID and allow View Channel, Send Messages, and Embed Links.
FiveM IP or port unreachableTest from the bot host, not only a home browserAllow remote access and correct bind/firewall configuration.

Back to top