From 67923fb65c5afed9120474d409345c6fff6d25f2 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Thu, 23 Mar 2023 23:45:59 +1100 Subject: [PATCH] Various: updates to RCON settings (#307) --- astroneerconfig.json | 25 ++++++++++++------------- conan-exilesconfig.json | 7 +++---- ecoconfig.json | 25 ++++++++++++------------- empyrion-galactic-survivalconfig.json | 26 ++++++++++++-------------- insurgencysandstormconfig.json | 12 ++++++------ mordhau-config.json | 20 ++++++++++---------- pavlov-vrconfig.json | 12 ++++++++++++ seven-days-to-dieconfig.json | 16 +++++++--------- starboundconfig.json | 26 ++++++++++++-------------- teamspeak3config.json | 26 ++++++++++++-------------- v-risingconfig.json | 26 ++++++++++++-------------- xonoticconfig.json | 27 +++++++++++++-------------- 12 files changed, 123 insertions(+), 125 deletions(-) diff --git a/astroneerconfig.json b/astroneerconfig.json index ed9f32a..485ffae 100644 --- a/astroneerconfig.json +++ b/astroneerconfig.json @@ -38,19 +38,6 @@ "IncludeInCommandLine":false, "EnumValues":{} }, - { - "DisplayName":"Console Password", - "Category":"Server Settings", - "Description":"", - "Keywords":"", - "FieldName":"$RemoteAdminPassword", - "InputType":"text", - "Hidden":true, - "IsFlagArgument":false, - "ParamFieldName":"/Script/Astro.AstroServerSettings.ConsolePassword", - "IncludeInCommandLine":false, - "EnumValues":{} - }, { "DisplayName":"Server Name", "Category":"Server Settings", @@ -77,6 +64,18 @@ "DefaultValue":"", "EnumValues":{} }, + { + "DisplayName":"Console Password", + "Category":"Server Settings", + "Description":"See the Security and Privacy menu for configurable options for the server's RCON", + "Keywords":"console,password,rcon", + "FieldName":"$RemoteAdminPassword", + "InputType":"hidden", + "IsFlagArgument":false, + "ParamFieldName":"/Script/Astro.AstroServerSettings.ConsolePassword", + "IncludeInCommandLine":false, + "EnumValues":{} + }, { "DisplayName":"Owner Name", "Category":"Server Settings", diff --git a/conan-exilesconfig.json b/conan-exilesconfig.json index d5bf1f5..fc68b94 100644 --- a/conan-exilesconfig.json +++ b/conan-exilesconfig.json @@ -140,15 +140,14 @@ { "DisplayName":"RCON Password", "Category":"Server Settings", - "Description":"Password to connect to RCON.", + "Description":"See the Security and Privacy menu for configurable options for the server's RCON.", "Keywords":"rcon,password", "FieldName":"$RemoteAdminPassword", - "InputType":"password", + "InputType":"hidden", "IsFlagArgument":false, "ParamFieldName":"RconPlugin.RconPassword", "IncludeInCommandLine":false, - "EnumValues":{}, - "Hidden": true + "EnumValues":{} }, { "DisplayName":"Server Region", diff --git a/ecoconfig.json b/ecoconfig.json index f925964..119debd 100644 --- a/ecoconfig.json +++ b/ecoconfig.json @@ -38,19 +38,6 @@ "IncludeInCommandLine":false, "EnumValues":{} }, - { - "DisplayName":"RCON Password", - "Category":"Server Settings", - "Description":"", - "Keywords":"", - "FieldName":"$RemoteAdminPassword", - "InputType":"text", - "Hidden":true, - "IsFlagArgument":false, - "ParamFieldName":"RconPassword", - "IncludeInCommandLine":false, - "EnumValues":{} - }, { "DisplayName":"Server Name", "Category":"Server Settings", @@ -106,6 +93,18 @@ "DefaultValue":"", "EnumValues":{} }, + { + "DisplayName":"RCON Password", + "Category":"Server Settings", + "Description":"See the Security and Privacy menu for configurable options for the server's RCON", + "Keywords":"rcon,password", + "FieldName":"$RemoteAdminPassword", + "InputType":"hidden", + "IsFlagArgument":false, + "ParamFieldName":"RconPassword", + "IncludeInCommandLine":false, + "EnumValues":{} + }, { "DisplayName":"Server Category", "Category":"Server Settings", diff --git a/empyrion-galactic-survivalconfig.json b/empyrion-galactic-survivalconfig.json index 07608f5..049a282 100644 --- a/empyrion-galactic-survivalconfig.json +++ b/empyrion-galactic-survivalconfig.json @@ -27,20 +27,6 @@ "EnumValues": {}, "Hidden": true }, - { - "DisplayName": "Telnet Password", - "Category": "Emp - Server Settings", - "Description": "Must be set using AMP.", - "Keywords": "", - "FieldName": "$RemoteAdminPassword", - "InputType": "text", - "IsFlagArgument": false, - "ParamFieldName": "ServerConfig.Tel_Pwd", - "IncludeInCommandLine": false, - "DefaultValue": "", - "EnumValues": {}, - "Hidden": true - }, { "DisplayName": "Server Name", "Category": "Emp - Server Settings", @@ -67,6 +53,18 @@ "DefaultValue": "", "EnumValues": {} }, + { + "DisplayName": "Telnet Password", + "Category": "Emp - Server Settings", + "Description": "See the Security and Privacy menu for configurable options for the server's RCON.", + "Keywords": "telnet,RCON,password", + "FieldName": "$RemoteAdminPassword", + "InputType": "hidden", + "IsFlagArgument": false, + "ParamFieldName": "ServerConfig.Tel_Pwd", + "IncludeInCommandLine": false, + "EnumValues": {} + }, { "DisplayName": "Max Players ", "Category": "Emp - Server Settings", diff --git a/insurgencysandstormconfig.json b/insurgencysandstormconfig.json index c5c91c9..0c31d6d 100644 --- a/insurgencysandstormconfig.json +++ b/insurgencysandstormconfig.json @@ -308,17 +308,17 @@ "EnumValues": {}, "SkipIfEmpty": true }, - { + { "DisplayName": "RCON Password", "Category": "Server Config", - "Description": "Password to connect to RCON. Change this after installing the server", + "Description": "See the Security and Privacy menu for configurable options for the server's RCON", "Keywords": "RCON,password", - "FieldName": "$RemoteAdminPassword", - "InputType": "RandomPassword", + "FieldName": "RCONPassword", + "InputType": "hidden", "IsFlagArgument": false, - "ParamFieldName": "$RemoteAdminPassword", + "ParamFieldName": "RCONPassword", "IncludeInCommandLine": false, - "DefaultValue": "Password123" + "EnumValues": {} }, { "DisplayName": "Mutator", diff --git a/mordhau-config.json b/mordhau-config.json index 8924b3c..5dc8199 100644 --- a/mordhau-config.json +++ b/mordhau-config.json @@ -26,16 +26,16 @@ "EnumValues": {} }, { - "DisplayName":"RCON Password", - "Category":"Server Config", - "Description":"See the Security and Privacy menu for configurable options for the server's RCON", - "Keywords":"console,password,rcon", - "FieldName":"$RemoteAdminPassword", - "InputType":"hidden", - "IsFlagArgument":false, - "ParamFieldName":"/Script/Mordhau.MordhauGameSession.RconPassword", - "IncludeInCommandLine":false, - "EnumValues":{} + "DisplayName": "RCON Password", + "Category": "Server Config", + "Description": "See the Security and Privacy menu for configurable options for the server's RCON.", + "Keywords": "Rcon,Password", + "FieldName": "$RemoteAdminPassword", + "InputType": "hidden", + "IsFlagArgument": false, + "ParamFieldName": "/Script/Mordhau.MordhauGameSession.RconPassword", + "IncludeInCommandLine": false, + "EnumValues": {} }, { "DisplayName": "Admin Password", diff --git a/pavlov-vrconfig.json b/pavlov-vrconfig.json index 23aefba..c55a1a4 100755 --- a/pavlov-vrconfig.json +++ b/pavlov-vrconfig.json @@ -70,6 +70,18 @@ "DefaultValue": "0000", "EnumValues": {} }, + { + "DisplayName": "RCON Password", + "Category": "Server Settings", + "Description": "See the Security and Privacy menu for configurable options for the server's RCON", + "Keywords": "rcon,password", + "FieldName": "RCONPassword", + "InputType": "hidden", + "IsFlagArgument": false, + "ParamFieldName": "RCONPassword", + "IncludeInCommandLine": false, + "EnumValues":{} + }, { "DisplayName": "Enable Valve Anti-Cheat (Steam VAC)", "Category": "Server Settings", diff --git a/seven-days-to-dieconfig.json b/seven-days-to-dieconfig.json index 8769aff..6c9d0c9 100644 --- a/seven-days-to-dieconfig.json +++ b/seven-days-to-dieconfig.json @@ -98,7 +98,7 @@ "DisplayName":"Server Port", "Category":"7d2d - Server Settings", "Description":"Whatever you want the name of the server to be.", - "Keywords":"Server,Port", + "Keywords":"", "FieldName":"$ServerPort", "InputType":"text", "IsFlagArgument":false, @@ -227,7 +227,7 @@ "DisplayName":"Control Panel Port", "Category":"7d2d - Server Settings", "Description":"Port of the control panel webpage.", - "Keywords":"Control,Panel,Port", + "Keywords":"", "FieldName":"$ControlPanelPort", "InputType":"number", "IsFlagArgument":false, @@ -252,7 +252,7 @@ "DisplayName":"Telnet Enabled", "Category":"7d2d - Server Settings", "Description":"Enable/Disable the telnet.", - "Keywords":"Telnet,Enabled", + "Keywords":"", "FieldName":"TelnetEnabled", "InputType":"text", "IsFlagArgument":false, @@ -265,7 +265,7 @@ "DisplayName":"Telnet Port", "Category":"7d2d - Server Settings", "Description":"Port of the telnet server.", - "Keywords":"Telnet,Port", + "Keywords":"", "FieldName":"$RemoteAdminPort", "InputType":"number", "IsFlagArgument":false, @@ -277,16 +277,14 @@ },{ "DisplayName":"Telnet Password", "Category":"7d2d - Server Settings", - "Description":"Password to gain entry to telnet interface.", + "Description":"See the Security and Privacy menu for configurable options for the password to the server's telnet interface (RCON).", "Keywords":"Telnet,Password", "FieldName":"$RemoteAdminPassword", - "InputType":"text", + "InputType":"hidden", "IsFlagArgument":false, "ParamFieldName":"/ServerSettings/property[@name='TelnetPassword']/@value", "IncludeInCommandLine":false, - "DefaultValue":"", - "EnumValues":{}, - "Hidden": true + "EnumValues":{} },{ "DisplayName":"Telnet Failed Login Limit", "Category":"7d2d - Server Settings", diff --git a/starboundconfig.json b/starboundconfig.json index 48b2d35..782183a 100644 --- a/starboundconfig.json +++ b/starboundconfig.json @@ -26,6 +26,18 @@ "Placeholder": "8", "MinValue":"1" }, + { + "DisplayName": "RCON Password", + "Category": "Starbound - Settings", + "Description": "See the Security and Privacy menu for configurable options for the server's RCON.", + "Keywords": "rcon,password", + "FieldName": "$RemoteAdminPassword", + "InputType": "hidden", + "IsFlagArgument": false, + "ParamFieldName": "rconServerPassword", + "IncludeInCommandLine": false, + "EnumValues": {} + }, { "DisplayName": "Server Port", "Category": "Hidden Settings", @@ -68,20 +80,6 @@ "EnumValues": {}, "Hidden": true }, - { - "DisplayName": "RCON Password", - "Category": "Hidden Settings", - "Description": "RCON Password.", - "Keywords": "", - "FieldName": "$RemoteAdminPassword", - "InputType": "password", - "IsFlagArgument": false, - "ParamFieldName": "rconServerPassword", - "IncludeInCommandLine": false, - "DefaultValue": "", - "EnumValues": {}, - "Hidden": true - }, { "DisplayName": "RCON Enabled", "Category": "Hidden Settings", diff --git a/teamspeak3config.json b/teamspeak3config.json index dfbcce7..6c57bf0 100644 --- a/teamspeak3config.json +++ b/teamspeak3config.json @@ -83,20 +83,6 @@ "EnumValues": {}, "Hidden": true }, - { - "DisplayName": "Remote Admin Password", - "Description": "", - "Category": "Hidden Settings", - "Keywords": "", - "FieldName": "$RemoteAdminPassword", - "InputType": "text", - "IsFlagArgument": false, - "ParamFieldName": "serveradmin_password", - "IncludeInCommandLine": false, - "DefaultValue": "", - "EnumValues": {}, - "Hidden": true - }, { "DisplayName": "Default Voice Port", "Description": "", @@ -359,6 +345,18 @@ "Suffix": "connections", "EnumValues": {} }, + { + "DisplayName": "RCON (Admin) Password", + "Description": "See the Security and Privacy menu for configurable options for the server's RCON.", + "Category": "Server Settings", + "Keywords": "admin,RCON,password", + "FieldName": "$RemoteAdminPassword", + "InputType": "hidden", + "IsFlagArgument": false, + "ParamFieldName": "serveradmin_password", + "IncludeInCommandLine": false, + "EnumValues": {} + }, { "DisplayName": "Log Path", "Description": "The physical path where the server will create logfiles.", diff --git a/v-risingconfig.json b/v-risingconfig.json index 51f71c1..e579337 100644 --- a/v-risingconfig.json +++ b/v-risingconfig.json @@ -82,20 +82,6 @@ "EnumValues": {}, "Hidden": true }, - { - "DisplayName": "RCON Password", - "Category": "Host Settings", - "Description": "RCON Password to allow Console input", - "Keywords": "rcon,enabled", - "FieldName": "$RemoteAdminPassword", - "InputType": "password", - "IsFlagArgument": false, - "ParamFieldName": "Rcon.Password", - "IncludeInCommandLine": false, - "DefaultValue": "", - "EnumValues": {}, - "Hidden": true - }, { "DisplayName": "LAN Mode", "Category": "Host Settings", @@ -205,6 +191,18 @@ "ParamFieldName": "Password", "IncludeInCommandLine": false }, + { + "DisplayName": "RCON Password", + "Category": "Host Settings", + "Description": "See the Security and Privacy menu for configurable options for the server's RCON", + "Keywords": "rcon,password", + "FieldName": "$RemoteAdminPassword", + "InputType": "hidden", + "IsFlagArgument": false, + "ParamFieldName": "Rcon.Password", + "IncludeInCommandLine": false, + "EnumValues": {} + }, { "DisplayName": "VAC Secure", "Category": "Host Settings", diff --git a/xonoticconfig.json b/xonoticconfig.json index 584b28b..deb2413 100755 --- a/xonoticconfig.json +++ b/xonoticconfig.json @@ -26,19 +26,6 @@ "DefaultValue":"server.log", "EnumValues":{} }, - { - "DisplayName":"RCON Password", - "Category":"Server Settings", - "Description":"", - "Keywords":"", - "FieldName":"$RemoteAdminPassword", - "InputType":"text", - "Hidden":true, - "IsFlagArgument":false, - "ParamFieldName":"rcon_password", - "IncludeInCommandLine":false, - "EnumValues":{} - }, { "DisplayName":"Server Release Stream", "Category":"Server Settings", @@ -111,7 +98,19 @@ "IncludeInCommandLine":false, "DefaultValue":"0.0.0.0", "EnumValues":{} - }, + }, + { + "DisplayName":"RCON Password", + "Category":"Server Settings", + "Description":"See the Security and Privacy menu for configurable options for the server's RCON", + "Keywords":"rcon,password", + "FieldName":"$RemoteAdminPassword", + "InputType":"hidden", + "IsFlagArgument":false, + "ParamFieldName":"rcon_password", + "IncludeInCommandLine":false, + "EnumValues":{} + }, { "DisplayName":"Welcome Message", "Category":"Server Settings",