Open lexisman opened 2 years ago
I just updated to 1.0.60 and tested connecting to a variety of Windows 11 Pro desktops. I was able to connect and control them all as expected. Can you better describe what is happening on your end?
I can connect to the desktop of windows 11, it says connected but blank screen. I can connect to the terminal, I can see all the directories of the windows 11. It only happens with windows 11, with windows 10 and linux with desktop they are ok.
I did downgrade to the stable, then upgrade it back to 1.0.60, and it seems its working now. Weird. Thanks for your reply. though.
Sorry, I talked to fast, because the problem came back again with windows 11. Out of 4 windows11 agents only 1 has no issue in connecting and controlling the desktop. I'm confused. It connects to the desktop but the screen is frozen, nothing can be click on the desktop, it looks like a screen shot. However, with windows10 desktop no issues at all, with linux ubunto desktop no issues either, only with windows11 desktop.
Daft question, on the desktop tab, near the bottom should be a checkbox saying input
Is It checked or not?
If its not checked then its basically a view only mode
If its checked then its control mode
The text should really be changed at some point from input
to control device
I just had the same issue with Win 10 clients (all clients are Win10). MeshCentral is running on a Server 2019 Hyper-V VM. Upgraded from 1.0.53 to 1.0.60 from web UI. After that I could connect to a client but could issue no commands or take cursor control. Some machines would show a connection but nothing but a complete black screen. Failure was both thru web UI and Router. Config.json { "settings": { "cert": "myorg.org", "_minify": true, "webrtc": true }, "letsencrypt": { "email": "me@myorg.org", "names": "myorg.org", "rsaKeySize": 3072, "production": true },
"domains": {
} }
@Martin900t try removing the webrtc
option, as im aware from other issues, that webrtc is experimental and not 100% perfect
Daft question, on the desktop tab, near the bottom should be a checkbox saying
input
Is It checked or not? If its not checked then its basically a view only mode If its checked then its control mode The text should really be changed at some point frominput
tocontrol device
Yes, there is a check mark.
@Martin900t try removing the
webrtc
option, as im aware from other issues, that webrtc is experimental and not 100% perfect
I disabled the webrtc and it seems its working now for the Windows 11. I will continue to monitor it, without the webrtc.
I just updated to 1.0.60 and tested connecting to a variety of Windows 11 Pro desktops. I was able to connect and control them all as expected. Can you better describe what is happening on your end?
By the way, What OS do you use to access the agents? If I use linux ubuntu as the remote PC to access the agents, no issues at all with windows 11. It only happens when I use windows PC to access the agents.
I'm using Windows 11 Pro to access other devices. I also, at times, use Windows 10 Pro. In both cases it's typically using Microsoft Edge. But also Google Chrome.
I had the problem using Win 10 Pro on both the agent and control PC. I'm currently back to using 1.0.53 and won't be able to test again for a while.
By the way, What OS do you use to access the agents? If I use linux ubuntu as the remote PC to access the agents, no issues at all with windows 11. It only happens when I use windows PC to access the agents.
i mainly use my win 11 firefox to connect to a variety of machines, debian servers, win 7/10 pro, 11 home, server 2008 r2 - 2016 a nice variety i believe haha
i have also just got working my old acer chromebook running chrome os flex and that works great too for the remote support!
I had the problem using Win 10 Pro on both the agent and control PC. I'm currently back to using 1.0.53 and won't be able to test again for a while.
@Martin900t i would try as i said to @lexisman, remove the webrtc
option as it causes problems sometimes
(altho ive had it working in the past with devices that are locally but not remotely)
I had the problem using Win 10 Pro on both the agent and control PC. I'm currently back to using 1.0.53 and won't be able to test again for a while.
i would try as i said to @lexisman, remove the
webrtc
option as it causes problems sometimes (altho ive had it working in the past with devices that are locally but not remotely)
I did disabled webrtc, its working fine now. I just enabled it back again, the webrtc, then I use linux with desktop to access the agents since there is no issue with it. Thanks.
After changing "webrtc": true to "webrtc": false, then upgrading to 1.0.60, all looks good now. Thanks, si458.
had similar issue, since version 1.0.60. The desktop sharing was not working perfectly. Connection went well , but screen refresh was not working. Had to connect and disconnect again to see the screen updates. Strangely some groups with linux devices did not had this refresh issues, thought this was link to specific group. After disabling webrtc, remote control went well
I turn on the webrtc back, after updating all windows 11 to current updates from Microsoft, It is now controllable. However, I remember before version 1.0.60, that after connecting to Windows PC's, it will say that it is connected via webrtc, but now version 1.0.65, it doesn't show. Does it mean that the webrtc is now disabled by default? Please correct me if I am wrong with my observation.
Describe the bug I am not sure if I am the only one experiencing it, after updating to ver 1.0.60, the desktop control for Windows 11 agent failed. It will connect to the desktop of Windows 11, but failed to control it. I tried using chrome, opera, edge, all failed to control the windows 11 agent. Thanks.
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Server Software (please complete the following information):
Remote Device (please complete the following information):
Additional context I tried using Ubuntu Linux as the remote device and no issues at all in connecting and controlling Windows 11, windows 10, linux agents.
Your config.json file