Replies: 5 comments
-
What application is it that is showing up black? Some applications utilize security features to prevent viewing from remote access. I'm wondering if that's the case here? My other guess would be the video driver on the remote device. |
Beta Was this translation helpful? Give feedback.
-
i agree with @PathfinderNetworks |
Beta Was this translation helpful? Give feedback.
-
The application is star Money. It is a banking software for managing multiple bank accounts. Is it then possible to view these via RDP? I cant Connect by RDP because Windows 11 Home. |
Beta Was this translation helpful? Give feedback.
-
@Pallaroid oh right yes the chances are they have security in place that detects things like remote control software, |
Beta Was this translation helpful? Give feedback.
-
the only other thing you can try is customise the meshagent like change its name, company, image, etc... https://ylianst.github.io/MeshCentral/meshcentral/customization/#agent-branding |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
I have the problem that with some applications I only get a black screen. Unfortunately, the rest is still visible. Only the application itself is not visible or is a black window
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I want to see all window/application. Many windows work but some do not
Screenshots
Server Software (please complete the following information):
Client Device (please complete the following information):
Remote Device (please complete the following information):
Additional context
Your config.json file
{
"$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json",
"comment1": "This is a simple 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 >",
"comment2": "See node_modules/meshcentral/sample-config-advanced.json for a more advanced example.",
"settings": {
"cert": "XXX",
"WANonly": true,
"_LANonly": true,
"_sessionKey": "MyReallySecretPassword1",
"port": 443,
"_aliasPort": 443,
"redirPort": 80,
"_redirAliasPort": 80
},
"domains": {
"": {
"title": "XXX Remote Management",
"footer": "XXX",
"_minify": true,
"_newAccounts": true,
"_userNameIsEmail": true,
"agentCustomization": {
"displayName": "XXX Remote Management",
"description": "XXX Remote Management",
"companyName": "XXX Remote Management",
"serviceName": "XXX",
"fileName": "XXX",
"image": "agent-logo.png",
"icon": "agent_icon.ico",
"installText": "XXX",
"_foregroundColor": "100,54,105",
"backgroundColor": "128,128,128"
}
}
},
"letsencrypt": {
"comment": "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before trying Let's Encrypt.",
"email": "XXX",
"names": "XXX",
"_skipChallengeVerification": true,
"production": true
},
"smtp": {
"host": "XXX",
"port": XXX,
"from": "XXX",
"user": "XXX",
"pass": "XXX",
"tls": false
}
}
Beta Was this translation helpful? Give feedback.
All reactions