-
Notifications
You must be signed in to change notification settings - Fork 29
Admin Authentication
Zibbp edited this page Aug 14, 2020
·
3 revisions
Admin privileges are required to sync the room and use the advanced controls.
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.
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.