logologo
  • Guide
  • Development
  • Reference
    • Configuration Reference
    • Admin Command Reference
    • Server Reference
  • Community
  • Security
Matrix
Forgejo
    Continuwuity
    Configuration
    Deploying
    Generic
    Docker
    Debian
    Fedora
    NixOS
    Arch Linux
    Kubernetes
    FreeBSD
    TURN
    Appservices
    Maintenance
    Troubleshooting
    Development
    Development Guide
    Contributing
    Code Style Guide
    Testing
    Hot Reloading
    Reference
    Configuration Reference
    Admin Command Reference
    !admin appservices
    !admin check
    !admin debug
    !admin federation
    !admin media
    !admin query
    !admin rooms
    !admin server
    !admin token
    !admin users
    Continuwuity Community Guidelines
    Security Policy for Continuwuity

    Last Updated: 1/12/2026, 3:47:19 PM

    Previous pageConfiguration ReferenceNext page!admin appservices

    #Admin Command Reference

    Admin commands allow server administrators to manage the server from within their Matrix client. "Server administrators" by default means only those users which are members of the admin room, but additional server admins may be added using the admins_list configuration option.

    #Running commands

    • All commands listed here may be used by server administrators in the admin room by sending them as messages.
    • If the admin_escape_commands configuration option is enabled, server administrators may run certain commands in public rooms by prefixing them with a single backslash. These commands will only run on their homeserver, even if they are a member of another homeserver's admin room. Some sensitive commands cannot be used outside the admin room and will return an error.
    • All commands listed here may be used in the server's console, if it is enabled. Commands entered in the console do not require the !admin prefix.

    #Categories

    • !admin appservices: Commands for managing appservices
    • !admin users: Commands for managing local users
    • !admin token: Commands for managing registration tokens
    • !admin rooms: Commands for managing rooms
    • !admin federation: Commands for managing federation
    • !admin server: Commands for managing the server
    • !admin media: Commands for managing media
    • !admin check: Commands for checking integrity
    • !admin debug: Commands for debugging things
    • !admin query: Low-level queries for database getters and iterators