How to Install Mods on Your BeamMP Server

How to add vehicle mods, map mods, and server-side Lua plugins to your BeamMP server.

BeamMP mods go in the Resources folder. Vehicle and map mods auto-download to joining players.

Mod Directory Structure

vehicle_mod.zip
map_mod.zip
FolderPurpose
Resources/Client/Vehicle mods, map mods, client-side content (.zip files)
Resources/Server/Server-side Lua plugins (folders with .lua files)

Installing Vehicle Mods

  1. Download vehicle mods from BeamNG.drive Repository
  2. Keep as .zipdo NOT extract
  3. Upload to Resources/Client/ via Files in the XGamingServer Panel
  4. Restart your server (or use the reloadmods console command)

Players auto-download vehicle mods when joining.

Installing Map Mods

Same process as vehicle mods — upload .zip to Resources/Client/, then update the Map setting. See Map Guide.

Reloading Mods Without Restart

Use the reloadmods console command to reload all mods from Resources/Client/ without stopping the server.

Protecting Mods

Prevent specific mods from being removed:

protectmod modname true

Server-Side Lua Plugins

For custom server logic, see Lua Plugins.

How is this guide?

40% Off — Limited TimeGet your Beammp server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page