Updated Knowledge Base (markdown)

RaidMax 2022-04-09 09:59:57 -05:00
parent 030bf997db
commit 11f744aa9f

@ -45,3 +45,12 @@ There is an open PR to resolve this https://github.com/XLabsProject/iw4x-client/
### How do I know what was changed in each update? / Should I update every time a new release is published?
Although there is no explicit change log due to the nature of [rolling releases](https://en.wikipedia.org/wiki/Rolling_release), the [Github Releases](https://github.com/RaidMax/IW4M-Admin/releases) includes a commit changes section which outline the high level changes for a given release.
View the [versions definition](https://github.com/RaidMax/IW4M-Admin/wiki#versions) to see which release cadence works best for you.
***
### My Plutonium IW5 servers are showing as `Private Match` in the webfront after some time. How do I fix?
IW4MAdmin reads the hostname (server name) from the `sv_hostname` DVar and also when it's printed in the game log.
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.