View Categories

How to Add a Player to the Ban List (Blacklist) on Your Soulmask Server

HOW TO

How to add a particular player to the ban list (blacklist / BAN) on a Soulmask dedicated server. Use it to deal with disruptive behavior.

v2.0 (revised August 2026) BESTNET LLC About 3 min read
Revision history
v2.0
August 2026 — Full revision. The order in which the commands are run has been tidied up, and how to look up a SteamID64 and where to run the commands (the in-game console) are now stated explicitly. The name "blacklist" is given alongside as well.
v1.0
January 2025 — First edition

Before you begin

This requires admin rights. First follow How to become an admin on your server to log in as an admin.You will also need the target player's SteamID64 (a 17-digit number).
  • If their Steam profile page URL contains /profiles/76561198..., that number is the SteamID64.
  • If they have set a custom URL, you cannot tell from the URL. Use an external SteamID lookup service or similar.
The "console" here means the in-game console. It is not the Console screen in the game panel. Join the server as an admin, then press the ~ (tilde) key to open it.

Using the ban list

  1. Join the server as an admin.
  2. Open the in-game console and enable the ban list.
    gm EnableServerPermissionList 1 1
  3. Then run the command you need.
CommandWhat it does
gm AddServerPermissionList 1 <SteamID64>Adds the player to the ban list (blacklist).
gm RemoveServerPermissionList 1 <SteamID64>Removes the player from the ban list.
Replace the <SteamID64> part with the target player's 17-digit number when you run it.
Scroll to top