diff --git a/7DaysToDie/serverconfig.xml b/7DaysToDie/serverconfig.xml
index 3edd2d5..8af70b4 100644
--- a/7DaysToDie/serverconfig.xml
+++ b/7DaysToDie/serverconfig.xml
@@ -2,7 +2,7 @@
 <ServerSettings>
   <property name="ServerPort"                           value="26900"/>                         <!-- Port you want the server to listen on. -->
   <property name="ServerIsPublic"                       value="true"/>                          <!-- Should this server register to master server -->
-  <property name="ServerName"                           value="My Game Host"/>          <!-- Whatever you want the name to be. -->
+  <property name="ServerName"                           value="SERVERNAME"/>          <!-- Whatever you want the name to be. -->
   <property name="ServerPassword"                       value=""/>                                      <!-- Password to gain entry to the server -->
   <property name="ServerMaxPlayerCount"         value="8"/>                                     <!-- Maximum Concurrent Players -->
   <property name="ServerDescription"            value="A 7 Days to Die server"/> <!-- Whatever you want the description to be. -->
@@ -25,11 +25,11 @@
 
   <property name="ControlPanelEnabled"          value="false"/>                         <!-- Enable/Disable the control panel -->
   <property name="ControlPanelPort"             value="8080"/>                          <!-- Port of the control panel webpage -->
-  <property name="ControlPanelPassword"         value="CHANGEME"/>                      <!-- Password to gain entry to the control panel -->
+  <property name="ControlPanelPassword"         value="ADMINPASSWORD"/>                      <!-- Password to gain entry to the control panel -->
 
   <property name="TelnetEnabled"                        value="true"/>                          <!-- Enable/Disable the telnet -->
   <property name="TelnetPort"                           value="8081"/>                          <!-- Port of the telnet server -->
-  <property name="TelnetPassword"                       value=""/>                      <!-- Password to gain entry to telnet interface -->
+  <property name="TelnetPassword"                       value="ADMINPASSWORD"/>                      <!-- Password to gain entry to telnet interface -->
 
   <property name="AdminFileName"                        value="serveradmin.xml"/>       <!-- Server admin file name -->
 
diff --git a/ARKSurvivalEvolved/GameUserSettings.ini b/ARKSurvivalEvolved/GameUserSettings.ini
index e14a10c..a5e738d 100644
--- a/ARKSurvivalEvolved/GameUserSettings.ini
+++ b/ARKSurvivalEvolved/GameUserSettings.ini
@@ -36,7 +36,7 @@ PvEStructureDecayPeriodMultiplier=1.000000
 RCONEnabled=True
 RCONPort=32330
 ResourcesRespawnPeriodMultiplier=1.000000
-ServerAdminPassword=adminpassword
+ServerAdminPassword=ADMINPASSWORD
 ServerCrosshair=False
 ServerForceNoHUD=False
 ServerHardcore=False
@@ -119,7 +119,7 @@ sg.IBLQuality=1
 sg.HeightFieldShadowQuality=3
 
 [SessionSettings]
-SessionName=arkserver
+SessionName=SERVERNAME
 QueryPort=27015
 Port=7777
 ;MultiHome=INSERT_IPv4_HERE ;Example:192.168.0.9. If not just remove any line containing MultiHome.
diff --git a/Arma3/server.cfg b/Arma3/server.cfg
index 54bd9c6..9d15d56 100644
--- a/Arma3/server.cfg
+++ b/Arma3/server.cfg
@@ -31,13 +31,13 @@
 // GENERAL SETTINGS
 
 // Hostname for server.
-hostname = "arma3server";
+hostname = "SERVERNAME";
 
 // Server password - for private servers.
 //password = "arma3pass";
 
 // Admin Password
-passwordAdmin = "arma3adminpass";
+passwordAdmin = "ADMINPASSWORD";
 
 // Server Slots
 maxPlayers = 32;
diff --git a/Battlefield1942/serversettings.con b/Battlefield1942/serversettings.con
index 300f00a..f992c3c 100644
--- a/Battlefield1942/serversettings.con
+++ b/Battlefield1942/serversettings.con
@@ -1,4 +1,4 @@
-game.serverName "BfServer"
+game.serverName "SERVERNAME"
 game.serverDedicated 1
 game.serverGameTime 0
 game.serverMaxPlayers 32
