An MLO can transform an empty corner of Los Santos into a believable space — or it can crash every player who drives within 200 meters of it. Both outcomes start the same way: dropping a folder into your resources directory.
What an MLO actually is
MLO stands for Multi Location Object. Originally a GTA SA term, in FiveM it means a custom interior (and sometimes exterior) packaged as a streamable resource. It contains .ymap, .ytyp, .ydr, .ydd, .ytd files, and an fxmanifest.lua.
The clean install path
Drop the MLO folder into resources/[mlos]. Open the fxmanifest.lua and confirm it has fx_version cerulean and game gta5. Add an ensure your-mlo-name line to your server.cfg. Restart the server. That is it — if the creator built the resource correctly.
The collision and lighting traps
The two issues that ruin MLO launches are missing collision (you fall through the floor) and missing lighting (the interior is pitch black). Both come from incorrect file paths in the manifest's files and data_file declarations. If something is broken, 90% of the time it's that the manifest is referencing a file that isn't in the folder, or in the wrong sub-path.
Two MLOs fighting for the same coordinates
If you install two MLOs that occupy overlapping space, you will see weird flickering, props popping in and out, or one interior overwriting another. Don't run two MLOs in the same building. If you replace an MLO, fully remove the old one — disabling it isn't enough, the resource files are still streamed.
Performance budget
Every loaded MLO costs memory. On a 64-slot server, you can comfortably run 20–30 well-built MLOs. Past that you will start seeing slow texture loads on lower-end client PCs. Check the resource size and remove the ones nobody actually uses.
Wrapping up
The boring news is that most MLO install issues are fixed by reading the README the creator wrote. The exciting news is that once you have one working, you can add a dozen more in a single afternoon and your server will feel completely different.
Written by
Alex Johnson
Server-owner-friendly tutorials, every week. Browse the marketplace for premium FiveM resources or reach out if you need a custom build.
