Config files
server.cfg55 lines · 1.6 KB// ****************************************************************************
// Blade Symphony
// Config - server.cfg
// Date - 26/04/2026
// ****************************************************************************
// .................................. Basic ................................. //
// hostname - Name of the server.
hostname "SERVERNAME"
// sv_password - Server password for private servers.
sv_password ""
// rcon_password - Remote console password.
rcon_password "ADMINPASSWORD"
// ................................ Gameplay ................................ //
// mp_timelimit - Game time per map in minutes.
mp_timelimit 40
// ............................. Server Logging ............................. //
// log - Enable/disable logging.
log off
// sv_logfile - Log server information in the log file.
sv_logfile 1
// sv_logecho - Display log information in the server console.
sv_logecho 0
// sv_logbans - Log server bans in the server logs.
sv_logbans 1
// .............................. Map Rotation .............................. //
// mapcyclefile - Name of the .txt file used to cycle maps on multiplayer servers.
mapcyclefile mapcycle.txt
// ................................. Security ................................ //
// sv_cheats - Enable/disable cheats.
sv_cheats 0
// ............................. Communication .............................. //
// sv_alltalk - Players can hear all other players, no team restrictions.
sv_alltalk 1
// ................................ Misc .................................... //
// sv_allowupload - Allow clients to upload customization files.
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.