Admin Authentication - Zibbp/Radium GitHub Wiki
Admin Authentication
Admin privileges are required to sync the room and use the advanced controls.
1. Get the admin token
The token can either be generated or set using a docker environment variable.
-e ADMIN_TOKEN=secret123
If you did not specify an environment variable a random token will be logged to the container's console upon launch.
2. Using the token
Admin authentication happens via a chat command, enter the following chat command with your token.
/auth secret123
After entering the auth
command you will be notified whether the token was right or not.