diff --git a/BlackMesa/server.cfg b/BlackMesa/server.cfg
index 3de507e..c56b323 100644
--- a/BlackMesa/server.cfg
+++ b/BlackMesa/server.cfg
@@ -8,10 +8,10 @@
 // ............................. Basic Settings ............................. //
 
 // Hostname - Name of the server.
-hostname "<hostname>"
+hostname "SERVERNAME"
 
 // RCON - remote console password.
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 
 // Server password - for private servers.
 sv_password ""
diff --git a/BladeSymphony/server.cfg b/BladeSymphony/server.cfg
index 8f7ae71..6ae90ec 100644
--- a/BladeSymphony/server.cfg
+++ b/BladeSymphony/server.cfg
@@ -8,10 +8,10 @@
 // ............................. Basic Settings ............................. //
 
 // Hostname - Name of the server.
-hostname "<hostname>"
+hostname "SERVERNAME"
 
 // RCON - remote console password.
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 
 // Server password - for private servers.
 sv_password ""
diff --git a/BrainBread2/server.cfg b/BrainBread2/server.cfg
index 0633b28..dbdfae9 100644
--- a/BrainBread2/server.cfg
+++ b/BrainBread2/server.cfg
@@ -8,10 +8,10 @@
 // ............................. Basic Settings ............................. //
 
 // Hostname - Name of the server.
-hostname "<hostname>"
+hostname "SERVERNAME"
 
 // RCON - remote console password.
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 
 // Server password - for private servers.
 sv_password ""
diff --git a/CodenameCURE/server.cfg b/CodenameCURE/server.cfg
index 33d07e7..69779a2 100644
--- a/CodenameCURE/server.cfg
+++ b/CodenameCURE/server.cfg
@@ -8,10 +8,10 @@
 // ............................. Basic Settings ............................. //
 
 // Hostname for server.
-hostname "<hostname>"
+hostname "SERVERNAME"
 
 // RCON - remote console password.
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 
 // Server password - for private servers.
 sv_password ""
diff --git a/CounterStrike/server.cfg b/CounterStrike/server.cfg
index 1999b07..546a358 100644
--- a/CounterStrike/server.cfg
+++ b/CounterStrike/server.cfg
@@ -1,8 +1,8 @@
 // Hostname for server.
-hostname "<hostname>"
+hostname "SERVERNAME"
 
 // RCON - remote console password.
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 
 // Server password - for private servers.
 sv_password ""
diff --git a/CounterStrikeConditionZero/server.cfg b/CounterStrikeConditionZero/server.cfg
index 1999b07..546a358 100644
--- a/CounterStrikeConditionZero/server.cfg
+++ b/CounterStrikeConditionZero/server.cfg
@@ -1,8 +1,8 @@
 // Hostname for server.
-hostname "<hostname>"
+hostname "SERVERNAME"
 
 // RCON - remote console password.
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 
 // Server password - for private servers.
 sv_password ""
diff --git a/CounterStrikeGlobalOffensive/server.cfg b/CounterStrikeGlobalOffensive/server.cfg
index 36a3ca0..16ab333 100644
--- a/CounterStrikeGlobalOffensive/server.cfg
+++ b/CounterStrikeGlobalOffensive/server.cfg
@@ -1,8 +1,8 @@
 // Hostname for server.
-hostname "<hostname>"
+hostname "SERVERNAME"
 
 // RCON - remote console password.
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 
 // Server password - for private servers.
 sv_password ""
diff --git a/CounterStrikeSource/server.cfg b/CounterStrikeSource/server.cfg
index aeb2db0..dedeb76 100644
--- a/CounterStrikeSource/server.cfg
+++ b/CounterStrikeSource/server.cfg
@@ -1,8 +1,8 @@
 // Hostname for server.
-hostname "<hostname>"
+hostname "SERVERNAME"
 
 // RCON - remote console password.
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 
 // Server password - for private servers.
 sv_password ""
diff --git a/DayOfDefeat/server.cfg b/DayOfDefeat/server.cfg
index 1999b07..546a358 100644
--- a/DayOfDefeat/server.cfg
+++ b/DayOfDefeat/server.cfg
@@ -1,8 +1,8 @@
 // Hostname for server.
-hostname "<hostname>"
+hostname "SERVERNAME"
 
 // RCON - remote console password.
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 
 // Server password - for private servers.
 sv_password ""
diff --git a/DayOfDefeatSource/server.cfg b/DayOfDefeatSource/server.cfg
index 1999b07..546a358 100644
--- a/DayOfDefeatSource/server.cfg
+++ b/DayOfDefeatSource/server.cfg
@@ -1,8 +1,8 @@
 // Hostname for server.
