How to Add Mods to Your BeamMP Server

Updated June 10, 2026 · By Host Havoc Technical Support Team

BeamMP mods are distributed automatically to players when they join your server. You upload the mod .zip file once via FTP, and the server handles delivery to each client.

Before you start: Stop your server before making changes to it.

Upload a mod

  1. Download the mod .zip file from beamng.com/resources.
  2. Connect to your server using an FTP client.
  3. Upload the mod .zip file to ./Resources/Client/.
  4. Start your server.

Players will automatically receive the mod when they connect.

Troubleshooting

  • Mod not loading for players. Confirm the .zip file is placed directly in ./Resources/Client/ and not in a subfolder.
  • Adding a custom map instead. Maps use the same upload location but also require a configuration change in ServerConfig.toml. See Add a Custom Map.