Updated Game Log Server (markdown)

RaidMax 2020-08-06 13:15:02 -05:00
parent 08a76fb102
commit 41286f4ae5

@ -1,10 +1,10 @@
### Game Log Server
The game log server provides a way to remotely host your server's log over a http rest-ful api.
This feature is useful if you plan on running IW4MAdmin on a different machine than the game server.
#### Requirements
## Requirements
- [Python 3.8.x](https://www.python.org/downloads/) or newer
#### Installation
## Installation
1. With Python 3.x installed, open up a terminal/command prompt window in the `GameLogServer` folder and execute:
```console
pip install -r requirements.txt
@ -16,13 +16,14 @@ This feature is useful if you plan on running IW4MAdmin on a different machine t
2. Allow TCP port 1625 through firewall
* [Windows Instructions](https://www.tomshardware.com/news/how-to-open-firewall-ports-in-windows-10,36451.html)
* [Linux Instructions (iptables)](https://www.digitalocean.com/community/tutorials/how-to-set-up-a-basic-iptables-firewall-on-centos-6#open-up-ports-for-selected-services)
#### Launching
## Launching
With Python 3 installed, open a terminal/command prompt window open in the `GameServerLog` folder and execute:
```console
python runserver.py
```
The Game Log Server window will need to remain running/open as long as **IW4MAdmin** is running
#### Configuring
## Configuring
* Update your `IW4MAdminSettings.json` by changing the value of `GameLogServerUrl` to "http://<remote_server_ip>:1625"
* Example &mdash; `"GameLogServerUrl": "http://192.168.1.123:1625",`