2015-04-03 10:29:41 +00:00
|
|
|
# Arma Server Admin
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
- Node.js, https://nodejs.org/
|
|
|
|
- Pre-installed Arma Server
|
|
|
|
|
|
|
|
## Supported Games
|
|
|
|
|
|
|
|
- arma1
|
|
|
|
- arma2
|
|
|
|
- arma2oa
|
|
|
|
- arma3
|
|
|
|
- cwa (does not support linux)
|
|
|
|
- ofp
|
|
|
|
- ofpresistance
|
|
|
|
|
|
|
|
## Config
|
|
|
|
|
|
|
|
Key | Description
|
|
|
|
--- | --- | ---
|
|
|
|
game | Which game server to launch, see above
|
|
|
|
path | Folder path to game server
|
|
|
|
port | Web port to use
|
2015-05-29 15:52:12 +00:00
|
|
|
host | IP or Hostname to listen on
|
2015-04-03 10:29:41 +00:00
|
|
|
type | Which kind of server to use, can be 'linux', 'windows' or 'wine'
|
|
|
|
|
|
|
|
## How to Use
|
|
|
|
|
|
|
|
1. Copy `config.js.example` to `config.js`
|
|
|
|
|
|
|
|
2. Change values in `config.js` as described above or in the file
|
|
|
|
|
|
|
|
3. Install all dependencies with `npm install`
|
|
|
|
|
|
|
|
4. Launch the web UI with `npm start`
|