Updated Knowledge Base (markdown)

RaidMax 2022-06-07 21:17:31 -05:00
parent 69916ac9ec
commit e82fd91b82

@ -60,3 +60,9 @@ Plutonium has a system the server key controls the hostname.
IW4MAdmin cannot access that information as it's stored on their system.
**You need to set the `sv_hostname` DVar in the server configuration to match the server name specified in the Plutonium key management interface.**
Alternatively, you can use the [CustomHostname](https://github.com/RaidMax/IW4M-Admin/wiki/Configuration#server-configuration-1) configuration option to manually set the hostname for the server.
***
### I get the error `Unable to add player [Name=name, NetworkId=ID, IP=--, ClientSlot=#]`
This means you have multiple servers logging to the same physical file.
Because there is no way to identify server-unique log lines when they're all logging to the same file, IW4MAdmin processes the log for every server. You must set _unique_ values in your game server config for the `g_log` dvar.
e.g. server 1: `set g_log "dom_mp.log"`, server 2: `set g_log "ffa_mp.log"`