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=76561198087654321Each 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
steamID64number (starts with7656).
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
| Command | Syntax | Description |
|---|---|---|
AdminKick | AdminKick <PlayerName> | Kick a player from the server (they can rejoin) |
AdminBan | AdminBan <PlayerName> <Duration> | Ban a player for a duration (use 0 for permanent) |
AdminUnban | AdminUnban <Steam64ID> | Remove a ban by Steam64 ID |
AdminListPlayers | AdminListPlayers | List all connected players with their IDs |
Server Management
| Command | Syntax | Description |
|---|---|---|
AdminRestartMap | AdminRestartMap | Restart the current map |
ServerTravel | ServerTravel <MapName> | Change to a different map |
AdminEndRound | AdminEndRound <Team> | Force-end the current round with the specified team as the winner |
AdminBroadcast | AdminBroadcast <Message> | Send a message to all players on the server |
AdminSlomo | AdminSlomo <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 permanentlyAdminBan 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
AdminIdsinGame.inifor 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?
Operation: Harsh Doorstop Server Guides
Comprehensive guides to set up, manage, and configure your Operation: Harsh Doorstop dedicated server.
How to Change the Map on Your Operation: Harsh Doorstop Server
Learn how to change the map and game mode on your Operation: Harsh Doorstop server, including a full list of available maps and modes.