A Windows tool to manage sbox dedicated servers, powered by Electron.
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.
- Console
- Player list with kicking
- Multi-server configuration support
- Search public maps and gamemodes by name
- Electron
- Node.js
- React.js + Typescript
- Redux Toolkit
- Webpack
- Requirements:
- npm v8+
- node v18+
- Install dependencies with
npm i
- Build with
npm run make
- https://github.com/codesbiome/electron-react-webpack-typescript-2023
- https://github.com/EnriqCG/rcon-srcds