EverydayTech Platform - Developer Reference
Complete Source Code Documentation - All Applications
Loading...
Searching...
No Matches
meshcentral-config.json
Go to the documentation of this file.
1{
2 "settings": {
3 "cert": "mesh.everydaytech.au",
4 "WANonly": true,
5 "minify": true,
6 "sessionTime": 30,
7 "sessionKey": "CHANGE_THIS_TO_RANDOM_STRING",
8 "allowFraming": true,
9 "agentPing": 35,
10 "agentPong": 300,
11 "allowHighQualityDesktop": true,
12 "desktopMultiplex": true,
13 "userAllowedIP": "0.0.0.0/0",
14 "agentAllowedIP": "0.0.0.0/0"
15 },
16 "domains": {
17 "": {
18 "title": "EverydayTech RMM",
19 "title2": "Remote Management",
20 "newAccounts": false,
21 "certUrl": "https://mesh.everydaytech.au:443/",
22 "geoLocation": true,
23 "novnc": true,
24 "mstsc": true,
25 "ssh": true,
26 "userNameIsEmail": false,
27 "footer": "<a href='https://everydaytech.au'>EverydayTech</a>",
28 "userAllowedIP": "0.0.0.0/0",
29 "agentConfig": [
30 "compression=true"
31 ]
32 }
33 }
34}