Various: updates to RCON settings (#307)

This commit is contained in:
Greelan 2023-03-23 23:45:59 +11:00 committed by GitHub
parent a574c8e14d
commit 67923fb65c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 123 additions and 125 deletions

View File

@ -38,19 +38,6 @@
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"EnumValues":{} "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", "DisplayName":"Server Name",
"Category":"Server Settings", "Category":"Server Settings",
@ -77,6 +64,18 @@
"DefaultValue":"", "DefaultValue":"",
"EnumValues":{} "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", "DisplayName":"Owner Name",
"Category":"Server Settings", "Category":"Server Settings",

View File

@ -140,15 +140,14 @@
{ {
"DisplayName":"RCON Password", "DisplayName":"RCON Password",
"Category":"Server Settings", "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", "Keywords":"rcon,password",
"FieldName":"$RemoteAdminPassword", "FieldName":"$RemoteAdminPassword",
"InputType":"password", "InputType":"hidden",
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"RconPlugin.RconPassword", "ParamFieldName":"RconPlugin.RconPassword",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"EnumValues":{}, "EnumValues":{}
"Hidden": true
}, },
{ {
"DisplayName":"Server Region", "DisplayName":"Server Region",

View File

@ -38,19 +38,6 @@
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"EnumValues":{} "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", "DisplayName":"Server Name",
"Category":"Server Settings", "Category":"Server Settings",
@ -106,6 +93,18 @@
"DefaultValue":"", "DefaultValue":"",
"EnumValues":{} "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", "DisplayName":"Server Category",
"Category":"Server Settings", "Category":"Server Settings",

View File

@ -27,20 +27,6 @@
"EnumValues": {}, "EnumValues": {},
"Hidden": true "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", "DisplayName": "Server Name",
"Category": "Emp - Server Settings", "Category": "Emp - Server Settings",
@ -67,6 +53,18 @@
"DefaultValue": "", "DefaultValue": "",
"EnumValues": {} "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 ", "DisplayName": "Max Players ",
"Category": "Emp - Server Settings", "Category": "Emp - Server Settings",

View File

@ -308,17 +308,17 @@
"EnumValues": {}, "EnumValues": {},
"SkipIfEmpty": true "SkipIfEmpty": true
}, },
{ {
"DisplayName": "RCON Password", "DisplayName": "RCON Password",
"Category": "Server Config", "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", "Keywords": "RCON,password",
"FieldName": "$RemoteAdminPassword", "FieldName": "RCONPassword",
"InputType": "RandomPassword", "InputType": "hidden",
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "$RemoteAdminPassword", "ParamFieldName": "RCONPassword",
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "Password123" "EnumValues": {}
}, },
{ {
"DisplayName": "Mutator", "DisplayName": "Mutator",

View File

@ -26,16 +26,16 @@
"EnumValues": {} "EnumValues": {}
}, },
{ {
"DisplayName":"RCON Password", "DisplayName": "RCON Password",
"Category":"Server Config", "Category": "Server Config",
"Description":"See the Security and Privacy menu for configurable options for the server's RCON", "Description": "See the Security and Privacy menu for configurable options for the server's RCON.",
"Keywords":"console,password,rcon", "Keywords": "Rcon,Password",
"FieldName":"$RemoteAdminPassword", "FieldName": "$RemoteAdminPassword",
"InputType":"hidden", "InputType": "hidden",
"IsFlagArgument":false, "IsFlagArgument": false,
"ParamFieldName":"/Script/Mordhau.MordhauGameSession.RconPassword", "ParamFieldName": "/Script/Mordhau.MordhauGameSession.RconPassword",
"IncludeInCommandLine":false, "IncludeInCommandLine": false,
"EnumValues":{} "EnumValues": {}
}, },
{ {
"DisplayName": "Admin Password", "DisplayName": "Admin Password",

View File

@ -70,6 +70,18 @@
"DefaultValue": "0000", "DefaultValue": "0000",
"EnumValues": {} "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)", "DisplayName": "Enable Valve Anti-Cheat (Steam VAC)",
"Category": "Server Settings", "Category": "Server Settings",

View File

@ -98,7 +98,7 @@
"DisplayName":"Server Port", "DisplayName":"Server Port",
"Category":"7d2d - Server Settings", "Category":"7d2d - Server Settings",
"Description":"Whatever you want the name of the server to be.", "Description":"Whatever you want the name of the server to be.",
"Keywords":"Server,Port", "Keywords":"",
"FieldName":"$ServerPort", "FieldName":"$ServerPort",
"InputType":"text", "InputType":"text",
"IsFlagArgument":false, "IsFlagArgument":false,
@ -227,7 +227,7 @@
"DisplayName":"Control Panel Port", "DisplayName":"Control Panel Port",
"Category":"7d2d - Server Settings", "Category":"7d2d - Server Settings",
"Description":"Port of the control panel webpage.", "Description":"Port of the control panel webpage.",
"Keywords":"Control,Panel,Port", "Keywords":"",
"FieldName":"$ControlPanelPort", "FieldName":"$ControlPanelPort",
"InputType":"number", "InputType":"number",
"IsFlagArgument":false, "IsFlagArgument":false,
@ -252,7 +252,7 @@
"DisplayName":"Telnet Enabled", "DisplayName":"Telnet Enabled",
"Category":"7d2d - Server Settings", "Category":"7d2d - Server Settings",
"Description":"Enable/Disable the telnet.", "Description":"Enable/Disable the telnet.",
"Keywords":"Telnet,Enabled", "Keywords":"",
"FieldName":"TelnetEnabled", "FieldName":"TelnetEnabled",
"InputType":"text", "InputType":"text",
"IsFlagArgument":false, "IsFlagArgument":false,
@ -265,7 +265,7 @@
"DisplayName":"Telnet Port", "DisplayName":"Telnet Port",
"Category":"7d2d - Server Settings", "Category":"7d2d - Server Settings",
"Description":"Port of the telnet server.", "Description":"Port of the telnet server.",
"Keywords":"Telnet,Port", "Keywords":"",
"FieldName":"$RemoteAdminPort", "FieldName":"$RemoteAdminPort",
"InputType":"number", "InputType":"number",
"IsFlagArgument":false, "IsFlagArgument":false,
@ -277,16 +277,14 @@
},{ },{
"DisplayName":"Telnet Password", "DisplayName":"Telnet Password",
"Category":"7d2d - Server Settings", "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", "Keywords":"Telnet,Password",
"FieldName":"$RemoteAdminPassword", "FieldName":"$RemoteAdminPassword",
"InputType":"text", "InputType":"hidden",
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"/ServerSettings/property[@name='TelnetPassword']/@value", "ParamFieldName":"/ServerSettings/property[@name='TelnetPassword']/@value",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"", "EnumValues":{}
"EnumValues":{},
"Hidden": true
},{ },{
"DisplayName":"Telnet Failed Login Limit", "DisplayName":"Telnet Failed Login Limit",
"Category":"7d2d - Server Settings", "Category":"7d2d - Server Settings",

View File

@ -26,6 +26,18 @@
"Placeholder": "8", "Placeholder": "8",
"MinValue":"1" "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", "DisplayName": "Server Port",
"Category": "Hidden Settings", "Category": "Hidden Settings",
@ -68,20 +80,6 @@
"EnumValues": {}, "EnumValues": {},
"Hidden": true "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", "DisplayName": "RCON Enabled",
"Category": "Hidden Settings", "Category": "Hidden Settings",

View File

@ -83,20 +83,6 @@
"EnumValues": {}, "EnumValues": {},
"Hidden": true "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", "DisplayName": "Default Voice Port",
"Description": "", "Description": "",
@ -359,6 +345,18 @@
"Suffix": "connections", "Suffix": "connections",
"EnumValues": {} "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", "DisplayName": "Log Path",
"Description": "The physical path where the server will create logfiles.", "Description": "The physical path where the server will create logfiles.",

View File

@ -82,20 +82,6 @@
"EnumValues": {}, "EnumValues": {},
"Hidden": true "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", "DisplayName": "LAN Mode",
"Category": "Host Settings", "Category": "Host Settings",
@ -205,6 +191,18 @@
"ParamFieldName": "Password", "ParamFieldName": "Password",
"IncludeInCommandLine": false "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", "DisplayName": "VAC Secure",
"Category": "Host Settings", "Category": "Host Settings",

View File

@ -26,19 +26,6 @@
"DefaultValue":"server.log", "DefaultValue":"server.log",
"EnumValues":{} "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", "DisplayName":"Server Release Stream",
"Category":"Server Settings", "Category":"Server Settings",
@ -111,7 +98,19 @@
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"0.0.0.0", "DefaultValue":"0.0.0.0",
"EnumValues":{} "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", "DisplayName":"Welcome Message",
"Category":"Server Settings", "Category":"Server Settings",