{"id":22313,"date":"2026-06-15T16:20:36","date_gmt":"2026-06-15T16:20:36","guid":{"rendered":"https:\/\/xgamingserver.com\/blog\/soulmask-admin-commands-guide\/"},"modified":"2026-06-15T19:23:31","modified_gmt":"2026-06-15T19:23:31","slug":"soulmask-admin-commands-guide","status":"publish","type":"post","link":"https:\/\/xgamingserver.com\/blog\/soulmask-admin-commands-guide\/","title":{"rendered":"Soulmask Admin Commands &#038; GM Panel Guide"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Running a Soulmask dedicated server means you will eventually need to teleport a stuck player, clear a runaway NPC swarm, hand out experience, or reveal the map for an event. All of that runs through Soulmask&#8217;s admin layer: a launch-time admin password, an in-game console, and the GM Panel. This guide walks through exactly how to become admin on the 1.0 build (released April 10, 2026 by CampFire Studio and Qooland Games), every verified GM command, and how to wire up RCON for remote management without ever logging into the game.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you would rather skip the manual setup entirely, our <a href=\"https:\/\/xgamingserver.com\/soulmask-server-hosting\">managed Soulmask server hosting<\/a> ships with the admin password, ports, and RCON pre-wired so you can jump straight to running commands.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1: Set the admin password at launch<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Admin access in Soulmask starts at the server launch line, not in the game. You define an admin password with the <code>-adminpsw<\/code> parameter when the server boots. Anyone who later knows that password can authenticate as a GM in-game, so treat it like a root credential.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>WSServer-Win64-Shipping.exe Level01_Main -server -log -UTF8Output -forcepassthrough\n  -MULTIHOME=0.0.0.0 -Port=8777 -QueryPort=27015 -EchoPort=18888\n  -SteamServerName=\"My Soulmask Server\" -MaxPlayers=60 -PSW=\"joinpassword\"\n  -adminpsw=\"adminpassword\" -pve -saving=300 -backup=900 -online=Steam<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The key piece here is <code>-adminpsw=\"adminpassword\"<\/code>. The rest of the line covers the standard network and gameplay settings. Here is what each parameter does:<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th>Parameter<\/th><th>Meaning<\/th><\/tr><\/thead><tbody>\n<tr><td><code>Level01_Main<\/code><\/td><td>Map\/level name (first positional argument)<\/td><\/tr>\n<tr><td><code>-adminpsw=\"...\"<\/code><\/td><td>Admin password used to authenticate the GM Panel<\/td><\/tr>\n<tr><td><code>-SteamServerName=\"...\"<\/code><\/td><td>Server name shown in the browser list<\/td><\/tr>\n<tr><td><code>-MaxPlayers=<\/code><\/td><td>Player cap (example configs use 60)<\/td><\/tr>\n<tr><td><code>-PSW=\"...\"<\/code><\/td><td>Join password (omit for an open server)<\/td><\/tr>\n<tr><td><code>-pve<\/code><\/td><td>PvE mode flag (PvP is the alternative)<\/td><\/tr>\n<tr><td><code>-saving=<\/code><\/td><td>Auto-save interval in seconds (300 = 5 min)<\/td><\/tr>\n<tr><td><code>-backup=<\/code><\/td><td>Backup interval in seconds (900 = 15 min)<\/td><\/tr>\n<tr><td><code>-Port= \/ -QueryPort= \/ -EchoPort=<\/code><\/td><td>Game, query, and echo network ports<\/td><\/tr>\n<tr><td><code>-MULTIHOME=0.0.0.0<\/code><\/td><td>Bind address<\/td><\/tr>\n<tr><td><code>-online=Steam<\/code><\/td><td>Online\/auth backend<\/td><\/tr>\n<\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The default game port is <code>8777<\/code> (UDP) and the query port is <code>27015<\/code> (UDP) \u2014 each server process needs at least those two UDP ports open. The echo port <code>18888<\/code> appears in working launch lines, though whether it is strictly mandatory is unconfirmed. The exact <code>MaxPlayers<\/code> ceiling is also unconfirmed; example configs use 60, so treat anything higher as something to test on your own hardware. For the full install and tuning walkthrough, see our <a href=\"https:\/\/xgamingserver.com\/blog\/guide-to-setting-up-and-managing-soulmask-dedicated-server\/\">guide to setting up and managing a Soulmask dedicated server<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2: Open the console and authenticate the GM Panel<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Once the server is live and you are connected, becoming admin in-game is a two-key process:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Press the <strong>tilde key (<code>~<\/code> \/ <code>`<\/code>)<\/strong> to open the console.<\/li>\n<li>Type <code>gm key <AdminPassword><\/code> and press Enter to gain admin permissions and open the <strong>GM Panel<\/strong>.<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>gm key adminpassword<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Two things trip up new admins, so commit them to memory. First, <strong>admin status is not persisted between logins<\/strong> \u2014 you must re-run <code>gm key<\/code> at the start of every session. Second, <strong>commands are case-sensitive<\/strong>. Many of them use Pinyin keywords (for example <code>ZhaoMu<\/code> or <code>FuHuo<\/code>), so the capitalization matters and a lowercase variant will simply fail.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Verified GM commands<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">After authenticating, the following GM commands are available. These are the verified set; if a command you have seen elsewhere is not on this list, test it on a private save before relying on it during a live event.<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th>Command<\/th><th>Effect<\/th><\/tr><\/thead><tbody>\n<tr><td><code>gm key [password]<\/code><\/td><td>Authenticate and open the GM Panel<\/td><\/tr>\n<tr><td><code>gm AddExp [value]<\/code><\/td><td>Add character experience<\/td><\/tr>\n<tr><td><code>gm Addmjexp [value]<\/code><\/td><td>Add Mask experience<\/td><\/tr>\n<tr><td><code>gm AddShouLieExp [value]<\/code><\/td><td>Add hunting experience<\/td><\/tr>\n<tr><td><code>gm XiDian<\/code><\/td><td>Reset attribute points<\/td><\/tr>\n<tr><td><code>gm ZiSha 1<\/code><\/td><td>Suicide<\/td><\/tr>\n<tr><td><code>gm FuHuo<\/code><\/td><td>Revive<\/td><\/tr>\n<tr><td><code>gm ZhaoMu<\/code><\/td><td>Quick-recruit an NPC<\/td><\/tr>\n<tr><td><code>gm ClearAllNpc<\/code><\/td><td>Clear all NPCs<\/td><\/tr>\n<tr><td><code>gm ClearSelect<\/code><\/td><td>Remove the selected target<\/td><\/tr>\n<tr><td><code>gm Go [x] [y] [z]<\/code><\/td><td>Teleport to coordinates<\/td><\/tr>\n<tr><td><code>GPS<\/code><\/td><td>Show your own coordinates<\/td><\/tr>\n<tr><td><code>gm ShowInfo 1<\/code><\/td><td>Show your own info<\/td><\/tr>\n<tr><td><code>gm ShowMap<\/code><\/td><td>Reveal the full map<\/td><\/tr>\n<tr><td><code>gm KeJiShu<\/code><\/td><td>Unlock all tech-tree nodes<\/td><\/tr>\n<tr><td><code>gm SetAttr YinShen 1 \/ 0<\/code><\/td><td>Toggle invisibility on \/ off<\/td><\/tr>\n<tr><td><code>gm ShuaXinZhiBei<\/code><\/td><td>Refresh vegetation in range<\/td><\/tr>\n<tr><td><code>Debuginfo 1<\/code><\/td><td>View server status<\/td><\/tr>\n<\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">A practical workflow tip: pair <code>GPS<\/code> with <code>gm Go<\/code>. Run <code>GPS<\/code> to read out your current coordinates, note a value, then use <code>gm Go [x] [y] [z]<\/code> to jump back later \u2014 handy when you are running events across the map and need to return to your base hub.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Common admin tasks and the commands behind them<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Run an XP event:<\/strong> <code>gm AddExp<\/code> for character levels and <code>gm Addmjexp<\/code> to push Mask (Awareness) progression \u2014 the Mask stat gates technologies, talents, and abilities, so boosting it meaningfully accelerates players.<\/li>\n<li><strong>Reset a misbuilt character:<\/strong> <code>gm XiDian<\/code> wipes attribute points so a player can re-spec without re-rolling.<\/li>\n<li><strong>Clean up a lagging area:<\/strong> <code>gm ClearAllNpc<\/code> removes all NPCs (use carefully \u2014 it is server-wide), or <code>gm ClearSelect<\/code> to drop only the target you have selected.<\/li>\n<li><strong>Rescue a stuck or dead player:<\/strong> <code>gm FuHuo<\/code> revives, and <code>gm Go<\/code> teleports them out of a geometry trap.<\/li>\n<li><strong>Run a quiet inspection:<\/strong> <code>gm SetAttr YinShen 1<\/code> makes you invisible so you can observe players or PvP fights without interfering, then <code>gm SetAttr YinShen 0<\/code> to reappear.<\/li>\n<li><strong>Unlock everything for a creative server:<\/strong> <code>gm KeJiShu<\/code> opens the entire tech tree.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">RCON: run admin commands remotely<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Soulmask supports RCON, which lets you send admin commands from outside the game \u2014 from a web panel, an RCON client, or an automation script \u2014 without ever loading in. This is the cleanest way to manage a server, schedule restarts, or run moderation without occupying a player slot.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Enable it by adding three parameters to your launch line:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>-rconpsw=\"yourpassword\" -rconaddr=0.0.0.0 -rconport=19000<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The defaults shown here bind RCON to all interfaces (<code>0.0.0.0<\/code>) on port <code>19000<\/code> with a password you set. Crucially, <strong>all GM commands can be sent via RCON<\/strong> \u2014 the same <code>gm AddExp<\/code>, <code>gm Go<\/code>, <code>gm ClearAllNpc<\/code>, and so on that you would type in the in-game console work over the remote connection. One security note: never expose the RCON port and password publicly without a firewall rule restricting it to your own IP. Anyone with that password has full GM control of your world.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Kicking and banning players with the GM Panel<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">When you authenticate with <code>gm key<\/code>, you do not just unlock the console \u2014 you open the GM Panel, the visual admin interface. Player administration like kicking and banning is handled there rather than through a documented console command. The exact CLI\/RCON kick and ban syntax is not confirmed in current sources, so the reliable path is to open the GM Panel, select the player, and use the panel&#8217;s moderation controls. Before publishing any kick\/ban command to your staff, cross-check it live in the GM Panel on your own build, since panel labels and behavior can shift between patches.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For panel screenshots, per-setting explanations, and the full config-file walkthrough, our <a href=\"https:\/\/xgamingserver.com\/docs\/soulmask\">Soulmask server documentation<\/a> covers the GM Panel and <code>GameUserSettings.ini<\/code> in detail.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Where commands fit alongside other admin tasks<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">GM commands are the live-management half of running a server; the other half is recruiting and managing the tribesmen that make a Soulmask world feel alive. The <code>gm ZhaoMu<\/code> quick-recruit command is the admin shortcut, but on a normal server players earn their followers through the damage-then-deter-then-feed loop. If your community is new to that mechanic, point them at our walkthrough on <a href=\"https:\/\/xgamingserver.com\/blog\/how-to-recruit-tribesmen-in-soulmask\/\">how to recruit tribesmen in Soulmask<\/a> so they understand what the GM command is fast-forwarding past.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Frequently asked questions<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">How do I become an admin on a Soulmask server?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Set an admin password at launch with the <code>-adminpsw<\/code> parameter, then connect to the server, press the tilde (<code>~<\/code>) key to open the console, and type <code>gm key <AdminPassword><\/code>. That authenticates you and opens the GM Panel.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Why did my admin commands stop working after I logged out?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Admin status is not saved between sessions. You must re-run <code>gm key <AdminPassword><\/code> every time you log back in. Also remember the commands are case-sensitive \u2014 many use Pinyin keywords, so the capitalization must match exactly.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Can I run admin commands without being in the game?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Yes. Soulmask supports RCON. Add <code>-rconpsw<\/code>, <code>-rconaddr<\/code>, and <code>-rconport<\/code> (default <code>19000<\/code>) to your launch line, then connect with an RCON client. Every GM command can be sent over RCON.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How do I teleport to a location?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Use <code>gm Go [x] [y] [z]<\/code> with target coordinates. To find coordinates, type <code>GPS<\/code> to display your current position, and <code>gm ShowMap<\/code> to reveal the full map for navigation.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How do I kick or ban a player?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Player kick and ban actions are handled through the GM Panel that opens when you authenticate, rather than a confirmed console command. Open the panel, select the player, and use its moderation controls. Verify the exact controls in-game on your current build, as panel options can change between patches.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What is the difference between AddExp and Addmjexp?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><code>gm AddExp<\/code> grants character experience for normal leveling, while <code>gm Addmjexp<\/code> adds Mask experience. Mask (Awareness) progression gates technologies, talents, and mask abilities, so the two reward different progression tracks.<\/p>\n\n\n<!-- xg-tools-mesh -->\n\n<div class=\"wp-block-group xg-tools-box is-layout-flow wp-block-group-is-layout-flow\" style=\"border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:18px 22px;margin-top:8px;background:rgba(76,175,80,.04);\">\n<h3 class=\"wp-block-heading\">Free Soulmask Tools<\/h3>\n<p class=\"wp-block-paragraph\">Speed up your server with our free Soulmask tools:<\/p>\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/xgamingserver.com\/tools\/soulmask\/talents\">Talents Database<\/a><\/li><li><a href=\"https:\/\/xgamingserver.com\/tools\/soulmask\/map\">Interactive Map<\/a><\/li><li><a href=\"https:\/\/xgamingserver.com\/tools\/soulmask\/items\">Item Database<\/a><\/li><\/ul>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>Running a Soulmask dedicated server means you will eventually need to teleport a stuck player, clear a runaway NPC swarm, hand out experience, or reveal the map for an event. All of that runs through Soulmask&#8217;s admin layer: a launch-time admin password, an in-game console, and the GM Panel. This guide walks through exactly how [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_gspb_post_css":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[108],"tags":[],"class_list":["post-22313","post","type-post","status-publish","format-standard","hentry","category-soulmask"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.5 (Yoast SEO v26.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Soulmask Admin Commands &amp; GM Panel Guide (2026)<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/xgamingserver.com\/blog\/soulmask-admin-commands-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Soulmask Admin Commands &amp; GM Panel Guide\" \/>\n<meta property=\"og:description\" content=\"Running a Soulmask dedicated server means you will eventually need to teleport a stuck player, clear a runaway NPC swarm, hand out experience, or reveal the map for an event. All of that runs through Soulmask&#8217;s admin layer: a launch-time admin password, an in-game console, and the GM Panel. This guide walks through exactly how [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xgamingserver.com\/blog\/soulmask-admin-commands-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"XGamingServer\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/web.facebook.com\/xgamingserver69\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-06-15T16:20:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-15T19:23:31+00:00\" \/>\n<meta name=\"author\" content=\"Xray\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@rainerstudios\" \/>\n<meta name=\"twitter:site\" content=\"@xgamingserver\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Xray\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/soulmask-admin-commands-guide\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/soulmask-admin-commands-guide\/\"},\"author\":{\"name\":\"Xray\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608\"},\"headline\":\"Soulmask Admin Commands &#038; GM Panel Guide\",\"datePublished\":\"2026-06-15T16:20:36+00:00\",\"dateModified\":\"2026-06-15T19:23:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/soulmask-admin-commands-guide\/\"},\"wordCount\":1309,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"articleSection\":[\"Soulmask\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/soulmask-admin-commands-guide\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/soulmask-admin-commands-guide\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/soulmask-admin-commands-guide\/\",\"name\":\"Soulmask Admin Commands & GM Panel Guide (2026)\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\"},\"datePublished\":\"2026-06-15T16:20:36+00:00\",\"dateModified\":\"2026-06-15T19:23:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/soulmask-admin-commands-guide\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/soulmask-admin-commands-guide\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/soulmask-admin-commands-guide\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/xgamingserver.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Soulmask\",\"item\":\"https:\/\/xgamingserver.com\/blog\/category\/soulmask\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Soulmask Admin Commands &#038; GM Panel Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\",\"url\":\"https:\/\/xgamingserver.com\/blog\/\",\"name\":\"XGamingServer\",\"description\":\"Dedicated Game Server Hosting\",\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/xgamingserver.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\",\"name\":\"XGamingServer\",\"url\":\"https:\/\/xgamingserver.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"XGamingServer\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/web.facebook.com\/xgamingserver69\/\",\"https:\/\/x.com\/xgamingserver\",\"https:\/\/www.instagram.com\/xgamingserver\/\",\"https:\/\/www.linkedin.com\/company\/xgamingserver\/\",\"https:\/\/www.pinterest.com\/xgamingserver\/\",\"https:\/\/www.youtube.com\/channel\/UCHnOtWxpzaL2r3jM9Jm40EQ\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608\",\"name\":\"Xray\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f5e048c648806821e7dfebe32ad45489165185fe75979165fb4044e2967386d8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f5e048c648806821e7dfebe32ad45489165185fe75979165fb4044e2967386d8?s=96&d=mm&r=g\",\"caption\":\"Xray\"},\"description\":\"A Mathematician who knows a thing or two about Design.\",\"sameAs\":[\"https:\/\/xgamingserver.com\/blog\",\"https:\/\/www.instagram.com\/rainerstudios\/\",\"https:\/\/x.com\/@rainerstudios\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Soulmask Admin Commands & GM Panel Guide (2026)","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/xgamingserver.com\/blog\/soulmask-admin-commands-guide\/","og_locale":"en_US","og_type":"article","og_title":"Soulmask Admin Commands & GM Panel Guide","og_description":"Running a Soulmask dedicated server means you will eventually need to teleport a stuck player, clear a runaway NPC swarm, hand out experience, or reveal the map for an event. All of that runs through Soulmask&#8217;s admin layer: a launch-time admin password, an in-game console, and the GM Panel. This guide walks through exactly how [&hellip;]","og_url":"https:\/\/xgamingserver.com\/blog\/soulmask-admin-commands-guide\/","og_site_name":"XGamingServer","article_publisher":"https:\/\/web.facebook.com\/xgamingserver69\/","article_published_time":"2026-06-15T16:20:36+00:00","article_modified_time":"2026-06-15T19:23:31+00:00","author":"Xray","twitter_card":"summary_large_image","twitter_creator":"@rainerstudios","twitter_site":"@xgamingserver","twitter_misc":{"Written by":"Xray","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xgamingserver.com\/blog\/soulmask-admin-commands-guide\/#article","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/soulmask-admin-commands-guide\/"},"author":{"name":"Xray","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608"},"headline":"Soulmask Admin Commands &#038; GM Panel Guide","datePublished":"2026-06-15T16:20:36+00:00","dateModified":"2026-06-15T19:23:31+00:00","mainEntityOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/soulmask-admin-commands-guide\/"},"wordCount":1309,"commentCount":0,"publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"articleSection":["Soulmask"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xgamingserver.com\/blog\/soulmask-admin-commands-guide\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xgamingserver.com\/blog\/soulmask-admin-commands-guide\/","url":"https:\/\/xgamingserver.com\/blog\/soulmask-admin-commands-guide\/","name":"Soulmask Admin Commands & GM Panel Guide (2026)","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/#website"},"datePublished":"2026-06-15T16:20:36+00:00","dateModified":"2026-06-15T19:23:31+00:00","breadcrumb":{"@id":"https:\/\/xgamingserver.com\/blog\/soulmask-admin-commands-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xgamingserver.com\/blog\/soulmask-admin-commands-guide\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/xgamingserver.com\/blog\/soulmask-admin-commands-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xgamingserver.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Soulmask","item":"https:\/\/xgamingserver.com\/blog\/category\/soulmask\/"},{"@type":"ListItem","position":3,"name":"Soulmask Admin Commands &#038; GM Panel Guide"}]},{"@type":"WebSite","@id":"https:\/\/xgamingserver.com\/blog\/#website","url":"https:\/\/xgamingserver.com\/blog\/","name":"XGamingServer","description":"Dedicated Game Server Hosting","publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xgamingserver.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/xgamingserver.com\/blog\/#organization","name":"XGamingServer","url":"https:\/\/xgamingserver.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg","width":"1024","height":"1024","caption":"XGamingServer"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/web.facebook.com\/xgamingserver69\/","https:\/\/x.com\/xgamingserver","https:\/\/www.instagram.com\/xgamingserver\/","https:\/\/www.linkedin.com\/company\/xgamingserver\/","https:\/\/www.pinterest.com\/xgamingserver\/","https:\/\/www.youtube.com\/channel\/UCHnOtWxpzaL2r3jM9Jm40EQ"]},{"@type":"Person","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608","name":"Xray","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/f5e048c648806821e7dfebe32ad45489165185fe75979165fb4044e2967386d8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f5e048c648806821e7dfebe32ad45489165185fe75979165fb4044e2967386d8?s=96&d=mm&r=g","caption":"Xray"},"description":"A Mathematician who knows a thing or two about Design.","sameAs":["https:\/\/xgamingserver.com\/blog","https:\/\/www.instagram.com\/rainerstudios\/","https:\/\/x.com\/@rainerstudios"]}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/22313","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/comments?post=22313"}],"version-history":[{"count":1,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/22313\/revisions"}],"predecessor-version":[{"id":22672,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/22313\/revisions\/22672"}],"wp:attachment":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media?parent=22313"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/categories?post=22313"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/tags?post=22313"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}