Config files
server.cfg29 lines · 0.3 KB// Server Hostname
hostname "SERVERNAME"
// Server Password
sv_password ""
// RCON Password
rcon_password "ADMINPASSWORD"
// Time Limit
mp_timelimit 40
// Logging
log off
sv_logfile 1
sv_logecho 0
sv_logbans 1
// MapCycle File
mapcyclefile mapcycle.txt
// Cheats Disabled
sv_cheats 0
// AllTalk Enabled
sv_alltalk 1
// Misc.
sv_allowupload 1server.cfg.orig30 lines · 0.3 KB// Server Hostname
hostname "Blade Symphony"
// Server Password
sv_password ""
// RCON Password
rcon_password "REPLACEME"
// Time Limit
mp_timelimit 40
// Logging
log off
sv_logfile 1
sv_logecho 0
sv_logbans 1
// MapCycle File
mapcyclefile maplist.txt
// Cheats Disabled
sv_cheats 0
// AllTalk Enabled
sv_alltalk 1
// Misc.
sv_allowupload 1
What these settings mean
Quick reference for the 11 most important keys in this Blade Symphony config. Hover or tap any key to see what it controls — useful when you're tuning a server for the first time and don't want to grep through the upstream wiki.
Core
2 settingshostname- Server name shown in the in-game browser. Keep it under 64 characters and avoid colour codes if you want clean Steam listings.
sv_password- Optional join password. Empty string means a public server.
Network
1 settingsv_allowupload- 1 lets clients upload custom sprays. Disable to mitigate inappropriate content / exploits.
Gameplay
2 settingsmp_timelimit- Map time limit in minutes (TF2 / casual). 0 disables.
sv_cheats- Enables developer cheat commands like noclip and god. Always 0 in competitive — only flip on for practice / surf / KZ servers.
Voice
1 settingsv_alltalk- 1 lets dead players hear the living and both teams hear each other. Off by default for competitive integrity.
RCON
1 settingrcon_password- Remote console password. Use a long random string — Source RCON is unencrypted, so anyone sniffing your wire can grab it if it's weak.
Logging
4 settingslog- Master switch for server logging. `on` writes to logs/L<date>.log — required for SourceMod and stats.
sv_logfile- 1 writes log lines to disk in addition to stdout.
sv_logecho- 1 mirrors log lines to the server console — handy when tailing via screen / tmux.
sv_logbans- 1 logs ban / kick events. Always on for any moderated server.
Skip the setup. Host Blade Symphony with XGamingServer.
Spin up a managed Blade Symphony server with one click. Backups, mods, control panel and DDoS protection included.