WardenCoredocs
Web Panel

Players

Player management and inventory viewing

The Players page lets you browse all players on your server, view detailed profiles, view inventories, and perform admin actions like kick, ban, kill, and teleport.

Player List

The player list shows all players who have ever joined your server, displayed in a paginated table with the following columns:

ColumnDescription
NameCharacter name (with Steam name in parentheses if different)
Steam IDThe player's Steam 64-bit ID
PingCurrent ping in milliseconds (only for online players)
Last OnlineShows a green "Online" badge for connected players, or the last login date for offline players

Online players are always sorted to the top of the list. The table paginates at 50 players per page.

Use the search box at the top to find players by name or Steam ID. The search runs automatically as you type with a short delay. Clear the search field to return to the full list.

Live Updates

The player list receives live updates from the server. When a player joins or leaves, their status updates automatically without refreshing the page.

Player Profile

Click on any player row to open their full profile in a detail modal. The profile contains multiple tabs with different information.

The header shows the player's name, status badges (Alive, Dead, Immortal, Banned, etc.), ping, and a link to their Steam profile.

Profile Tabs

The profile is split into tabs: Overview (stats, squad, economy), Statistics (combat, survival, crafting), Skills (attributes and levels), Inventory (items the player is carrying), Containers (chests, stashes), Bases, and Vehicles.

Steam profile data

The Overview tab shows Steam profile information including VAC bans and game bans across all games, as well as hours played in SCUM (if the player's profile and game details are set to public). This requires a Steam Web API key — configure it in Settings > API Keys.

Player Actions

To perform admin actions on a player, open their profile and click the three-dot menu button in the top-right corner of the profile sidebar. The dropdown menu shows available actions.

Permissions required

Player actions are only visible if your admin account has manage permission for the Players page. View-only admins can see player profiles but cannot perform actions.

The Mute option is visible in the dropdown but is not yet functional — it will be available in a future update.

Actions Modal

Click Actions in the dropdown to open the actions grid with these controls:

ActionDescription
ImmortalToggle god mode on or off. The button highlights when active.
SuperJumpToggle enhanced jumping on or off. The button highlights when active.
TeleportMove the player to specific coordinates. Enter X, Y, Z values when prompted.
KillKill the player's character. Only available when the player is alive.
ReviveBring back a dead player. Only available when the player is dead.

Immortal, SuperJump, Teleport, Kill, and Revive actions only work on online players. The buttons are disabled when the player is offline.

Kick

Click Kick in the dropdown menu to immediately remove the player from the server. The player can rejoin after being kicked.

Ban

Click Ban to open the ban dialog. The ban system offers several options:

Configure the ban

  • Reason -- select a preset reason (Cheating, Toxic behavior, Team killing, Exploiting, AFK, Spam) or enter a custom reason
  • Permanent -- toggle between a permanent ban and a timed ban
  • Duration -- if not permanent, set the ban duration in minutes, hours, days, or months
  • Ban squad members -- optionally ban the player's entire squad

Select squad members (optional)

If you enabled "Ban squad members" and the player is in a squad, a second step shows all squad members with checkboxes. You can select which members to ban and set individual durations for each.

Confirm the ban

Click Ban (or Ban All if banning squad members) to execute the ban. A confirmation toast appears with the number of players banned.

Timed bans are lifted automatically when the duration expires — no manual action needed. To unban a player early, open their profile and click Unban in the dropdown menu.

Inventory View

Switch to the Inventory tab in a player's profile to see everything they are carrying. The inventory displays as a visual grid of item cards.

Items that contain other items (backpacks, pouches, holsters) can be expanded to see what's inside.

The inventory auto-refreshes every 60 seconds while the tab is open, with smart updates that only re-render changed items.

Common Issues

Player not found

If searching returns no results, double-check the spelling or try searching by Steam ID instead of player name. Players who have never joined the server will not appear in the list.

Actions disabled or not visible

If you cannot see the action buttons, your admin account does not have manage permission for the Players page. If the action buttons are visible but greyed out, the player is offline. Actions like Immortal, SuperJump, Teleport, Kill, and Revive only work on online players.

Inventory not loading

The player must have logged in at least once for their inventory to be available. If the inventory tab shows "Empty Inventory" for a player you know has items, try refreshing. The inventory is read from the game database and may take a moment to sync.

Steam profile data not showing

If VAC bans, game bans, or SCUM hours are not loading, make sure a Steam Web API key is configured in Settings > API Keys. The player's Steam profile and game details must also be set to public.

On this page