-hostname "<hostname>"
+hostname "SERVERNAME"
 
 // RCON - remote console password.
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 
 // Server password - for private servers.
 sv_password ""
diff --git a/DayOfInfamy/server.cfg b/DayOfInfamy/server.cfg
index 364cc14..5e25007 100644
--- a/DayOfInfamy/server.cfg
+++ b/DayOfInfamy/server.cfg
@@ -1,5 +1,5 @@
-"hostname" "<hostname>"
-"rcon_password" "<rconpassword>"
+"hostname" "SERVERNAME"
+"rcon_password" "ADMINPASSWORD"
 "mapcyclefile" 		"mapcycle_tactical_operation.txt"	// "tactical operation" mapcycle - firefight, vip, search and destroy
 "mp_friendlyfire"								"1"		// friendly fire
 "mp_tkpunish"									"1"		// How to punish team killing ( 0 = none, 1 = warning, 2 = kill )
diff --git a/DeathmatchClassic/server.cfg b/DeathmatchClassic/server.cfg
index 73adf2a..c733695 100644
--- a/DeathmatchClassic/server.cfg
+++ b/DeathmatchClassic/server.cfg
@@ -1,8 +1,8 @@
 // Hostname for server.
-hostname "<hostname>"
+hostname "SERVERNAME"
 
 // RCON - remote console password.
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 
 // Server password - for private servers.
 sv_password ""
diff --git a/DontStarveTogether/Settings.ini b/DontStarveTogether/Settings.ini
index 351a123..f0b21d9 100644
--- a/DontStarveTogether/Settings.ini
+++ b/DontStarveTogether/Settings.ini
@@ -1,8 +1,8 @@
 [network]
-default_server_name = dstserver
+default_server_name = SERVERNAME
 default_server_description = Welcome to dstserver
 server_port = 10999
-server_password = password
+server_password = ADMINPASSWORD
 
 # max_players = 1 .. 64
 max_players = 16
diff --git a/DoubleActionBoogaloo/server.cfg b/DoubleActionBoogaloo/server.cfg
index aeb2db0..dedeb76 100644
--- a/DoubleActionBoogaloo/server.cfg
+++ b/DoubleActionBoogaloo/server.cfg
@@ -1,8 +1,8 @@
 // Hostname for server.
-hostname "<hostname>"
+hostname "SERVERNAME"
 
 // RCON - remote console password.
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 
 // Server password - for private servers.
 sv_password ""
diff --git a/FistfulofFrags/server.cfg b/FistfulofFrags/server.cfg
index e991b6a..1224f97 100644
--- a/FistfulofFrags/server.cfg
+++ b/FistfulofFrags/server.cfg
@@ -8,10 +8,10 @@
 // ............................. Basic Settings ............................. //
 
 // Hostname for server.
-hostname "<hostname>"
+hostname "SERVERNAME"
 
 // RCON - remote console password.
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 
 // Server password - for private servers.
 sv_password ""
diff --git a/GarrysMod/server.cfg b/GarrysMod/server.cfg
index ec8a9ca..34cdd91 100644
--- a/GarrysMod/server.cfg
+++ b/GarrysMod/server.cfg
@@ -1,8 +1,8 @@
 // Hostname for server.
-hostname "<hostname>"
+hostname "SERVERNAME"
 
 // RCON - remote console password.
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 
 // Server password - for private servers.
 sv_password ""
diff --git a/GoldenEyeSource/server.cfg b/GoldenEyeSource/server.cfg
index d7c7191..891da0d 100644
--- a/GoldenEyeSource/server.cfg
+++ b/GoldenEyeSource/server.cfg
@@ -9,10 +9,10 @@ sv_lan 0
 sv_region 0
 
 // Give your server a name here
-hostname "<hostname>"
+hostname "SERVERNAME"
 
 // RCON - remote console password. is used to give your server orders by using console, so think of a good password
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 
 // If you want your server to be private, fill in a password and delete the // in front of sv_password
 // sv_password "mi6"
diff --git a/HalfLife2Deathmatch/server.cfg b/HalfLife2Deathmatch/server.cfg
index aeb2db0..dedeb76 100644
--- a/HalfLife2Deathmatch/server.cfg
+++ b/HalfLife2Deathmatch/server.cfg
@@ -1,8 +1,8 @@
 // Hostname for server.
