From a7802f7b2ca019ac43f3e2276788ae92540d1003 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Thu, 22 Feb 2018 12:31:19 +0100 Subject: [PATCH] make rcon_password more porminent --- server/server.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/server.cfg b/server/server.cfg index 40e366eb..951e46d3 100644 --- a/server/server.cfg +++ b/server/server.cfg @@ -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 -- 2.39.2