How to Install ELS (Emergency Lighting System) on Your FiveM Server
Install ELS-FiveM to sync emergency vehicle lights and sirens across all players on your FiveM RP server.
ELS (Emergency Lighting System) syncs custom emergency vehicle lighting, sirens, and indicator controls across all players. Each vehicle gets a VCF (Vehicle Configuration File) defining its light patterns.
ELS handles lighting behavior only — the vehicle models (YFT/YTD) must be installed separately as addon vehicles. See Install Custom Vehicles.
Install ELS
Download ELS-FiveM
Get the original from github.com/MrDaGree/ELS-FiveM or the actively maintained fork MISS-ELS.
Upload to the server
In the XGamingServer Panel, stop the server. Click Files in the sidebar and upload the ELS-FiveM folder to resources/.
Configure VCF files
Copy vcf._default_.lua to vcf.lua (don't delete the default). Place VCF files for each emergency vehicle model in the vcf/ subfolder. VCF files define light patterns, siren tones, and extras per vehicle.
VCF files are specific to each vehicle model. Download them from the same source as the vehicle mod, or create your own.
Add to server.cfg
ensure ELS-FiveMRestart
Start from Console. Emergency vehicle lights now sync across all players.
Related Guides
How is this guide?

How to Install Custom Vehicles on Your FiveM Server
Add addon car mods to your FiveM server — stream files, meta files, fxmanifest.lua, and server.cfg setup.
How to Install ESX Legacy Framework on Your FiveM Server
Install ESX Legacy on your FiveM server using the txAdmin recipe or manually — includes database setup, server.cfg configuration, and common issues.