You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When activating the Automatic Clipboard Send feature while connected to a W11 24H2 Remote system, it works only in one direction Host --> Remote and not the other way around.
To Reproduce
Steps to reproduce the behavior:
Remote access another Windows 11 24H2 System via the Windows Router executable.
Select any kind of text on the Screen (for example in Notepad)
Press CTRL+C
Go to your local PC into Notepad and press CTRL+V. Nothing (or whatever was in your local Clipboard) gets pasted and not what you copied from the Remote system.
Expected behavior
I would expect that the automatic Clipboard works in both ways.
What does work both ways is, when disabling the automatic feature and use the 2 buttons in the Router Window to send / receive the clipboard.
Server Software (please complete the following information):
OS: Ubuntu Server 22.04.5 LTS
Virtualization: Docker Image ghcr.io/ylianst/meshcentral:1.1.32
Network: Both testsystems are on the same Network (LAN), but Meshcentral runs through Traefik and I am using Hybrid mode
Version: 1.1.32
Node: 20.15.1
Client Device (please complete the following information):
Device: PC
OS: Windows 11 23H2
Network: LAN (Source PC) to VLAN (Traefik + Meshcentral) to LAN (Destination PC)
Browser: Microsoft Edge and Vivaldi
MeshCentralRouter Version: 1.8.9021
Remote Device (please complete the following information):
Device: VM under XCP-ng
OS: Windows 11 24H2
Network: LAN
Current Core Version: Dec 9 2022, 1874374695
Additional context
Add any other context about the problem here.
Describe the bug
When activating the Automatic Clipboard Send feature while connected to a W11 24H2 Remote system, it works only in one direction Host --> Remote and not the other way around.
To Reproduce
Steps to reproduce the behavior:
Remote access another Windows 11 24H2 System via the Windows Router executable.
Select any kind of text on the Screen (for example in Notepad)
Press CTRL+C
Go to your local PC into Notepad and press CTRL+V. Nothing (or whatever was in your local Clipboard) gets pasted and not what you copied from the Remote system.
Expected behavior
I would expect that the automatic Clipboard works in both ways.
What does work both ways is, when disabling the automatic feature and use the 2 buttons in the Router Window to send / receive the clipboard.
Server Software (please complete the following information):
OS: Ubuntu Server 22.04.5 LTS
Virtualization: Docker Image ghcr.io/ylianst/meshcentral:1.1.32
Network: Both testsystems are on the same Network (LAN), but Meshcentral runs through Traefik and I am using Hybrid mode
Version: 1.1.32
Node: 20.15.1
Client Device (please complete the following information):
Device: PC
OS: Windows 11 23H2
Network: LAN (Source PC) to VLAN (Traefik + Meshcentral) to LAN (Destination PC)
Browser: Microsoft Edge and Vivaldi
MeshCentralRouter Version: 1.8.9021
Remote Device (please complete the following information):
Device: VM under XCP-ng
OS: Windows 11 24H2
Network: LAN
Current Core Version: Dec 9 2022, 1874374695
Additional context
Add any other context about the problem here.
Your config.json file
{
"$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json",
"settings": {
"Cert": "meshcentral.my.domain",
"plugins":{"enabled": false},
"_mongoDb": null,
"cert": "localhost",
"_WANonly": true,
"_LANonly": true,
"_sessionKey": "redacted",
"port": 443,
"aliasPort": 443,
"redirPort": 80,
"redirAliasPort": 80,
"AgentPong": 300,
"TLSOffload": true,
"SelfUpdate": false,
"AllowFraming": false,
"Minify": 1,
"WebRTC": true
},
"domains": {
"": {
"title": "MyLab",
"title2": "Meshcentral",
"minify": true,
"NewAccounts": false,
"localSessionRecording": false,
"_userNameIsEmail": true,
"certUrl": "meshcentral.my.domain",
"allowedOrigin": [ "meshcentral.my.domain" ]
}
},
"_letsencrypt": {
"comment": "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before>",
"_email": "[email protected]",
"_names": "myserver.mydomain.com",
"production": false
}
}
The text was updated successfully, but these errors were encountered: