Documentation
ยถ
Overview ยถ
Package main is the entry point for StationeersServerUI, a tool for managing Stationeers servers. It coordinates setup, configuration, logging, resource loading, and a web-based UI.
The server initializes by running the setup process, loading resources, and starting a web server. Key functionality is provided by the following subpackages:
- src/config: Manages server configuration.
- src/configchanger: Handles configuration changes.
- src/gamemgr: Manages process management.
- src/loader: Handles resource loading and detection initialization.
- src/logger: Provides logging utilities.
- src/setup: Performs initial server setup.
- src/web: Runs the web-based user interface.
- src/discordbot: Handles Discord bot functionality.
- src/backupmgr: Manages backups of the server's world.
- src/detectionmgr: Manages event detection and processing.
- src/setup: Performs initial server setup.
- src/ssestream: Handles Server-Sent Events (SSE) streaming.
- src/security: Handles security-related tasks.
For detailed documentation, see the subpackages or the project Wiki on GitHub.
Click to show internal directories.
Click to hide internal directories.







