2018-01-26 00:12:53 +00:00
{
2020-04-10 05:44:05 +00:00
"__comment__" : "This is a sample configuration file, all values and sections that start with underscore (_) are ignored. Edit a section and remove the _ in front of the name. Refer to the user's guide for details." ,
2018-07-24 00:34:24 +00:00
"settings" : {
2019-02-25 19:13:13 +00:00
"_Cert" : "myserver.mydomain.com" ,
2019-07-30 01:21:52 +00:00
"_MongoDb" : "mongodb://127.0.0.1:27017" ,
"_MongoDbName" : "meshcentral" ,
2019-05-29 00:42:11 +00:00
"_MongoDbChangeStream" : true ,
2020-03-15 08:24:20 +00:00
"_MongoDumpPath" : "C:\\Program Files\\MongoDB\\Server\\4.2\\bin\\mongodump.exe" ,
2018-07-24 00:34:24 +00:00
"_WANonly" : true ,
"_LANonly" : true ,
2018-08-22 23:18:01 +00:00
"_SessionTime" : 30 ,
2019-02-01 23:16:46 +00:00
"_SessionKey" : "MyReallySecretPassword1" ,
2019-08-22 22:31:39 +00:00
"_SessionSameSite" : "strict" ,
2019-02-01 23:16:46 +00:00
"_DbEncryptKey" : "MyReallySecretPassword2" ,
2019-10-03 20:32:54 +00:00
"_DbRecordsEncryptKey" : "MyReallySecretPassword" ,
"_DbRecordsDecryptKey" : "MyReallySecretPassword" ,
2020-03-16 20:30:12 +00:00
"__DbExpire" : "Amount of time to keep various events in the database, in seconds. Below are the default values." ,
2019-02-25 19:13:13 +00:00
"_DbExpire" : {
"events" : 1728000 ,
2020-03-16 20:30:12 +00:00
"powerevents" : 864000 ,
"statsevents" : 2592000
2019-02-25 19:13:13 +00:00
} ,
2018-07-24 00:34:24 +00:00
"_Port" : 443 ,
2020-03-15 08:24:20 +00:00
"_AliasPort" : 444 ,
2018-07-24 00:34:24 +00:00
"_RedirPort" : 80 ,
2020-05-03 17:46:20 +00:00
"_RedirAliasPort" : 80 ,
"_AgentPort" : 1234 ,
2020-05-04 05:37:51 +00:00
"_AgentAliasPort" : 1234 ,
2020-05-10 20:45:10 +00:00
"_AgentAliasDNS" : "agents.myserver.mydomain.com" ,
2020-03-18 12:30:19 +00:00
"_ExactPorts" : true ,
2018-07-24 00:34:24 +00:00
"_AllowLoginToken" : true ,
"_AllowFraming" : true ,
2020-05-03 17:46:20 +00:00
"_CookieIpCheck" : false ,
"_CookieEncoding" : "hex" ,
2018-07-24 00:34:24 +00:00
"_WebRTC" : false ,
2019-08-22 22:31:39 +00:00
"_Nice404" : false ,
2018-07-24 00:34:24 +00:00
"_ClickOnce" : false ,
2018-09-19 16:15:31 +00:00
"_SelfUpdate" : true ,
2020-05-07 02:23:11 +00:00
"_BrowserPing" : 60 ,
"_BrowserPong" : 60 ,
2019-05-28 17:58:46 +00:00
"_AgentPing" : 60 ,
"_AgentPong" : 60 ,
2019-06-17 22:20:47 +00:00
"_AgentIdleTimeout" : 150 ,
2019-07-08 22:59:44 +00:00
"_MeshErrorLogPath" : "c:\\tmp" ,
2019-07-17 22:57:42 +00:00
"_NpmPath" : "c:\\npm.exe" ,
"_NpmProxy" : "http://1.2.3.4:80" ,
2019-05-28 17:10:56 +00:00
"_AllowHighQualityDesktop" : true ,
2020-04-30 09:02:23 +00:00
"_DesktopMultiplex" : true ,
2019-01-30 21:43:42 +00:00
"_UserAllowedIP" : "127.0.0.1,192.168.1.0/24" ,
"_UserBlockedIP" : "127.0.0.1,::1,192.168.0.100" ,
"_AgentAllowedIP" : "192.168.0.100/24" ,
"_AgentBlockedIP" : "127.0.0.1,::1" ,
2020-02-17 18:24:32 +00:00
"_AuthLog" : "c:\\temp\\auth.log" ,
2019-02-25 19:13:13 +00:00
"_LocalDiscovery" : {
"name" : "Local server name" ,
"info" : "Information about this server"
} ,
2020-05-07 21:48:51 +00:00
"_TlsOffload" : "127.0.0.1,::1" ,
"_TrustedProxy" : "127.0.0.1,::1" ,
2019-12-01 20:52:32 +00:00
"_MpsPort" : 44330 ,
"_MpsAliasPort" : 4433 ,
"_MpsAliasHost" : "mps.mydomain.com" ,
2018-12-20 20:12:24 +00:00
"_MpsTlsOffload" : true ,
2019-03-26 21:11:51 +00:00
"_No2FactorAuth" : true ,
2019-11-20 19:12:35 +00:00
"_Log" : "main,web,webrequest,cert" ,
2020-04-20 09:44:14 +00:00
"_syslog" : "meshcentral" ,
"_syslogauth" : "meshcentral-auth" ,
"_syslogjson" : "meshcentral-json" ,
2019-02-25 19:13:13 +00:00
"_WebRtConfig" : {
"iceServers" : [
{ "urls" : "stun:stun.services.mozilla.com" } ,
{ "urls" : "stun:stun.l.google.com:19302" }
]
2019-05-17 19:40:15 +00:00
} ,
"_AutoBackup" : {
2019-05-29 00:42:11 +00:00
"backupIntervalHours" : 24 ,
2019-05-17 19:40:15 +00:00
"keepLastDaysBackup" : 10 ,
2019-05-22 22:22:10 +00:00
"zipPassword" : "MyReallySecretPassword3" ,
"_backupPath" : "C:\\backups"
2019-06-07 17:20:54 +00:00
} ,
"_Redirects" : {
"meshcommander" : "https://www.meshcommander.com/"
2019-11-19 01:31:42 +00:00
} ,
"__MaxInvalidLogin" : "Time in minutes, max amount of bad logins from a source IP in the time before logins are rejected." ,
2020-04-18 06:52:35 +00:00
"_MaxInvalidLogin" : { "time" : 10 , "count" : 10 , "coolofftime" : 10 } ,
"_Plugins" : { "enabled" : true }
2018-01-26 00:12:53 +00:00
} ,
2020-04-30 09:02:23 +00:00
"_domaindefaults" : {
"__comment__" : "Any settings in this section is used as default setting for all domains" ,
"Title" : "MyDefaultTitle" ,
"Footer" : "Default page footer" ,
"NewAccounts" : false
} ,
2018-01-26 00:12:53 +00:00
"_domains" : {
"" : {
2018-12-20 22:14:37 +00:00
"Title" : "MyServer" ,
"Title2" : "Servername" ,
2019-02-26 22:39:45 +00:00
"_TitlePicture" : "title-sample.png" ,
"_UserQuota" : 1048576 ,
"_MeshQuota" : 248576 ,
2020-05-02 06:53:32 +00:00
"Minify" : true ,
2019-04-23 20:42:54 +00:00
"_NewAccounts" : true ,
2019-07-08 22:59:44 +00:00
"_UserNameIsEmail" : true ,
2019-02-26 22:39:45 +00:00
"_NewAccountEmailDomains" : [ "sample.com" ] ,
2019-05-13 02:14:24 +00:00
"_NewAccountsRights" : [ "nonewgroups" , "notools" ] ,
2020-02-17 21:01:13 +00:00
"_ManageAllDeviceGroups" : [ "admin" ] ,
2020-03-15 08:24:20 +00:00
"_WelcomeText" : "Sample Text on Login Page." ,
"_WelcomePicture" : "mainwelcome.jpg" ,
2020-04-18 18:38:01 +00:00
"___Hide__" : "Sum of: 1 = Hide header, 2 = Hide tab, 4 = Hide footer, 8 = Hide title, 16 = Hide left bar" ,
"_Hide" : 4 ,
2020-03-15 08:24:20 +00:00
"_Footer" : "<a href='https://twitter.com/mytwitter'>Twitter</a>" ,
2018-12-20 22:14:37 +00:00
"_CertUrl" : "https://192.168.2.106:443/" ,
2019-11-29 04:57:34 +00:00
"_PasswordRequirements" : { "min" : 8 , "max" : 128 , "upper" : 1 , "lower" : 1 , "numeric" : 1 , "nonalpha" : 1 , "reset" : 90 , "force2factor" : true , "skip2factor" : "127.0.0.1,192.168.2.0/24" } ,
2020-05-01 19:36:28 +00:00
"_AgentInviteCodes" : true ,
2019-01-30 21:43:42 +00:00
"_AgentNoProxy" : true ,
2019-02-27 00:26:33 +00:00
"_GeoLocation" : true ,
2019-01-04 23:29:27 +00:00
"_UserAllowedIP" : "127.0.0.1,192.168.1.0/24" ,
2019-01-30 21:43:42 +00:00
"_UserBlockedIP" : "127.0.0.1,::1,192.168.0.100" ,
"_AgentAllowedIP" : "192.168.0.100/24" ,
2019-02-11 00:04:36 +00:00
"_AgentBlockedIP" : "127.0.0.1,::1" ,
2019-05-31 16:58:23 +00:00
"___UserSessionIdleTimeout__" : "Number of user idle minutes before auto-disconnect" ,
"_UserSessionIdleTimeout" : 30 ,
2019-04-12 21:19:03 +00:00
"__UserConsentFlags__" : "Set to: 1 for desktop, 2 for terminal, 3 for files, 7 for all" ,
"_UserConsentFlags" : 7 ,
2020-05-06 19:15:47 +00:00
"_UrlSwitching" : false ,
2020-04-18 18:38:01 +00:00
"_DesktopPrivacyBarText" : "Your privacy bar message" ,
2019-02-11 22:41:15 +00:00
"_Limits" : {
2019-06-05 22:24:07 +00:00
"_MaxDevices" : 100 ,
2019-02-19 02:08:36 +00:00
"_MaxUserAccounts" : 100 ,
"_MaxUserSessions" : 100 ,
"_MaxAgentSessions" : 100 ,
"MaxSingleUserSessions" : 10
2019-02-11 22:41:15 +00:00
} ,
2019-06-21 01:23:52 +00:00
"_AmtAcmActivation" : {
"log" : "amtactivation.log" ,
"certs" : {
"mycertname" : {
"certfiles" : [ "amtacm-leafcert.crt" , "amtacm-intermediate1.crt" , "amtacm-intermediate2.crt" , "amtacm-rootcert.crt" ] ,
"keyfile" : "amtacm-leafcert.key"
}
}
} ,
2019-06-07 23:44:00 +00:00
"_Redirects" : {
"meshcommander" : "https://www.meshcommander.com/"
} ,
2019-02-19 02:08:36 +00:00
"_yubikey" : { "id" : "0000" , "secret" : "xxxxxxxxxxxxxxxxxxxxx" , "_proxy" : "http://myproxy.domain.com:80" } ,
2019-09-12 22:12:40 +00:00
"_httpheaders" : {
"Strict-Transport-Security" : "max-age=360000" ,
"x-frame-options" : "SAMEORIGIN" ,
"Content-Security-Policy" : "default-src 'none'; script-src 'self' 'unsafe-inline'; connect-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; frame-src 'self'; media-src 'self'"
} ,
2019-08-06 20:27:24 +00:00
"_agentConfig" : [ "webSocketMaskOverride=1" ] ,
"_SessionRecording" : {
"_filepath" : "C:\\temp" ,
2020-02-14 19:20:06 +00:00
"_index" : true ,
2020-04-30 09:02:23 +00:00
"_maxRecordings" : 10 ,
"_maxRecordingSizeMegabytes" : 3 ,
2019-08-07 23:07:12 +00:00
"__protocols__" : "Is an array: 1 = Terminal, 2 = Desktop, 5 = Files, 100 = Intel AMT WSMAN, 101 = Intel AMT Redirection" ,
"protocols" : [ 1 , 2 , 101 ]
2019-08-06 20:27:24 +00:00
}
2018-01-26 00:12:53 +00:00
} ,
2019-08-11 05:34:21 +00:00
"_customer1" : {
"_DNS" : "customer1.myserver.com" ,
"_Title" : "Customer1" ,
"_Title2" : "TestServer" ,
"_NewAccounts" : 1 ,
"_Auth" : "sspi" ,
"_Footer" : "Test" ,
2018-12-20 22:14:37 +00:00
"_CertUrl" : "https://192.168.2.106:443/"
2018-01-26 00:12:53 +00:00
} ,
2019-08-11 05:34:21 +00:00
"_info" : {
"_share" : "C:\\ExtraWebSite"
2018-01-26 00:12:53 +00:00
}
} ,
"_letsencrypt" : {
2019-11-26 18:54:45 +00:00
"__comment__" : "Requires NodeJS 10.12 or better, Go to https://letsdebug.net/ first before trying Let's Encrypt." ,
2020-02-05 23:41:11 +00:00
"email" : "myemail@myserver.com" ,
2018-01-26 00:12:53 +00:00
"names" : "myserver.com,customer1.myserver.com" ,
"rsaKeySize" : 3072 ,
"production" : false
} ,
"_peers" : {
"serverId" : "server1" ,
"servers" : {
"server1" : { "url" : "wss://192.168.2.133:443/" } ,
"server2" : { "url" : "wss://192.168.1.106:443/" }
}
} ,
"_smtp" : {
"host" : "smtp.myserver.com" ,
"port" : 25 ,
"from" : "myemail@myserver.com" ,
2019-09-16 17:49:35 +00:00
"__tls__" : "When 'tls' is set to true, TLS is used immidiatly when connecting. For SMTP servers that use TLSSTART, set this to 'false' and TLS will still be used." ,
"tls" : false ,
"___tlscertcheck__" : "When set to false, the TLS certificate of the SMTP server is not checked." ,
"_tlscertcheck" : false ,
"__tlsstrict__" : "When set to true, TLS cypher setup is more limited, SSLv2 and SSLv3 are not allowed." ,
"_tlsstrict" : true
2020-04-22 22:29:26 +00:00
} ,
"_sms" : {
"provider" : "twilio" ,
"sid" : "ACxxxxxxxxx" ,
"auth" : "xxxxxxx" ,
"from" : "+1-555-555-5555"
} ,
"__sms" : {
"provider" : "plivo" ,
"id" : "xxxxxxx" ,
"token" : "xxxxxxx" ,
"from" : "1-555-555-5555"
2018-01-26 00:12:53 +00:00
}
}