]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - server/server.cfg
make rcon_password more porminent
[xonotic/xonotic.git] / server / server.cfg
index 40e366eb54f7f8a183d074fb693baa4085c1dede..951e46d3e46d39109a5f5041513ea4a392008460 100644 (file)
@@ -20,7 +20,9 @@
 //hostname "Xonotic $g_xonoticversion Server"  // this name will appear on the server list (the $g_xonoticversion gets replaced with the current version)
 //sv_motd ""   // displayed on connect - good place for contact info (IRC, forum nick, etc.) so players can reach you when something is wrong with your server
 
-
+// This sets the remote console password on the server, you also need to set the cvar to the same value on your client to use the 'rcon' command.
+// Empty means rcon is disabled.
+//rcon_password ""
 
 
 /////////////////////////////////////////////////////////////////////
@@ -32,9 +34,6 @@
 
 //net_address 0.0.0.0  // ONLY change this if you have problems with your server. Specifies the network interface used by the engine.  Set it to one of your internal IPs
 
-//rcon_password ""     // this sets the remote console password on the server, you also need to set the cvar to the same value on your client to use the 'rcon' command.
-//rcon_restricted_password ""  // put here the password for a "restricted" rcon user (see below)
-
 //port 26000   // the port used by the server
 // You are RECOMMENDED to change this value to a free port number on your server
 // above 1024. The reason is that some bad ISPs might filter "gaming" ports, and
@@ -98,6 +97,7 @@
 //sv_vote_commands "restart fraglimit chmap gotomap nextmap endmatch reducematchtime extendmatchtime allready kick cointoss movetoauto shuffleteams"   // players can vote for those commands or use them if they are masters. You canm also add 'g_grappling_hook' for hook voting, and 'sv_fbskin_green sv_fbskin_red sv_fbskin_orange sv_fbskin_off' for fbskin voting.
 //sv_vote_master_commands "movetored movetoblue movetoyellow movetopink"       // add commands masters can use if logged in or elected. You may want to put 'kickban' here, so masters can keep out punks. It may be good to also put "sv_status_privacy 0" then...
 //rcon_restricted_commands "restart fraglimit chmap gotomap endmatch reducematchtime extendmatchtime allready kick kickban \"sv_cmd bans\" \"sv_cmd unban\" status \"sv_cmd teamstatus\" movetoauto movetored movetoblue movetoyellow movetopink"      // commands for the (stronger) rcon restricted
+//rcon_restricted_password ""  // put here the password for a "restricted" rcon user (see below)
 
 //sv_vote_call 1       // 0 will disable the normal voting
 //sv_vote_master 1     // 0 will disable voting to become master, good if you prefer to use the master password instead