BeamNG Server Modding Guide
This guide covers the two easiest ways to install mods on your BeamMP server:
- Use our built-in one-click mod installer (recommended for most users)
- Upload mod files manually (best for private or custom mod packs)
Before You Install Mods
Only install mods from trusted authors and sources. Untrusted files may contain malware or unsafe code.
We recommend downloading from the official BeamNG Mod Repository.
Always verify mod compatibility with your current BeamMP/BeamNG version. Incompatible mods can cause startup issues, missing assets, or crashes.
Method 1: One-Click Mod Installer (Recommended)
For BeamMP servers, ApexNode includes a built-in mod manager so you can install supported mods without manual uploads.
Steps
- Log in to the ApexNode panel: https://panel.apexnode.host
- Select your BeamNG server
- Open the More tab in your server menu
- Click Mods
- Browse or search for the mod you want
- Click install to add it to your server
- Restart the server after installation
At the bottom of the mod manager, you can also view installed mods and remove ones you no longer want.
Method 2: Manual Mod Installation (ZIP Upload)
Use this method when a mod is not available in the one-click manager, or when you are installing a custom/private mod.
Folder Placement Quick Reference
- Vehicles, maps, parts, and configs:
/Resources/Client - Server-side scripts/tools (admin utilities, server logic, etc.):
/Resources/Server
Placing files in the wrong folder is one of the most common causes of mods not loading.
Step-by-Step
- Download the mod file to your computer (usually a
.zip) - Log in to the ApexNode panel: https://panel.apexnode.host
- Select your BeamNG server
- Open the Files tab
- Navigate to the correct folder:
/Resources/Clientfor client content/Resources/Serverfor server-side content
- Upload the mod
.zipfile - Restart your server
- Join the server and confirm the mod content loads correctly
Troubleshooting
If a mod is not working, check the following:
- The mod was uploaded to the correct folder (
ClientvsServer) - The mod file was fully uploaded and is not corrupted
- The mod version supports your current BeamMP/BeamNG version
- You restarted the server after installation
- The mod does not require additional dependencies
If problems continue, remove the last installed mod and restart again to confirm whether that mod is the cause.
Best Practices for Stable Modded Servers
- Add mods in small batches, not all at once
- Keep a list of installed mods and versions
- Test after each major mod change
- Remove old or duplicate mods to avoid conflicts