@ov2/lightrail
Version:
Node.js CLI tool for launching and managing ARK game servers with restart scheduling.
29 lines (19 loc) • 691 B
Markdown
# 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