How to add mods to your BeamMP server?

Adding mods to your BeamMP server allows players to enjoy custom vehicles, maps, and other content together. Follow these steps carefully to ensure your mods work properly.


Step 1: Locate your server folder

  1. Go to your BeamMP server directory.

This is the folder that contains files like:

BeamMP-Server.exe
ServerConfig.toml
Resources/
  1. Inside this directory, find or create the folder named Resources (If this doesn't exist yet)


Step 2: Upload your mods

  1. All mods must go inside the Resources/Client/ folder.

  2. Upload the complete .zip file inside this folder

Try to avoid spaces or special characters in your file names, use underscores '_' instead.

Make sure you've tested these mods in single-player first, so you know they work.

  1. Once you uploaded your files, it would look like this:

Resources/
 └── Client/
      ├── MyCoolCar.zip
      ├── AwesomeMap.zip
      └── AnotherMod.zip

Step 3: Start/Restart your server

  1. Start or restart your server via our gamepanel.

  2. Once a mod has been loaded, you should see something like this in your console:

[INFO] Loaded mod: MyCoolCar.zip

Step 4: Test your mods

  1. Once you've restarted your server, you can join your server and test the mods you've installed.

If a mod doesn't load properly or cause issues, please make sure to remove it from your server and restart again.