There are two ways to handle a whitelist: The first is to set theALLOW_LISTenvironment variable to true and map in anallowlist.jsonfile (previously known as "whitelist.json") that is custom-crafted to the container. The other is to set theALLOW_LIST_USERSenvironment variable to a comma-s...
The first is to set theALLOW_LISTenvironment variable to true and map in anallowlist.jsonfile (previously known as "whitelist.json") that is custom-crafted to the container. The other is to set theALLOW_LIST_USERSenvironment variable to a comma-separated list of gamer tag usernames and the...
For more information about managing Bedrock Dedicated Servers in general, check out this Reddit post. Executing server commands Assuming you started container with stdin and tty enabled (such as using -it), you can attach to the container's console by its name or ID using: docker attach CONTAI...