Configuring and run your server
Details on how to configure and run your KYBER server.
Below is an example of how to launch a dedicated KYBER server using the official KYBER Docker image. Be sure to replace all placeholder values (<…>) with your actual settings.
docker run \
-e MAXIMA_CREDENTIALS=<email>:<password> \
-e KYBER_TOKEN=<token> \
-e KYBER_SERVER_NAME=<server-name> \
-e KYBER_MAP_ROTATION=<base64‐encoded‐map‐rotation> \
-v "<host-install-path>:/mnt/battlefront" \
-it \
registry.kyber.gg/kyber-server:latest
Optional: You can also set
KYBER_SERVER_DESCRIPTIONand mount a mod folder via an extra
-eand-vrespectively. See the table below for details.
Environment variables
Create and export a map rotation
To create a custom map rotation, you can use the KYBER Launcher:
Open the KYBER Launcher and go to the "Host" tab.
Click on "NEW".
Add maps to your rotation by selecting them from the list.
Once you have your desired rotation, click on "Export" to save it as a base64-encoded string.
Use mods on your server
To use mods on your server, you need to prepare a mod collection in the KYBER Launcher:
Open the KYBER Launcher and select your server.
Go to the Mods tab.
Click Create New Collection, give it a name, and add all desired mods.
Once your collection is ready, click the dropdown next to the "Play" button and choose Export Collection (tar).
Extract the contents of the resulting
.tarfile into your host’s mod folder (the path you mounted viaKYBER_MOD_FOLDER).
The server container will automatically detect your KYBER collection and load it on startup.
Manage your server
Once your KYBER server container is running, you can manage it through the KYBER Launcher:
To open the moderation page, go to the "Host" tab in the KYBER Launcher. There your server should be listed under the name you specified in the KYBER_SERVER_NAME environment variable. If you have multiple servers, they will all be listed here.
Update Server Info: Change the server name or description.
Moderate Players: Kick or ban players directly from the player list.
Add/Remove Bots: Configure AI opponents on the fly.
View Logs & Console: See live server output and enter console commands.
Everything is available in one unified interface—no need to switch between multiple tabs.