Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion content/docs/hosting/dedicated-servers/config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,19 @@ docker run \
| KYBER\_SERVER\_MAX\_PLAYERS | `integer (1–64)` | (Optional) Maximum allowed players. Defaults to the game’s standard limit (40) if not specified. |
| KYBER\_MAP\_ROTATION | `base64` | Base64‐encoded JSON array of your map rotation. This can be exported from the KYBER Launcher. |
| KYBER\_MOD\_FOLDER | `string` | (Optional) Path inside container where your kyber mod collection is stored (e.g., `/mnt/battlefront/mods`). Must match a corresponding `-v` mount from the host. |
| KYBER\_SERVER\_PLUGINS\_PATH | `string` | (Optional) Path inside container where your kyber plugins are stored (e.g., `/mnt/battlefront/plugins`). Must match a corresponding `-v` mount from the host. |
| KYBER\_SERVER\_PLUGINS\_PATH | `string` | (Optional) Path inside container where your kyber plugins are stored (e.g., `/mnt/battlefront/plugins`). Files must have .kbplugin extension. |
| KYBER\_DEV\_PLUGIN\_PATH | `string` | (Optional) Path inside container to an unpacked plugin or .zip/.kbplugin file. (e.g., `/mnt/battlefront/dev/plugins`). Intended for plugin development. |
| KYBER\_MODULE\_CHANNEL | `string` | (Optional) The release channel for Kyber modules. Options include `stable` or specific versions like (e.g., `ver/beta10`) |
| KYBER\_LOG\_LEVEL | `string` | (Optional) Sets the logging verbosity. Supported values (ordered by severity): `trace`, `debug`, `info`. Defaults to `info`. |

<Callout type="warning" title="Plugins">
KYBER Plugins are still in development and may not work as expected. There is currently no official support or documentation for using plugins. Use at your own risk.
</Callout>

<Callout type="warning" title="MAXIMA_CREDENTIALS Password">
Special characters in your EA password may cause authentication to fail. If you experience login issues, update your EA password to contain only uppercase letters, lowercase letters, and numbers.
</Callout>

## Create and export a map rotation

To create a custom map rotation, you can use the KYBER Launcher:
Expand Down