Skip to content

timmybo5/sbox-server-manager

Repository files navigation

S&Box Server Manager

GitHub release (latest SemVer)

A Windows tool to manage sbox dedicated servers, powered by Electron.

How does it work?

Output:

  • Server Manager spawns sbox-server.exe (scrds) as a child process and captures all output via stdout.

Input:

  • All input is handled through RCON since scrds servers require a valid console handle for sdtin.
  • Server Manager uses netstat to find what address matches the hosting port and establishes a direct connection.

Features

  • Console
  • Player list with kicking
  • Multi-server configuration support
  • Search public maps and gamemodes by name

Technologies

  • Electron
  • Node.js
  • React.js + Typescript
  • Redux Toolkit
  • Webpack

Building

  • Requirements:
    • npm v8+
    • node v18+
  1. Install dependencies with npm i
  2. Build with npm run make

Special Thanks

Interface

Server Settings

Players