Various: updates to RCON settings (#307)
This commit is contained in:
parent
a574c8e14d
commit
67923fb65c
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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.",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user