Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Lizerium/Lizerium.Restarter.Server

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lizerium Restarter Server

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.

Features

  • 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

Console Preview

prev_en

Api

Local

Local

Global

Global

Quick Start

dotnet build -c Release

Run:

Lizerium.Restarter.Server.exe

Configuration

Edit:

appsettings.json

Example:

{
	"StatsFilePath": "stats.json",
	"ServerExecutablePath": "flserver.exe",
	"RestartIfNoPlayersAfterMinutes": 60,
	"CheckIntervalSeconds": 5,
	"ApiPort": 52349,
	"Language": "En"
}

Languages

Supported UI languages:

  • English
  • Russian

Switch language:

"Language": "Ru"

Documentation

Tech Stack

  • .NET 8
  • Kestrel
  • JSON API
  • Windows Server Ready

License

MIT

Morty Proxy This is a proxified and sanitized view of the page, visit original site.