Overview
Mods can greatly enhance your Arma Reforger server experience, but they also introduce complexity. This guide covers best practices for installing and managing mods safely.
Before Installing Mods
- Backup your config - Export your mod list before making changes
- Check compatibility - Verify mods work with current game version
- Read mod descriptions - Check for known issues or requirements
- Note dependencies - Some mods require other mods to work
Installation Best Practices
Add Mods in Small Batches
The most important rule for mod management:
- Add 5 mods at a time
- Restart the server
- Test that everything works
- If issues occur, you know which batch caused them
- Repeat until all desired mods are installed
Load Order Matters
- Dependencies should load before mods that need them
- Use drag-and-drop in Mod Manager to reorder
- Framework mods typically load first
- Content mods load after frameworks
Version Management
Using Latest vs Locked Versions
- Latest (Recommended for most)
- Automatically updates with new releases
- Gets bug fixes and improvements
- May occasionally break after updates
- Locked Version
- Stays on specific version
- More stable, predictable
- May miss important fixes
- Good for production servers
Troubleshooting Mod Issues
Server Will Not Start
- Remove all mods
- Start server to verify it works without mods
- Add mods back in small batches
- Identify the problematic mod
Mods Not Loading
- Check JSON syntax in config.json
- Verify mod IDs are correct
- Ensure server has disk space for downloads
- Check mod is available on workshop
Players Cannot Join
- Players need same mods installed
- Mod versions must match
- Share your mod list with players
Keeping Mods Updated
- Regularly check for mod updates
- Read changelogs before updating
- Test updates on a quiet server first
- Backup before major mod updates
Common Mod Categories
- Frameworks - Base mods that others depend on
- Weapons/Vehicles - New equipment and assets
- Maps/Terrains - New play areas
- Scenarios - New game modes
- Admin Tools - Server management utilities