From 11f744aa9fc58bec375464f4ea34df4b0dd262c9 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Sat, 9 Apr 2022 09:59:57 -0500 Subject: [PATCH] Updated Knowledge Base (markdown) --- Knowledge-Base.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Knowledge-Base.md b/Knowledge-Base.md index 416b561..98087ed 100644 --- a/Knowledge-Base.md +++ b/Knowledge-Base.md @@ -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.