Configuration
Convars and Security
Runtime convars that control ingress rate limits and remote execution behavior.
Security-Related Convars
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.