-hostname "<hostname>"
+hostname "SERVERNAME"
 
 // RCON - remote console password.
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 
 // Server password - for private servers.
 sv_password ""
diff --git a/HalfLifeDeathmatch/server.cfg b/HalfLifeDeathmatch/server.cfg
index 73adf2a..c733695 100644
--- a/HalfLifeDeathmatch/server.cfg
+++ b/HalfLifeDeathmatch/server.cfg
@@ -1,8 +1,8 @@
 // Hostname for server.
-hostname "<hostname>"
+hostname "SERVERNAME"
 
 // RCON - remote console password.
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 
 // Server password - for private servers.
 sv_password ""
diff --git a/HalfLifeDeathmatchSource/server.cfg b/HalfLifeDeathmatchSource/server.cfg
index aeb2db0..dedeb76 100644
--- a/HalfLifeDeathmatchSource/server.cfg
+++ b/HalfLifeDeathmatchSource/server.cfg
@@ -1,8 +1,8 @@
 // Hostname for server.
-hostname "<hostname>"
+hostname "SERVERNAME"
 
 // RCON - remote console password.
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 
 // Server password - for private servers.
 sv_password ""
diff --git a/Insurgency/server.cfg b/Insurgency/server.cfg
index 1702579..9859607 100644
--- a/Insurgency/server.cfg
+++ b/Insurgency/server.cfg
@@ -8,10 +8,7 @@
 // ............................. Basic Settings ............................. //
 
 // Hostname for server.
-hostname "<hostname>"
-
-// RCON - remote console password.
-rcon_password "<rconpassword>"
+hostname "SERVERNAME"
 
 // Server password - for private servers.
 sv_password ""
@@ -30,7 +27,7 @@ fps_max 300
 // ........................... RCON Configuration .......................... //
 
 // RCON - remote console password.
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 
 // Number of minutes to ban users who fail rcon authentication
 // min. 0
diff --git a/KillingFloor/Default.ini b/KillingFloor/Default.ini
index e1024c8..ddebbcb 100644
--- a/KillingFloor/Default.ini
+++ b/KillingFloor/Default.ini
@@ -297,7 +297,7 @@ NetServerMaxTickRate=30
 LanServerMaxTickRate=30
 
 [Engine.GameReplicationInfo]
-ServerName=Killing Floor Server
+ServerName=SERVERNAME
 ShortName=KF Server
 ServerRegion=0
 AdminName=admin
@@ -509,7 +509,7 @@ DemoLevels[3]=DOM-SunTemple
 DemoLevels[4]=BR-Endagra
 
 [Engine.AccessControl]
-AdminPassword=admin
+AdminPassword=ADMINPASSWORD
 GamePassword=
 bBanByID=True
 
diff --git a/Left4Dead/server.cfg b/Left4Dead/server.cfg
index aeb2db0..dedeb76 100644
--- a/Left4Dead/server.cfg
+++ b/Left4Dead/server.cfg
@@ -1,8 +1,8 @@
 // Hostname for server.
-hostname "<hostname>"
+hostname "SERVERNAME"
 
 // RCON - remote console password.
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 
 // Server password - for private servers.
 sv_password ""
diff --git a/Left4Dead2/server.cfg b/Left4Dead2/server.cfg
index aeb2db0..dedeb76 100644
--- a/Left4Dead2/server.cfg
+++ b/Left4Dead2/server.cfg
@@ -1,8 +1,8 @@
 // Hostname for server.
-hostname "<hostname>"
+hostname "SERVERNAME"
 
 // RCON - remote console password.
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 
 // Server password - for private servers.
 sv_password ""
diff --git a/Minecraft/server.properties b/Minecraft/server.properties
index 8e35019..5b93a67 100644
--- a/Minecraft/server.properties
+++ b/Minecraft/server.properties
@@ -25,7 +25,7 @@ online-mode=true
 op-permission-level=4
 player-idle-timeout=0
 pvp=true
-rcon.password=
+rcon.password=ADMINPASSWORD
 rcon.port=25575
 resource-pack-sha1=
 resource-pack=
diff --git a/NoMoreRoominHell/server.cfg b/NoMoreRoominHell/server.cfg
index c4e2914..ea31be9 100644
--- a/NoMoreRoominHell/server.cfg
+++ b/NoMoreRoominHell/server.cfg
@@ -8,10 +8,10 @@
 // ............................. Basic Settings ............................. //
 
 // Hostname for server.
