Miscreated's whitelist uses 17-digit SteamID64 values in whitelist.xml. The whitelist is enforced only when a Whitelist predefined command line is selected.
- Collect the SteamID64 for every player who should be allowed to join.
- Stop the server and open Configuration Files.
- Open the
whitelist.xmlText Editor and add one element per player inside<SteamIDs>:
<SteamIDs> <SteamID id="76561198000000000"/> <SteamID id="76561198000000001"/> </SteamIDs>

- Save the file and open Commandline Manager.
- Select Whitelist, or Whitelist (No admin) if you do not want RCON enabled.

- Start the server and test with an allowed account.
To disable the whitelist, stop the server and select Default or No admin. Removing IDs from the XML file alone does not remove the -mis_whitelist startup option.
