MLOs are the easiest way to make your server look custom. They are also the easiest way to break it. Here is how to install them safely.
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.
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.
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 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.
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.
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.
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
Questions? Browse our products or contact us