A mod that simplifies server management by keeping client mods and configs in sync with one in-game update button.
Sync Client Server (SCS) is a mod designed to keep client mods and configurations synchronized with a server-provided modpack, reducing version mismatches and manual mod management.
With a single in-game Update button directly in the multiplayer server list, players can download the mods and configs required by the server in a simple and reliable way.

SCS aims to simplify server administration and improve player experience by making modpack updates clear, predictable, and user-friendly, without requiring external launchers or manual file management.
/config alongside /mods/mods and /configmods.zip and config.zip⚠️ Important:
- Mod updates require a game restart to take effect
- Config updates do NOT require a restart and are applied immediately
The client workflow is intentionally minimal.
Example:
http://myserver.com:25566
That’s it.
Restart the game only if mods were updated.
Use Clear cache from the confirmation screen if:
Cache is isolated per server and safe to clear.
Config file:
config/scs-common.toml
Default values:
fileServerPort = 25566
updateConfig = true
mirrorMods = false
mirrorConfig = false
Explanation:
fileServerPort25566)updateConfigmirrorMods / mirrorConfigBecause updateConfig is enabled by default, server admins can push new configuration changes to clients, such as enabling or disabling mirror options.
On the server, run:
/scs save-mods
/scs save-config
This generates:
mods.zipconfig.zipAdmins may manually create or edit:
mods.zipconfig.zipThis allows:
Both methods are fully supported.
To force the removal of specific client mods:
modsToRemoveFromTheClient.json
mods.zip.jar filenames to removeExample:
[
"examplemod1.jar",
"examplemod2.jar"
]
These mods will be deleted from the client during the update.
When the server is running, SCS automatically hosts:
mods.zipconfig.zipOn:
<server-ip>:fileServerPort
Default:
<server-ip>:25566
No external web server is required.
Feel free to include this mod in your modpack — credits are appreciated but not required.
This project is a fork of the mod MMMMM by Place-Boy.
Original project: https://www.curseforge.com/minecraft/mc-mods/mmmmm
All credit for the original concept and foundation goes to the original author.
Conversation