How to whitelist players on your Miscreated server

Print
  • 0

Miscreated's whitelist uses 17-digit SteamID64 values in whitelist.xml. The whitelist is enforced only when a Whitelist predefined command line is selected.

  1. Collect the SteamID64 for every player who should be allowed to join.
  2. Stop the server and open Configuration Files.
  3. Open the whitelist.xml Text Editor and add one element per player inside <SteamIDs>:
<SteamIDs>
  <SteamID id="76561198000000000"/>
  <SteamID id="76561198000000001"/>
</SteamIDs>

Miscreated whitelist.xml containing two example SteamID64 entries

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

    Miscreated predefined command lines including Whitelist and Whitelist No admin

  3. 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.


Was this answer helpful?

Related Articles

« Back

Follow us on Social Media

Stay in the loop! Follow our social media accounts and stay up-to-date with the latest news, announcements, tips & tricks and behind-the-scenes insights!