Encryption Key

Each server that is tracked with Tebex Analytics has a unique encryption key that is used to encrypt sensitive information that is sent from your Minecraft server to our dashboard. This ensures that even we cannot read or understand this information within our database and it is tied to your specific server.

It will look something like this in your configuration file:

#
# *** DO NOT MODIFY OR SHARE THIS KEY ***
#
# The below key is automatically generated for your server.
# It is used to encrypt sensitive information, such as player IP addresses
# which can then ONLY be decrypted by this server.
#
# *** DO NOT MODIFY OR SHARE THIS KEY ***
#
server:
  token: ''
  encryption-key: ''

As the comment implies, please do not modify or share this key with anyone as it is exclusive to your server.

Last updated