-hostname "<hostname>"
+hostname "SERVERNAME"
 
 // RCON - remote console password.
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 
 // Server password - for private servers.
 sv_password ""
diff --git a/OpposingForce/server.cfg b/OpposingForce/server.cfg
index 73adf2a..c733695 100644
--- a/OpposingForce/server.cfg
+++ b/OpposingForce/server.cfg
@@ -1,8 +1,8 @@
 // Hostname for server.
-hostname "<hostname>"
+hostname "SERVERNAME"
 
 // RCON - remote console password.
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 
 // Server password - for private servers.
 sv_password ""
diff --git a/PiratesVikingandKnightsII/server.cfg b/PiratesVikingandKnightsII/server.cfg
index 5838eaf..4141a56 100644
--- a/PiratesVikingandKnightsII/server.cfg
+++ b/PiratesVikingandKnightsII/server.cfg
@@ -8,10 +8,10 @@
 // ............................. Basic Settings ............................. //
 
 // Hostname for server.
-hostname "<hostname>"
+hostname "SERVERNAME"
 
 // RCON - remote console password.
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 
 // Server password - for private servers.
 sv_password ""
diff --git a/QuakeLive/server.cfg b/QuakeLive/server.cfg
index 6dd87b4..5c8e461 100644
--- a/QuakeLive/server.cfg
+++ b/QuakeLive/server.cfg
@@ -5,7 +5,7 @@
 
 // Be aware that factories can override any cvar, including ones specified in this config file.
 
-set sv_hostname "<hostname>"
+set sv_hostname "SERVERNAME"
 set sv_tags "" // Comma delimited field of server tags to show in server browser.
                // Will automatically include gametype and some gameplay modifications.
                // ex. "crouch slide, classic, space"
@@ -85,7 +85,7 @@ set sv_idleExit "120"
 set zmq_rcon_enable "1"
 // set zmq_rcon_ip ""
 // set zmq_rcon_port "28960"
-set zmq_rcon_password "<rconpassword>"
+set zmq_rcon_password "ADMINPASSWORD"
 
 // Enable ZeroMQ stats socket. This will not be much use without a client listening.
 // See zmq_stats_verbose.py for example connect and stats printing.
diff --git a/RedOrchestra/default.ini b/RedOrchestra/default.ini
index 9df8098..1f21882 100644
--- a/RedOrchestra/default.ini
+++ b/RedOrchestra/default.ini
@@ -293,7 +293,7 @@ NetServerMaxTickRate=30
 LanServerMaxTickRate=30
 
 [Engine.GameReplicationInfo]
-ServerName=RO: Ostfront Server
+ServerName=SERVERNAME
 ShortName=RO:O Server
 ServerRegion=0
 AdminName=
@@ -500,7 +500,7 @@ DemoLevels[3]=DOM-SunTemple
 DemoLevels[4]=BR-Endagra
 
 [Engine.AccessControl]
-AdminPassword=
+AdminPassword=ADMINPASSWORD
 GamePassword=
 bBanByID=True
 
diff --git a/Ricochet/server.cfg b/Ricochet/server.cfg
index 73adf2a..c733695 100644
--- a/Ricochet/server.cfg
+++ b/Ricochet/server.cfg
@@ -1,8 +1,8 @@
 // Hostname for server.
-hostname "<hostname>"
+hostname "SERVERNAME"
 
 // RCON - remote console password.
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 
 // Server password - for private servers.
 sv_password ""
diff --git a/SeriousSam3BFE/server.ini b/SeriousSam3BFE/server.ini
index 1bf1a3c..d0688ba 100644
--- a/SeriousSam3BFE/server.ini
+++ b/SeriousSam3BFE/server.ini
@@ -3,7 +3,7 @@
 
 -- General
 rcts_strWelcomeNote = "Server RCON MOTD";
-rcts_strAdminPassword = "rconpassword";
+rcts_strAdminPassword = "ADMINPASSWORD";
 prj_strLogFile = "";
 net_strLocalHost = "";
 gam_idGameMode = "Cooperative";
@@ -11,7 +11,7 @@ ser_iMaxClientBPS = 11000;
 prj_iDedicatedFPS = 100;
 gam_ctMaxPlayers = 12;
 prj_uwPort = 27015;
-prj_strMultiplayerSessionName = "Serious Sam 3 Server";
+prj_strMultiplayerSessionName = "SERVERNAME";
 
 -- Options
 gam_bAllowJoinInProgress = 1;
