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.
- Select from multiple server configurations
- Input world name, port, and RCON port
- Handles symlinks, SteamCMD updates, and server launch
- Install dependencies:
npm install
- Run the CLI with:
lightrail
- Add or edit server configurations in the configuration file (to be created).
MIT