Admins.cfg in SquadGame/ServerConfig/. The system is simple and powerful: you define groups with sets of permissions, then assign players to groups by their SteamID64. This guide gives you a ready-to-use template, explains the permissions, and covers the in-game commands your admin team will actually use.
Admins.cfg Structure
The file has two kinds of lines:Group=GroupName:permission1,permission2,...defines a group and its permissions.Admin=SteamID64:GroupName // Commentassigns a player to a group. Everything after//is a comment (use it for the admin’s name).
Example Admins.cfg
Key Permissions
After editing
Admins.cfg in the Game Panel File Manager, restart the server (or change map) to load the new admin list. Give panel access to co-owners separately via sub-users.
In-Game Admin Commands
Admins run commands from the in-game console (default ` / tilde key). The essentials:
Layer names must match exactly. See Server Configuration for rotation and layer naming.
Admin Chat & Admin Camera
- Admin chat: admins with
canseeadminchatsee player reports and admin-only messages in a dedicated chat channel (alongside the usual all/team/squad channels on the chat key). Use it to coordinate without tipping off the server. - Admin camera: admins with
cameramancan enter the free-flight admin camera (default binding Shift+P) to observe gameplay, verify reports, and spectate suspected cheaters without joining a team.
RCON Tools
For serious communities, in-game commands are only half the story. WithRcon.cfg configured (port and password, see Server Configuration), external tools can manage the server remotely:
- BattleMetrics and similar RCON platforms provide web-based player lists, kick/ban management with shared ban reasons, scheduled broadcasts, and full admin activity logs, which is invaluable when your admin team spans time zones.
- Any generic Squad-compatible RCON client can issue the same admin commands listed above from outside the game.
Squad also supports hosting your admin list remotely (a
RemoteAdminListHosts.cfg pointing to a URL-hosted admin file), which larger multi-server communities use to share one admin list. For a single server, the local Admins.cfg shown above is all you need.Related Guides
Server Configuration
Server.cfg, Rcon.cfg, MOTD, and rotation files.
Install Mods
Add Workshop content and its layers to your rotation.

