The Admin Console is a batch command runner. Open it from File > Admin > Console; it opens as a desktop window you can drag, resize, minimize to the taskbar, and close with its title-bar X.
Input format
Each line is a slash command, for example
/admin server info. Lines starting with
#
are comments and are skipped, as are empty lines.
Why use it
Everything the other admin windows do with forms can be done here as a script. That makes it the tool for provisioning a server in one pass, or for anything the focused windows do not expose.
Example script
# Inspect server state /admin server info /admin channel list /admin cs info #general /setmotd Welcome to RetroHexChat!
Access
Only server administrators and server operators can open it. The console runs under a privileged context that forces admin rights and lifts the per-user channel limit, so that gate is the only thing between a caller and privileged execution.
See Also
Admin Users · Admin Channels · Admin Server Settings · Admin MOTD · Admin Broadcast · Admin Audit Log · Admin TURN · Admin Danger Zone · /admin Command · Desktop & Windows