Automatic monitoring, restart and remote API control for Freelancer game servers
🌐 Language:
🇷🇺 Russian
|
✅ 🇺🇸 English (current)
Note
This project is part of the Lizerium ecosystem and belongs to the following project:
If you're looking for related engineering and support tools, start there.
- Automatic restart if server process stops
- Restart when no players online for configured time
- Live player board in console
- Mini HTTP API for bots / websites
- Multilingual interface (English / Russian)
- JSON configuration
- Lightweight standalone .NET 8 utility
dotnet build -c ReleaseRun:
Lizerium.Restarter.Server.exeEdit:
appsettings.json
Example:
{
"StatsFilePath": "stats.json",
"ServerExecutablePath": "flserver.exe",
"RestartIfNoPlayersAfterMinutes": 60,
"CheckIntervalSeconds": 5,
"ApiPort": 52349,
"Language": "En"
}Supported UI languages:
- English
- Russian
Switch language:
"Language": "Ru"- .NET 8
- Kestrel
- JSON API
- Windows Server Ready
MIT