diff --git a/Starbound/starbound_server.config b/Starbound/starbound_server.config
index 275898d..3ce8ef9 100644
--- a/Starbound/starbound_server.config
+++ b/Starbound/starbound_server.config
@@ -30,7 +30,7 @@
   "queryServerBind" : "::",
   "queryServerPort" : 21025,
   "rconServerBind" : "::",
-  "rconServerPassword" : "<rconpassword>",
+  "rconServerPassword" : "ADMINPASSWORD",
   "rconServerPort" : 21026,
   "rconServerTimeout" : 1000,
   "runQueryServer" : false,
@@ -41,7 +41,7 @@
   "scriptProfilingEnabled" : false,
   "scriptRecursionLimit" : 100,
   "serverFidelity" : "automatic",
-  "serverName" : "<hostname>",
+  "serverName" : "SERVERNAME",
   "serverOverrideAssetsDigest" : null,
   "serverUsers" : {
   },
diff --git a/SvenCoop/server.cfg b/SvenCoop/server.cfg
index 6bc0822..ef5676f 100644
--- a/SvenCoop/server.cfg
+++ b/SvenCoop/server.cfg
@@ -7,10 +7,10 @@
 // commands and settings.
 //----------------------------------------------
 
-hostname "<hostname>"
+hostname "SERVERNAME"
 log "on"
 
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 //sv_password ""
 
 sys_ticrate 100
diff --git a/TeamFortress2/server.cfg b/TeamFortress2/server.cfg
index aeb2db0..dedeb76 100644
--- a/TeamFortress2/server.cfg
+++ b/TeamFortress2/server.cfg
@@ -1,8 +1,8 @@
 // Hostname for server.
-hostname "<hostname>"
+hostname "SERVERNAME"
 
 // RCON - remote console password.
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 
 // Server password - for private servers.
 sv_password ""
diff --git a/TeamFortressClassic/server.cfg b/TeamFortressClassic/server.cfg
index 1999b07..546a358 100644
--- a/TeamFortressClassic/server.cfg
+++ b/TeamFortressClassic/server.cfg
@@ -1,8 +1,8 @@
 // Hostname for server.
-hostname "<hostname>"
+hostname "SERVERNAME"
 
 // RCON - remote console password.
-rcon_password "<rconpassword>"
+rcon_password "ADMINPASSWORD"
 
 // Server password - for private servers.
 sv_password ""
diff --git a/Teeworlds/server.cfg b/Teeworlds/server.cfg
index efefdf1..2ab2f1e 100644
--- a/Teeworlds/server.cfg
+++ b/Teeworlds/server.cfg
@@ -1,5 +1,5 @@
-sv_name "<hostname>"
-sv_rcon_password "<rconpassword>"
+sv_name "SERVERNAME"
+sv_rcon_password "ADMINPASSWORD"
 password "<password>"
 sv_max_clients 12
 sv_port 8303
diff --git a/UnrealTournament/Engine.ini b/UnrealTournament/Engine.ini
index 177eaaf..11d523b 100644
--- a/UnrealTournament/Engine.ini
+++ b/UnrealTournament/Engine.ini
@@ -1,3 +1,3 @@
 [/Script/UnrealTournament.UTGameEngine]
 bFirstRun=False
-RconPassword="<rconpassword>"
+RconPassword="ADMINPASSWORD"
diff --git a/UnrealTournament/Game.ini b/UnrealTournament/Game.ini
index 15a1c91..6abdcf6 100644
--- a/UnrealTournament/Game.ini
+++ b/UnrealTournament/Game.ini
@@ -1,4 +1,4 @@
 [/Script/UnrealTournament.UTGameState]
-ServerName="<hostname>"
+ServerName="SERVERNAME"
 ServerMOTD=<UT.Font.NormalText.Huge>WELCOME</>\n\n<UT.Font.NormalText.Medium>Headshots for everyone.</>
 ServerDescription=This is my server, have fun
diff --git a/UnrealTournament99/Default.ini b/UnrealTournament99/Default.ini
index 8b78273..94ba0bf 100644
--- a/UnrealTournament99/Default.ini
+++ b/UnrealTournament99/Default.ini
@@ -201,7 +201,7 @@ NetServerMaxTickRate=60
 LanServerMaxTickRate=60
 
 [Engine.GameReplicationInfo]
-ServerName=Another UT Server
+ServerName=SERVERNAME
 ShortName=UT Server
 AdminName=Admin
 AdminEmail=admin@example.com