Prerequisites
Before installing car mods, make sure you have:
Step-by-Step Installation
Step 1: Access Your Server Files
Connect to your server via FTP, SFTP, or your hosting panel's file manager. Navigate to the root of your server directory.
Step 2: Locate the Resources Folder
Find the resources directory. Depending on your setup, it might be at:
/server-data/resources/Many servers organize vehicle mods into a subfolder:
/server-data/resources/[vehicles]/Step 3: Upload the Resource
Extract the ZIP file from the converter and upload the resource folder. Your folder structure should look like:
resources/
[vehicles]/
your-vehicle-name/
fxmanifest.lua
stream/
vehicle.yft
vehicle.ytd
...
data/
vehicles.meta
handling.meta
carvariations.metaStep 4: Update server.cfg
Open your server.cfg file and add the ensure line:
ensure your-vehicle-nameIf you're using a [vehicles] folder, you can ensure the entire folder:
ensure [vehicles]Step 5: Restart the Server
Restart your FiveM server. The vehicle will now be available for spawning.
Step 6: Test the Vehicle
Join your server and spawn the vehicle using the in-game command:
/spawn vehiclenameOr use a vehicle spawner menu like vMenu or QBCore's vehicle shop.
Troubleshooting Common Issues
Vehicle doesn't appear in-game
ensure resource-name in the server consolefxmanifest.lua exists and has correct syntaxVehicle model is invisible or broken
stream/ folderServer crashes when loading the vehicle
Handling feels wrong
handling.meta file to adjust vehicle physics