Lightrail
A Node.js CLI tool for launching ARK game servers with selectable configurations. This tool replicates the logic of a Windows batch file for server management, providing an interactive command line interface for server setup and launch.
Features
- Select from multiple server configurations
- Input world name, port, and RCON port
- Handles symlinks, SteamCMD updates, and server launch
Getting Started
1. Install dependencies:
``
powershell
npm install
`
2. Run the CLI with:
`
powershell
lightrail
``
Customization
- Add or edit server configurations in the configuration file (to be created).
License
MIT