Bridge is in a state of development and is not stable.
RAGE:MP to FiveM Bridge
Configuration

Convars and Security

Runtime convars that control ingress rate limits and remote execution behavior.

  • sv_entityLockdown (strict/relaxed/inactive): hardens entity creation rules.

strict is the strongest mode. It blocks client-created entities entirely, including networked client-side objects created with CreateObject(..., true, ...). Use it when you want objects to be authored server-side and visible to everyone, not spawned locally by a client.

This is a security hardening setting: it reduces abuse from clients creating their own world entities.

On this page