A lightweight PowerShell-based GUI script to manage your Factorio Dedicated Server on Windows.
- Auto-install/update of the Factorio server binary
- Launch with latest or specific save file
- Edit
server-settings.json
with Notepad - No dependencies besides PowerShell and internet access
./FactorioServerManager.ps1
On first run:
- Downloads and extracts the latest Factorio server to
./Factorio/
- Creates config directory and default settings if missing
- Load latest save file (from
%APPDATA%\Factorio\saves
) - Pick a save via GUI
- Edit server settings JSON
- Launch empty server
- Exit
- Windows 10/11
- PowerShell 5.1+
- Internet access for first-time setup
GitHub: GhostwheeI/FactorioServerManager