2020-05-18 20:57:11 -04:00
{
2022-01-05 05:43:58 -05:00
"$schema" : "http://info.meshcentral.com/downloads/meshcentral-config-schema.json" ,
2020-06-15 09:37:53 -04: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." ,
2020-05-18 20:57:11 -04:00
"settings" : {
2020-06-15 16:08:46 -04:00
"_cert" : "myserver.mydomain.com" ,
2022-08-13 21:32:17 -04:00
"_acebase" : { "_sponsor" : true } ,
2020-06-15 16:08:46 -04:00
"_mongoDb" : "mongodb://127.0.0.1:27017" ,
"_mongoDbName" : "meshcentral" ,
"_mongoDbChangeStream" : true ,
2022-06-09 16:35:58 -04:00
"_mongoDbBulkOperations" : true ,
2020-05-18 20:57:11 -04:00
"_WANonly" : true ,
"_LANonly" : true ,
2022-06-09 16:35:58 -04:00
"_maintenanceMode" : true ,
2022-07-15 17:23:01 -04:00
"_certificatePrivateKeyPassword" : [ "password1" , "password2" ] ,
2022-06-09 16:35:58 -04:00
"_sessionTime" : 60 ,
2020-06-15 16:08:46 -04:00
"_sessionKey" : "MyReallySecretPassword1" ,
"_sessionSameSite" : "strict" ,
"_dbEncryptKey" : "MyReallySecretPassword2" ,
"_dbRecordsEncryptKey" : "MyReallySecretPassword" ,
"_dbRecordsDecryptKey" : "MyReallySecretPassword" ,
"__dbExpire" : "Amount of time to keep various events in the database, in seconds. Below are the default values." ,
"_dbExpire" : {
2020-05-18 20:57:11 -04:00
"events" : 1728000 ,
"powerevents" : 864000 ,
"statsevents" : 2592000
} ,
2020-06-15 16:08:46 -04:00
"port" : 443 ,
"_portBind" : "127.0.0.1" ,
2020-06-26 17:43:58 -04:00
"_aliasPort" : 444 ,
2020-06-15 16:08:46 -04:00
"_redirPort" : 80 ,
"_redirPortBind" : "127.0.0.1" ,
"_redirAliasPort" : 80 ,
2022-07-03 03:44:58 -04:00
"_relayPort" : 453 ,
2022-07-04 23:20:25 -04:00
"_relayAliasPort" : 463 ,
2022-07-03 03:44:58 -04:00
"_relayDNS" : "relay.myserver.mydomain.com" ,
2020-06-15 16:08:46 -04:00
"_agentPort" : 1234 ,
"_agentPortBind" : "127.0.0.1" ,
"_agentAliasPort" : 1234 ,
"_agentAliasDNS" : "agents.myserver.mydomain.com" ,
2022-06-09 16:35:58 -04:00
"_agentPortTls" : false ,
"_agentLogDump" : true ,
"_agentCoreDump" : true ,
"_agentCoreDumpUsers" : "user1,user2" ,
"_agentSignLock" : true ,
2022-06-20 07:46:19 -04:00
"_agentTimeStampServer" : "http://timestamp.digicert.com" ,
2022-06-23 18:39:40 -04:00
"_agentTimeStampProxy" : "http://1.2.3.4:80" ,
2022-06-09 16:35:58 -04:00
"_ignoreAgentHashCheck" : true ,
2020-06-15 16:08:46 -04:00
"_exactPorts" : true ,
"_allowLoginToken" : true ,
2022-06-09 16:35:58 -04:00
"_StrictTransportSecurity" : true ,
2020-06-15 16:08:46 -04:00
"_allowFraming" : true ,
"_cookieIpCheck" : false ,
"_cookieEncoding" : "hex" ,
"_webRTC" : false ,
"_nice404" : false ,
"_selfUpdate" : true ,
2022-06-09 16:35:58 -04:00
"_cleanNpmCacheOnUpdate" : true ,
2020-06-15 16:08:46 -04:00
"_browserPing" : 60 ,
"_browserPong" : 60 ,
2022-06-09 16:35:58 -04:00
"_agentsInRam" : false ,
2020-06-15 16:08:46 -04:00
"_agentPing" : 60 ,
"_agentPong" : 60 ,
2022-06-09 16:35:58 -04:00
"_orphanAgentUser" : "admin" ,
2020-06-15 16:08:46 -04:00
"_agentIdleTimeout" : 150 ,
2022-06-09 16:35:58 -04:00
"_webPageLengthRandomization" : false ,
"_compression" : true ,
"_wsCompression" : false ,
"_agentWsCompression" : true ,
"_noAgentUpdate" : 1 ,
"_agentUpdateSystem" : 1 ,
"_temporaryAgentUpdate" : false ,
"_amtScanner" : false ,
"_meshScanner" : false ,
2020-06-15 16:08:46 -04:00
"_meshErrorLogPath" : "c:\\tmp" ,
"_npmPath" : "c:\\npm.exe" ,
"_npmProxy" : "http://1.2.3.4:80" ,
"_allowHighQualityDesktop" : true ,
2021-02-10 04:31:52 -05:00
"_webPush" : { "email" : "xxxxx@xxxxx.com" } ,
2021-02-07 15:04:51 -05:00
"_publicPushNotifications" : true ,
2020-06-15 16:08:46 -04:00
"_desktopMultiplex" : true ,
2022-06-20 07:25:03 -04:00
"_ipBlockedUserRedirect" : "https://www.youtube.com/watch?v=dQw4w9WgXcQ" ,
2020-06-15 16:08:46 -04: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" ,
"_authLog" : "c:\\temp\\auth.log" ,
2022-07-15 17:23:01 -04:00
"_InterUserMessaging" : [ "user//admin" ] ,
"_manageAllDeviceGroups" : [ "user//admin" ] ,
"_manageCrossDomain" : [ "user//admin" ] ,
2020-06-15 16:08:46 -04:00
"_localDiscovery" : {
2020-05-18 20:57:11 -04:00
"name" : "Local server name" ,
"info" : "Information about this server"
} ,
2020-06-18 06:50:41 -04:00
"_tlsOffload" : "127.0.0.1,::1" ,
"_trustedProxy" : "127.0.0.1,::1" ,
2020-06-15 16:08:46 -04:00
"_mpsPort" : 44330 ,
"_mpsPortBind" : "127.0.0.1" ,
"_mpsAliasPort" : 4433 ,
"_mpsAliasHost" : "mps.mydomain.com" ,
"_mpsTlsOffload" : true ,
2022-06-20 07:25:03 -04:00
"_mpsHighSecurity" : true ,
2020-06-15 16:08:46 -04:00
"_no2FactorAuth" : true ,
2022-03-17 14:19:18 -04:00
"_runOnServerStarted" : "c:\\tmp\\mcstart.bat" ,
"_runOnServerUpdated" : "c:\\tmp\\mcupdate.bat" ,
"_runOnServerError" : "c:\\tmp\\mcerror.bat" ,
2020-06-15 16:08:46 -04:00
"_log" : "main,web,webrequest,cert" ,
2020-05-18 20:57:11 -04:00
"_syslog" : "meshcentral" ,
"_syslogauth" : "meshcentral-auth" ,
"_syslogjson" : "meshcentral-json" ,
2021-05-19 02:54:36 -04:00
"_syslogtcp" : "localhost:514" ,
2020-06-15 16:08:46 -04:00
"_webrtcConfig" : {
2020-05-18 20:57:11 -04:00
"iceServers" : [
{ "urls" : "stun:stun.services.mozilla.com" } ,
{ "urls" : "stun:stun.l.google.com:19302" }
]
} ,
2020-06-15 16:08:46 -04:00
"_autoBackup" : {
2021-02-04 01:11:07 -05:00
"_mongoDumpPath" : "C:\\Program Files\\MongoDB\\Server\\4.2\\bin\\mongodump.exe" ,
2020-05-18 20:57:11 -04:00
"backupIntervalHours" : 24 ,
"keepLastDaysBackup" : 10 ,
"zipPassword" : "MyReallySecretPassword3" ,
2020-08-21 14:47:34 -04:00
"_backupPath" : "C:\\backups" ,
"_googleDrive" : {
"folderName" : "MeshCentral-Backups" ,
"maxFiles" : 10
2020-09-10 15:43:48 -04:00
} ,
"webdav" : {
"url" : "https://server/remote.php/dav/files/xxxxx@server.com/" ,
"username" : "user" ,
"password" : "pass" ,
"folderName" : "MeshCentral-Backups" ,
"maxFiles" : 10
2020-08-21 14:47:34 -04:00
}
2020-05-18 20:57:11 -04:00
} ,
2020-06-15 16:08:46 -04:00
"_redirects" : {
2020-05-18 20:57:11 -04:00
"meshcommander" : "https://www.meshcommander.com/"
} ,
2020-06-15 16:08:46 -04:00
"__maxInvalidLogin" : "Time in minutes, max amount of bad logins from a source IP in the time before logins are rejected." ,
"_maxInvalidLogin" : {
2020-06-15 09:37:53 -04:00
"time" : 10 ,
"count" : 10 ,
"coolofftime" : 10
} ,
2022-01-03 16:12:10 -05:00
"__maxInvalid2fa" : "Time in minutes, max amount of bad two-factor authentication from a source IP in the time before 2FA's are rejected." ,
"_maxInvalid2fa" : {
"time" : 10 ,
"count" : 10 ,
"coolofftime" : 10
} ,
2022-07-15 17:23:01 -04:00
"watchDog" : {
"interval" : 100 ,
"timeout" : 400
} ,
2021-03-16 20:26:26 -04:00
"_AmtProvisioningServer" : {
"port" : 9971 ,
"deviceGroup" : "mesh//xxxxxxxxxxxxxxxxxxxxx" ,
"newMebxPassword" : "amtpassword" ,
"trustedFqdn" : "sample.com" ,
"ip" : "192.168.1.1"
} ,
2022-07-06 23:34:04 -04:00
"_crowdsec" : {
"url" : "http://localhost:8080" ,
"apiKey" : "BOUNCER_API_KEY"
} ,
2020-06-15 16:08:46 -04:00
"_plugins" : { "enabled" : true }
2020-05-18 20:57:11 -04:00
} ,
"_domaindefaults" : {
"__comment__" : "Any settings in this section is used as default setting for all domains" ,
2020-06-15 16:08:46 -04:00
"title" : "MyDefaultTitle" ,
"footer" : "Default page footer" ,
"newAccounts" : false
2020-05-18 20:57:11 -04:00
} ,
2022-04-08 00:15:53 -04:00
"domains" : {
2020-05-18 20:57:11 -04:00
"" : {
2020-09-01 14:51:06 -04:00
"_siteStyle" : 2 ,
2020-06-15 16:08:46 -04:00
"title" : "MyServer" ,
"title2" : "Servername" ,
"_titlePicture" : "title-sample.png" ,
2020-09-03 05:19:17 -04:00
"_loginPicture" : "title-sample.png" ,
2022-06-20 07:25:03 -04:00
"_rootRedirect" : "https://www.youtube.com/watch?v=Gs069dndIYk" ,
"_mobileSite" : false ,
"_unknownUserRootRedirect" : "https://www.youtube.com/watch?v=2Q_ZzBGPdqE" ,
"_nightMode" : 1 ,
2020-06-15 16:08:46 -04:00
"_userQuota" : 1048576 ,
"_meshQuota" : 248576 ,
2022-07-15 17:23:01 -04:00
"_loginKey" : [ "abc" , "123" ] ,
"_agentKey" : [ "abc" , "123" ] ,
2022-06-20 07:25:03 -04:00
"_ipkvm" : false ,
2020-06-15 16:08:46 -04:00
"minify" : true ,
"_newAccounts" : true ,
2022-07-15 17:23:01 -04:00
"_newAccountsUserGroups" : [ "ugrp//xxxxxxxxxxxxxxxxx" ] ,
2020-06-15 16:08:46 -04:00
"_userNameIsEmail" : true ,
2022-07-15 17:23:01 -04:00
"_newAccountEmailDomains" : [ "sample.com" ] ,
"_newAccountsRights" : [ "nonewgroups" , "notools" ] ,
2020-06-15 16:08:46 -04:00
"_welcomeText" : "Sample Text on Login Page." ,
"_welcomePicture" : "mainwelcome.jpg" ,
2021-05-10 15:53:49 -04:00
"_welcomePictureFullScreen" : false ,
2021-01-25 03:04:43 -05:00
"_meshMessengerTitle" : "MeshMessenger" ,
"_meshMessengerPicture" : "messenger.png" ,
2021-07-27 04:09:59 -04:00
"___hide__" : "Sum of: 1 = Hide header, 2 = Hide tab, 4 = Hide footer, 8 = Hide title, 16 = Hide left bar, 32 = Hide back buttons" ,
2020-06-15 16:08:46 -04:00
"_hide" : 4 ,
"_footer" : "<a href='https://twitter.com/mytwitter'>Twitter</a>" ,
2020-12-22 02:32:50 -05:00
"_loginfooter" : "This is a private server." ,
2022-06-20 07:25:03 -04:00
"_allowSavingDeviceCredentials" : false ,
"_guestDeviceSharing" : false ,
"_AutoRemoveInactiveDevices" : 37 ,
"_DeviceSearchBarServerAndClientName" : false ,
"_agentSelfGuestSharing" : {
2022-07-15 17:23:01 -04:00
"expire" : 120
2021-02-04 21:37:38 -05:00
} ,
2022-07-15 17:23:01 -04:00
"_certUrl" : "https://192.168.2.106:443/" ,
"_altMessenging" : [
{
"name" : "Jitsi" ,
"url" : "https://meet.jit.si/myserver-{0}" ,
"localurl" : "https://meet.jit.si/myserver-local-{0}" ,
"type" : "device"
} ,
{
"name" : "Jitsi" ,
"url" : "https://meet.jit.si/myserver-{0}-{1}-{2}-{3}" ,
"localurl" : "https://meet.jit.si/myserver-local-{0}-{1}-{2}-{3}" ,
"type" : "user"
}
] ,
2021-02-24 20:48:03 -05:00
"_deviceMeshRouterLinks" : {
"rdp" : true ,
"ssh" : true ,
"scp" : true ,
"extralinks" : [
{
"name" : "HTTP" ,
"protocol" : "http" ,
2021-02-25 15:31:03 -05:00
"port" : 80 ,
2021-03-04 20:03:25 -05:00
"_ip" : "192.168.1.100" ,
2022-07-15 17:23:01 -04:00
"_filter" : [ "mesh/(domainid)/(meshid)" , "node/(domainid)/(nodeid)" ]
2021-02-24 20:48:03 -05:00
} ,
{
"name" : "HTTPS" ,
"protocol" : "https" ,
"port" : 443
}
]
} ,
2021-11-08 14:45:45 -05:00
"PreconfiguredRemoteInput" : [
{
2022-06-20 07:25:03 -04:00
"name" : "CompanyUrl" ,
2021-11-08 14:45:45 -05:00
"value" : "https://help.mycompany.com/"
} ,
{
"name" : "Any Text" ,
"value" : "Any text\r"
} ,
{
"name" : "Welcome" ,
"value" : "Default welcome text"
}
2022-06-20 07:25:03 -04:00
] ,
2020-09-28 16:28:08 -04:00
"myServer" : {
"Backup" : false ,
"Restore" : false ,
"Upgrade" : false ,
"ErrorLog" : false ,
"Console" : false ,
"Trace" : false
} ,
2020-06-15 16:08:46 -04:00
"_passwordRequirements" : {
2020-06-15 09:37:53 -04:00
"min" : 8 ,
"max" : 128 ,
"upper" : 1 ,
"lower" : 1 ,
"numeric" : 1 ,
"nonalpha" : 1 ,
"reset" : 90 ,
"force2factor" : true ,
2020-08-16 16:44:54 -04:00
"skip2factor" : "127.0.0.1,192.168.2.0/24" ,
"oldPasswordBan" : 5 ,
2021-07-24 18:14:21 -04:00
"banCommonPasswords" : false ,
"twoFactorTimeout" : 300
2020-06-15 09:37:53 -04:00
} ,
2020-09-30 19:59:34 -04:00
"_twoFactorCookieDurationDays" : 30 ,
2020-06-15 16:08:46 -04:00
"_agentInviteCodes" : true ,
"_agentNoProxy" : true ,
"_geoLocation" : true ,
2020-06-09 15:03:30 -04:00
"_novnc" : false ,
2020-06-13 08:41:53 -04:00
"_mstsc" : true ,
2021-04-30 01:51:22 -04:00
"_ssh" : true ,
2020-07-10 13:33:41 -04:00
"_WebEmailsPath" : "/myserver/email-templates" ,
2020-06-13 08:41:53 -04:00
"_consentMessages" : {
2020-06-15 16:08:46 -04:00
"title" : "MeshCentral" ,
"desktop" : "{0} requesting remote desktop access. Grant access?" ,
"terminal" : "{0} requesting remote terminal access. Grant access?" ,
2022-02-22 15:32:49 -05:00
"files" : "{0} requesting remote files access. Grant access?" ,
"consentTimeout" : 30 ,
"autoAcceptOnTimeout" : false
2020-06-13 08:41:53 -04:00
} ,
2020-06-13 14:36:50 -04:00
"_notificationMessages" : {
2020-06-15 16:08:46 -04:00
"title" : "MeshCentral" ,
"desktop" : "{0} started a remote desktop session." ,
"terminal" : "{0} started a remote terminal session." ,
"files" : "{0} started a remote files session."
2020-06-13 14:36:50 -04:00
} ,
2021-06-27 14:21:13 -04:00
"_agentCustomization" : {
2022-04-08 12:00:10 -04:00
"displayName" : "Company® Product™" ,
"description" : "Company® Product™ agent for remote monitoring, management and assistance." ,
"companyName" : "Company®" ,
"serviceName" : "companyagent" ,
2022-01-18 16:34:10 -05:00
"image" : "agent-logo.png" ,
2020-12-19 20:21:42 -05:00
"fileName" : "compagnyagent"
2020-11-11 19:28:56 -05:00
} ,
2022-06-20 15:03:23 -04:00
"_agentFileInfo" : {
2022-08-10 16:12:59 -04:00
"icon" : "agent.ico" ,
2022-08-04 04:47:36 -04:00
"filedescription" : "sample_filedescription" ,
"fileversion" : "0.1.2.3" ,
"internalname" : "sample_internalname" ,
"legalcopyright" : "sample_legalcopyright" ,
"originalfilename" : "sample_originalfilename" ,
"productname" : "sample_productname" ,
"productversion" : "v0.1.2.3"
2022-06-20 15:03:23 -04:00
} ,
2021-06-27 14:21:13 -04:00
"_assistantCustomization" : {
2022-04-08 12:00:10 -04:00
"title" : "Company® Product™" ,
2021-06-27 14:21:13 -04:00
"image" : "assistant-logo.png" ,
"fileName" : "compagny"
} ,
"_androidCustomization" : {
2022-04-08 12:00:10 -04:00
"title" : "Company® Product™" ,
"subtitle" : "Product Subtitle™" ,
2021-06-27 14:21:13 -04:00
"image" : "assistant-logo.png"
} ,
2020-06-15 16:08:46 -04: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" ,
"___userSessionIdleTimeout__" : "Number of user idle minutes before auto-disconnect" ,
"_userSessionIdleTimeout" : 30 ,
2020-11-27 12:23:03 -05:00
"userConsentFlags" : {
"desktopnotify" : true ,
"terminalnotify" : true ,
"filenotify" : true ,
"desktopprompt" : true ,
"terminalprompt" : true ,
"fileprompt" : true ,
"desktopprivacybar" : true
} ,
2020-06-15 16:08:46 -04:00
"_urlSwitching" : false ,
2021-02-22 02:23:15 -05:00
"_desktopPrivacyBarText" : "Privacy bar: {0}, {1}" ,
2020-06-15 16:08:46 -04:00
"_limits" : {
"_maxDevices" : 100 ,
"_maxUserAccounts" : 100 ,
"_maxUserSessions" : 100 ,
"_maxAgentSessions" : 100 ,
"maxSingleUserSessions" : 10
2020-05-18 20:57:11 -04:00
} ,
2021-08-19 17:10:03 -04:00
"_terminal" : {
"_linuxshell" : "login" ,
"launchCommand" : {
"linux" : "clear\necho \"Hello Linux\"\n" ,
"darwin" : "clear\necho \"Hello MacOS\"\n" ,
"freebsd" : "clear\necho \"Hello FreeBSD\"\n"
}
} ,
2020-06-19 13:37:55 -04:00
"_amtScanOptions" : [
2020-06-20 19:27:31 -04:00
"LabNetwork 192.168.15.0/23" ,
"SalesNetwork 192.168.8.0/24"
2020-06-19 13:37:55 -04:00
] ,
2020-06-15 16:08:46 -04:00
"_amtAcmActivation" : {
2020-05-18 20:57:11 -04:00
"log" : "amtactivation.log" ,
"certs" : {
"mycertname" : {
2022-06-20 07:25:03 -04:00
"certfiles" : [
"amtacm-leafcert.crt" ,
"amtacm-intermediate1.crt" ,
"amtacm-intermediate2.crt" ,
"amtacm-rootcert.crt"
] ,
2020-05-18 20:57:11 -04:00
"keyfile" : "amtacm-leafcert.key"
}
}
} ,
2020-10-22 22:56:32 -04:00
"_amtManager" : {
2022-07-15 17:23:01 -04:00
"adminAccounts" : [
{
"user" : "admin" ,
"pass" : "MyP@ssw0rd"
}
] ,
2022-06-20 07:25:03 -04:00
"environmentDetection" : [
"domain1.com" ,
"domain2.com" ,
"domain3.com" ,
"domain4.com"
] ,
2020-10-22 22:56:32 -04:00
"wifiProfiles" : [
{
"name" : "Profile1" ,
"ssid" : "MyStation1" ,
"authentication" : "wpa2-psk" ,
"encryption" : "ccmp-aes" ,
"password" : "MyP@ssw0rd"
}
]
} ,
2020-06-15 16:08:46 -04:00
"_redirects" : {
2020-05-18 20:57:11 -04:00
"meshcommander" : "https://www.meshcommander.com/"
} ,
2020-06-15 09:37:53 -04:00
"_yubikey" : {
"id" : "0000" ,
"secret" : "xxxxxxxxxxxxxxxxxxxxx" ,
"_proxy" : "http://myproxy.domain.com:80"
} ,
2020-06-15 16:08:46 -04:00
"_httpHeaders" : {
2020-05-18 20:57:11 -04:00
"Strict-Transport-Security" : "max-age=360000" ,
2021-01-15 20:05:29 -05:00
"x-frame-options" : "SAMEORIGIN"
2020-05-18 20:57:11 -04:00
} ,
2022-07-15 17:23:01 -04:00
"_agentConfig" : [ "webSocketMaskOverride=1" , "coreDumpEnabled=1" ] ,
"_assistantConfig" : [ "disableUpdate=1" ] ,
2020-06-15 16:08:46 -04:00
"_sessionRecording" : {
2021-08-26 15:42:09 -04:00
"_onlySelectedUsers" : true ,
2021-09-13 19:19:30 -04:00
"_onlySelectedUserGroups" : true ,
2020-09-29 18:02:33 -04:00
"_onlySelectedDeviceGroups" : true ,
2020-05-18 20:57:11 -04:00
"_filepath" : "C:\\temp" ,
"_index" : true ,
"_maxRecordings" : 10 ,
2022-03-02 13:04:16 -05:00
"_maxRecordingDays" : 15 ,
2020-05-18 20:57:11 -04:00
"_maxRecordingSizeMegabytes" : 3 ,
2021-04-11 20:36:22 -04:00
"__protocols__" : "Is an array: 1 = Terminal, 2 = Desktop, 5 = Files, 100 = Intel AMT WSMAN, 101 = Intel AMT Redirection, 200 = Messenger" ,
2022-07-15 17:23:01 -04:00
"protocols" : [ 1 , 2 , 101 ]
2020-05-18 20:57:11 -04:00
} ,
"_authStrategies" : {
2020-06-15 09:37:53 -04:00
"__comment__" : "This section is used to allow users to login using other accounts. You will need to get an API key from the services and register callback URL's" ,
2020-05-18 20:57:11 -04:00
"twitter" : {
2020-05-27 04:17:03 -04:00
"_callbackurl" : "https://server/auth-twitter-callback" ,
2020-05-24 03:04:49 -04:00
"newAccounts" : true ,
2022-07-15 17:23:01 -04:00
"_newAccountsUserGroups" : [ "ugrp//xxxxxxxxxxxxxxxxx" ] ,
2020-05-18 20:57:11 -04:00
"clientid" : "xxxxxxxxxxxxxxxxxxxxxxx" ,
"clientsecret" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
} ,
"google" : {
2020-05-27 04:17:03 -04:00
"_callbackurl" : "https://server/auth-google-callback" ,
2020-05-24 03:04:49 -04:00
"newAccounts" : true ,
2022-07-15 17:23:01 -04:00
"_newAccountsUserGroups" : [ "ugrp//xxxxxxxxxxxxxxxxx" ] ,
2020-05-18 20:57:11 -04:00
"clientid" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com" ,
"clientsecret" : "xxxxxxxxxxxxxxxxxxxxxxx"
} ,
"github" : {
2020-05-27 04:17:03 -04:00
"_callbackurl" : "https://server/auth-github-callback" ,
2020-05-24 03:04:49 -04:00
"newAccounts" : true ,
2022-07-15 17:23:01 -04:00
"_newAccountsUserGroups" : [ "ugrp//xxxxxxxxxxxxxxxxx" ] ,
2020-05-18 20:57:11 -04:00
"clientid" : "xxxxxxxxxxxxxxxxxxxxxxx" ,
"clientsecret" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
} ,
"reddit" : {
2020-05-27 04:17:03 -04:00
"_callbackurl" : "https://server/auth-reddit-callback" ,
2020-05-24 03:04:49 -04:00
"newAccounts" : true ,
2022-07-15 17:23:01 -04:00
"_newAccountsUserGroups" : [ "ugrp//xxxxxxxxxxxxxxxxx" ] ,
2020-05-18 20:57:11 -04:00
"clientid" : "xxxxxxxxxxxxxxxxxxxxxxx" ,
"clientsecret" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
2020-05-20 03:39:17 -04:00
} ,
2020-05-24 03:04:49 -04:00
"azure" : {
2020-05-27 04:17:03 -04:00
"_callbackurl" : "https://server/auth-azure-callback" ,
2020-05-24 03:04:49 -04:00
"newAccounts" : true ,
2022-07-15 17:23:01 -04:00
"_newAccountsUserGroups" : [ "ugrp//xxxxxxxxxxxxxxxxx" ] ,
2020-05-24 03:04:49 -04:00
"clientid" : "00000000-0000-0000-0000-000000000000" ,
"clientsecret" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" ,
"tenantid" : "00000000-0000-0000-0000-000000000000"
} ,
2020-05-20 03:39:17 -04:00
"jumpcloud" : {
2020-05-27 04:17:03 -04:00
"_callbackurl" : "https://server/auth-jumpcloud-callback" ,
2020-05-24 03:04:49 -04:00
"newAccounts" : true ,
2022-07-15 17:23:01 -04:00
"_newAccountsUserGroups" : [ "ugrp//xxxxxxxxxxxxxxxxx" ] ,
2020-05-20 03:39:17 -04:00
"entityid" : "meshcentral" ,
"idpurl" : "https://sso.jumpcloud.com/saml2/saml2" ,
"cert" : "jumpcloud-saml.pem"
} ,
"saml" : {
2020-05-27 04:17:03 -04:00
"_callbackurl" : "https://server/auth-saml-callback" ,
2020-05-28 20:03:40 -04:00
"_disableRequestedAuthnContext" : true ,
2020-05-24 03:04:49 -04:00
"newAccounts" : true ,
2022-07-15 17:23:01 -04:00
"_newAccountsUserGroups" : [ "ugrp//xxxxxxxxxxxxxxxxx" ] ,
"_newAccountsRights" : [ "nonewgroups" , "notools" ] ,
2020-05-20 03:39:17 -04:00
"entityid" : "meshcentral" ,
"idpurl" : "https://server/saml2" ,
"cert" : "saml.pem"
2022-04-06 12:41:56 -04:00
} ,
"oidc" : {
2022-04-08 00:15:53 -04:00
"authorizationURL" : "https://sso.server.com/api/oidc/authorization" ,
"callbackURL" : "https://mesh.server.com/oidc-callback" ,
2022-04-06 12:41:56 -04:00
"clientid" : "00000000-0000-0000-0000-000000000000" ,
"clientsecret" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" ,
2022-04-08 00:15:53 -04:00
"issuer" : "https://sso.server.com" ,
"tokenURL" : "https://sso.server.com/api/oidc/token" ,
"userInfoURL" : "https://sso.server.com/api/oidc/userinfo" ,
"logoutURL" : "https://sso.server.com/logout" ,
"newAccounts" : true
2020-05-18 20:57:11 -04:00
}
}
} ,
"_customer1" : {
2020-06-15 16:08:46 -04:00
"_dns" : "customer1.myserver.com" ,
"_title" : "Customer1" ,
"_title2" : "TestServer" ,
"_newAccounts" : 1 ,
"_auth" : "sspi" ,
"__auth" : "ldap" ,
2020-05-18 20:57:11 -04:00
"_LDAPUserName" : "gecos" ,
"_LDAPUserKey" : "uid" ,
"_LDAPUserEmail" : "otherMail" ,
"_LDAPPptions" : {
2020-06-15 16:08:46 -04:00
"url" : "test" ,
2020-05-18 20:57:11 -04:00
"anne" : {
"gecos" : "Anne O'Nyme" ,
"displayName" : "O Nyme anne" ,
"uid" : "anneonyme" ,
"mail" : "anneonyme@example.com" ,
"email" : "anneonyme@example.com" ,
2022-07-15 17:23:01 -04:00
"otherMail" : [ "other.anneonyme@example.com" , "anneonyme@example.com" ]
2020-05-18 20:57:11 -04:00
} ,
"so" : {
"displayName" : "Sticker Sophie" ,
"gecos" : "Sophie Sticker" ,
"uid" : "ssticker" ,
"mail" : "ssticker@example.com" ,
"email" : "ssticker@example.com" ,
2022-07-15 17:23:01 -04:00
"otherMail" : [ "other.ssticker@example.com" , "ssticker@example.com" ]
2020-05-18 20:57:11 -04:00
}
} ,
"__LDAPOptions" : {
"URL" : "ldap://1.2.3.4:389" ,
"BindDN" : "CN=svc_meshcentral,CN=Users,DC=meshcentral,DC=local" ,
"BindCredentials" : "Password.1" ,
"SearchBase" : "DC=meshcentral,DC=local" ,
"SearchFilter" : "(sAMAccountName={{username}})"
} ,
2020-06-15 16:08:46 -04:00
"_footer" : "Test" ,
"_certUrl" : "https://192.168.2.106:443/"
2020-05-18 20:57:11 -04:00
} ,
"_info" : {
"_share" : "C:\\ExtraWebSite"
}
} ,
"_letsencrypt" : {
"__comment__" : "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before trying Let's Encrypt." ,
"email" : "myemail@myserver.com" ,
"names" : "myserver.com,customer1.myserver.com" ,
2021-11-25 00:39:02 -05:00
"skipChallengeVerification" : false ,
2020-05-18 20:57:11 -04:00
"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" ,
"__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-12-16 17:55:22 -05:00
"_sendgrid" : {
"from" : "myemail@myserver.com" ,
"apikey" : "***********"
} ,
2021-11-25 13:34:21 -05:00
"_sendmail" : {
"newline" : "unix" ,
"path" : "/usr/sbin/sendmail" ,
2022-07-15 17:23:01 -04:00
"_args" : [ "-f" , "foo@example.com" ]
2021-11-25 13:34:21 -05:00
} ,
2020-05-18 20:57:11 -04:00
"_sms" : {
"provider" : "twilio" ,
"sid" : "ACxxxxxxxxx" ,
"auth" : "xxxxxxx" ,
"from" : "+1-555-555-5555"
} ,
"__sms" : {
2020-06-15 09:37:53 -04:00
"provider" : "plivo" ,
"id" : "xxxxxxx" ,
"token" : "xxxxxxx" ,
"from" : "1-555-555-5555"
2021-11-27 14:06:56 -05:00
} ,
"___sms" : {
"provider" : "telnyx" ,
"apikey" : "xxxxxxx" ,
"from" : "1-555-555-5555"
2020-05-18 20:57:11 -04:00
}
}