由於之前試的guacamole會一直當几斷線
今天找看看 meshcentrel能不能錄影
有提供
不過要修改 config.json
路徑在 meshcentral-data/config/json
範例如下
{
"$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json",
"settings": {
"cert": "10.0.0.1",
"WANonly": true,
"_LANonly": true,
"sessionKey": "MyReallySecretPassword1",
"port": 443,
"aliasPort": 443,
"redirPort": 80,
"redirAliasPort": 80
},
"domains": {
"": {
"title": "MyServer",
"title2": "Servername",
"minify": true,
"newAccounts": true,
"userNameIsEmail": true,
"SessionRecording": {
"_onlySelectedUsers": true,
"_onlySelectedUserGroups": true,
"onlySelectedDeviceGroups": true,
"filepath": "/tmp/",
"index": true,
"protocols": [1, 2 ],
"_maxRecordings": 100,
"maxRecordingDays": 180,
"maxRecordingSizeMegabytes": 1024
}
}
},
"_letsencrypt": {
"email": "myemail@mydomain.com",
"names": "myserver.mydomain.com",
"skipChallengeVerification": true,
"production": false
}
}