Help Topics

/admin user

Manage server users: list, view details, ban, kick, mute, rename, assign roles, and run NickServ admin actions. The Admin Console Users tab provides command-backed list, search, banlist, Info, moderation, account, role, and NickServ controls. Requires server administrator role.

Syntax

/admin user list [--search Q] [--online] /admin user info @<nick> /admin user ban @<nick> [--reason R] [--duration D] /admin user unban @<nick> /admin user kick @<nick> [--reason R] /admin user mute @<nick> [--duration D] /admin user unmute @<nick> /admin user rename @<nick> <new_nick> /admin user role @<nick> <admin|server_operator|user> /admin user banlist [--search Q]

Subcommands

  • list — List registered users (filter with --search, --online)
  • info — Show detailed user info (registration, status, channels)
  • ban — Server ban (user cannot connect). Supports --duration 1h, --reason text
  • unban — Remove a server ban
  • kick — Force disconnect (user can reconnect immediately)
  • mute — Globally mute (cannot send messages anywhere). Supports --duration
  • unmute — Remove global mute
  • rename — Force nickname change
  • role — Set server role: admin, server_operator, or user (removes role)
  • banlist — List active server bans

Admin Console Users Tab

Open File → Admin Console, then choose Users to refresh /admin user list snapshots, apply search and online-only filters, inspect a nick with /admin user info, review /admin user banlist output, confirm ban/unban, kick, mute, or unmute actions, rename users, set server roles, and run /admin ns info/drop/resetpass without typing the commands.

Rules & Limits

  • Only root admins (env var) can promote users to admin
  • The Users tab disables the admin role choice unless the viewer is a configured root admin
  • Root admins cannot be demoted via commands
  • All actions are recorded in the audit log
  • Duration format: 30s, 5m, 1h, 1d

Examples

/admin user list --online /admin user ban @Spammer --reason Flooding --duration 24h /admin user kick @Troll --reason Breaking rules /admin user mute @Noisy --duration 30m /admin user role @Trusted server_operator

See Also

/admin · Admin Console · /kick · /ban · /mute