Server log level: trace, debug, info, warn, error, or off. Defaults to info; use debug/trace only when diagnosing issues.
None
server.max_player
integer
-1
Paste or upload TOML to preview current values.
Maximum player count. -1 means unlimited.
None
server.max_port_connections
integer
65535
Paste or upload TOML to preview current values.
Maximum concurrent TCP connections. 0 is treated as 65535.
None
server.mojang_cache_path
string
"cache/mojang"
Paste or upload TOML to preview current values.
Directory used to cache Mojang vanilla registry JSON data. Relative paths are resolved from the server working directory. QEXED_MOJANG_CACHE_DIR overrides this value.
None
server.motd
array
["Welcome to Qexed", "MC server based on Rust"]
Paste or upload TOML to preview current values.
Random server description lines
None
server.network_compression_threshold
integer
256
Paste or upload TOML to preview current values.
Packet compression threshold in bytes
None
server.online
boolean
false
Paste or upload TOML to preview current values.
Enable public server mode
Warning: When disabled, clients may be accepted without the expected public-server checks.
Warning: Set this to the Velocity/Bungee backend server name for this Qexed instance. It lets Qexed reject no-op proxy transfers to the current backend.
server.proxy_token
string
<stored in .secrets>
Paste or upload TOML to preview current values.
Proxy authentication token
Warning: Keep this token private and rotate it if it is exposed.
server.rate_limit_max_attempts
integer
6
Paste or upload TOML to preview current values.
Maximum connection attempts allowed per IP within the rate limit window
None
server.rate_limit_window_secs
integer
60
Paste or upload TOML to preview current values.
Per-IP connection rate limit window in seconds
None
server.click_detection
Type
object
Default
None
Current
Paste or upload TOML to preview current values.
Description
Click-rate detection settings
None
Path
Type
Default
Current
Description
Notice
server.click_detection.cancel_actions
boolean
false
Paste or upload TOML to preview current values.
Cancel the player action after the click-rate threshold is exceeded
None
server.click_detection.enable
boolean
true
Paste or upload TOML to preview current values.
Enable click-rate detection for mining, attacks, interactions, and item drops
None
server.click_detection.max_clicks
integer
18
Paste or upload TOML to preview current values.
Maximum clicks allowed inside the detection window