Skip to content

Admin CLI

The CLI is a useful tool to interact with Anchor and perform various tasks.

The usual way to run the CLI is inside the docker container and executing the Anchor binary:

Terminal window
docker exec -it anchor ./anchor cli <command> [options]

Promoting and demoting as homeserver admin

Section titled “Promoting and demoting as homeserver admin”
  • To promote: promote-admin <username>
  • To demote: demote-admin <username>

This will allow access to the admin panel for the given user. Use carefully!

A new feature has been added to compute avatar colors based on the user’s avatar image.
To calculate existing avatars, run compute-avatar-color with no option. It will take a few seconds, but when it’s done voice channels should look better.