Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/looterz/wargame-rcon
Command line interface for wargame's remote console.
https://github.com/looterz/wargame-rcon
Last synced: about 1 month ago
JSON representation
Command line interface for wargame's remote console.
- Host: GitHub
- URL: https://github.com/looterz/wargame-rcon
- Owner: looterz
- Created: 2014-10-31T04:46:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-09T01:16:07.000Z (almost 8 years ago)
- Last Synced: 2023-06-13T20:35:14.156Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This project is no longer maintained.
## wargame-rcon
Command line interface for Wargame's Server Rcon protocol.
## Installation
You can install the wargame-rcon npm package.
```bash
npm i -g wargame-rcon
```If you're more adventurous and like to live on the edge then you can install development version as follows:
```bash
git clone https://github.com/looterz/wargame-rcon
cd wargame-rcon
npm i -g
```## Getting Started
To get the list of all parameters type 'wargame-rcon -h'
```bash
Usage: wargame-rcon [options]Options:
-h, --help output usage information
-V, --version output the version number
-s, --server Server to conect to
-o, --port Port to connect to
-p, --pass Password to use for authentication
-c, --connect Whether or not to connect upon launching the tool
-sv, --save [path] Save connection information to config file, default ./config.json
-cc, --config Read connection information from config file
-d, --dir Print working directory location of wargame-rcon tool
```To connect to a running wargame dedicated server and begin issuing commands, run the following:
```bash
wargame-rcon --server my-server.net --port 1337 --pass rconpass --save
```After launching the tool, you will enter command-line mode. You can begin issuing commands to the tool, and the first command you will most likely want to issue is /connect.