A cross-platform desktop application that synchronizes mods from Farming Simulator dedicated servers to your local machine. Supports both FS22 and FS25.
- Automatically detects game version (FS22/FS25) from server
- Compares local mod versions with server versions
- Downloads only missing or outdated mods
- Enable Public Mod Download on your Farming Simulator dedicated server control panel
- Copy the mods link (e.g.,
http://IP:PORT/mods.html) - Run FS Mod Sync and paste the URL
- Select your local mods directory
- Click sync to download missing/outdated mods
Get the latest release from the Releases page.
Note: This application is not code-signed. Windows SmartScreen may show a warning when you first run it. Click "More info" then "Run anyway" to proceed.
Requires Go 1.24+ and Node.js 18+.
# Install Wails CLI
go install github.com/wailsapp/wails/v2/cmd/wails@latest
# Install frontend dependencies
cd frontend && npm install && cd ..
# Development mode
wails dev
# Build for production
wails buildMIT License - see LICENSE for details.


