Enforcing a specific game build allows you to ensure your server operates with the latest DLC version, enabling access to the newest maps, clothing, vehicles, and more. Here’s a step-by-step guide on how to activate this feature based on your game server type:
Step 1: Determine Your Game Server Type
Identify whether you are using a dedicated server, a VPS, or a fivem hosting service. This will guide you in selecting the correct method for enforcing the game build.
Step 2: Access Your Server Files
- Dedicated Server/VPS:
- Use an FTP client (like FileZilla) or a file manager provided by your hosting service to access your server files.
- Shared Hosting:
- Log in to your hosting control panel to access the file manager.
- Localhost FiveM Servers
Step 3: Locate the Configuration File
Find the server.cfg file in your server files. This file contains important configuration settings for your FiveM server.
Step 4: Enforce the Game Build
Add the following line to your server.cfg file to specify the desired game build:
sv_enforceGameBuild <build_number>
Replace <build_number>
with the specific version you wish to enforce (e.g., 3095).
Step 5: Save Changes and Restart the Server
- After adding the line, save the changes to the server.cfg file.
- Restart your server to apply the new configuration.
Step 6: Verify the Build
Once your server is running again, check the server console or connect to your server to ensure the new game build is active.
Enable build using FiveM TxAdmin
To enable the content on a txadmin server, you need to open your txadmin-interface and head over to the FXServer settings.
Now simply add your desired gamebuild in the Additional Arguments section through the set command, replacing BUILD_ID_CHOICE
with one from the table:
FiveM Available Gamebuilds
To start your FiveM server with a specific GTA build, put this in your server.cfg: sv_enforcegamebuild 3095
Build | DLC Code | Title | Status |
---|---|---|---|
1604 | mpchristmas2018 | Arena War | Release |
2060 | mpsum | Los Santos Summer Special | Release |
2189 | mpheist4 | Cayo Perico Heist | Release |
2372 | mptuner | Los Santos Tuners | Release |
2545 | mpsecurity | The Contract | Release |
2612 | mpg9ec | ExPanDeD aNd EnHanCeD | Release |
2699 | mpsum2 | The Criminal Enterprise | Release |
2802 | mpchristmas3 | Los Santos Drug War | Release |
2944 | mp2023_01 | San Andreas Mercenaries | Release |
3095 | mp2023_02 | The Chop Shop | Release |
3258 | mp2024_01 | Bottom Dollar Bounties | Release |
Once you have picked your choice, proceed to restart your FiveM server. Your server will now launch with the specified DLC build. You have successfully set a gamebuild for your FiveM server!