How to Add Admins on Your Operation: Harsh Doorstop Server

Learn how to set up admin access using config files and RCON on your Operation: Harsh Doorstop dedicated server.

Admin access in Operation: Harsh Doorstop can be configured in two ways: adding Steam IDs to the server's admin configuration file, or using RCON (Remote Console) for remote administration. Admins can kick and ban players, change maps, restart rounds, and manage the server in real-time.

Adding Admins via Config

Open the XGamingServer panel

Log in to the XGamingServer panel and stop your Operation: Harsh Doorstop server.

Navigate to Files

In the sidebar, go to Files.

Open the config directory

Navigate to HarshDoorstop/Saved/Config/LinuxServer/.

Edit Game.ini

Open Game.ini and add admin entries using Steam64 IDs:

[/Script/HarshDoorstop.HDGameMode]
AdminIds=76561198012345678
AdminIds=76561198087654321

Each AdminIds line adds one admin. You can add as many as needed.

Save and restart

Click Save and restart your server.

💡 Tip: To find a player's Steam64 ID, go to steamid.io and enter their Steam profile URL. You need the 17-digit steamID64 number (starts with 7656).

Finding Your Steam64 ID

Open your Steam profile

Open Steam and click on your profile name in the top-right corner.

Copy your profile URL

Right-click the page and select Copy Page URL, or look at the address bar.

Look up your Steam64 ID

Paste the URL into steamid.io. Your steamID64 is the 17-digit number you need for the admin config.

Admin Commands

Once you're set as an admin via AdminIds, you can use admin commands through the in-game console. Press ` (tilde/backtick) to open the console, then type the command.

Player Management

CommandSyntaxDescription
AdminKickAdminKick <PlayerName>Kick a player from the server (they can rejoin)
AdminBanAdminBan <PlayerName> <Duration>Ban a player for a duration (use 0 for permanent)
AdminUnbanAdminUnban <Steam64ID>Remove a ban by Steam64 ID
AdminListPlayersAdminListPlayersList all connected players with their IDs

Server Management

CommandSyntaxDescription
AdminRestartMapAdminRestartMapRestart the current map
ServerTravelServerTravel <MapName>Change to a different map
AdminEndRoundAdminEndRound <Team>Force-end the current round with the specified team as the winner
AdminBroadcastAdminBroadcast <Message>Send a message to all players on the server
AdminSlomoAdminSlomo <Multiplier>Change game speed (1.0 is normal, 0.5 is half speed)

Ban Examples

  • AdminBan PlayerName 3600 — Ban for 1 hour (3600 seconds)
  • AdminBan PlayerName 0 — Ban permanently
  • AdminBan PlayerName 86400 — Ban for 24 hours

Setting Up RCON

RCON (Remote Console) lets you manage your server from outside the game using tools like RCON Web Admin, mcrcon, or any Source RCON-compatible client.

Open the XGamingServer panel

Log in to the XGamingServer panel and stop your server.

Go to Startup

In the sidebar, click Startup.

Set your RCON password

Find the RCON Password field and set a strong password.

Note your RCON port

The default RCON port is 21114. You can see it in the Startup variables.

Restart your server

Start your server with RCON enabled.

Connect with an RCON client

Use your preferred RCON client and connect with:

  • Host: Your server IP
  • Port: 21114 (or your custom RCON port)
  • Password: The RCON password you set

📝 Note: RCON uses the same admin commands listed above. The RCON password is separate from the server password — the server password controls who can play, while the RCON password controls who can administer the server remotely.

Admin Best Practices

  • Keep admin lists small — Only give admin to trusted community members. More admins means more potential for abuse.
  • Use RCON for remote management — RCON lets you manage the server without being in-game, which is useful for monitoring and quick fixes.
  • Document your admins — Keep a list of who has admin access and their Steam IDs. This makes it easy to audit and remove access if needed.
  • Set an RCON password even if you don't use it — Leaving the RCON port open without a password is a security risk.

💡 Tip: You can combine both methods — use AdminIds in Game.ini for in-game admin access and RCON for remote management. They complement each other well for community server administration.

If you get stuck at any time, you can join our Discord.

How is this guide?

40% Off — Limited TimeGet your Operation Harsh Doorstop server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page