SPT-Server-Manager 0.1.0

Please do not ask when mod authors will update their mods to 3.10 or if they can upload older versions of their mods.
Bothering mod authors will lead to warnings and repeat offenses will lead to eventual bans.

This lightweight Rust project automatically detects and runs the SPT server executable in the same directory. It allows you to interact with the server through a terminal interface.

Compatibility

compatible with any version of SPT server.


Key Features

  • Automatic Server Detection: If the server executable is in the same directory, it will be detected and launched automatically.
  • Command Interface: Use the help command to see a list of available commands in the terminal.

Available Commands

  • help - Display this help message.
  • exit - Stop the server and exit the program.
  • restart - Restart the server.
  • setpath - Change the server executable path.
  • [command] - Any other input will be sent to the server as a command.

Usage

Drop and Run the executable in the same directory as your SPT server executable.

Quote
If you Run it from an external directory, you will be prompted to enter a path to SPT.server.exe

Example Commands

Code
Type 'help' for a list of available commands.
> help

as simple as that.