Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic Clipboard only works in one direction #103

Open
kladderadeng opened this issue Nov 3, 2024 · 0 comments
Open

Automatic Clipboard only works in one direction #103

kladderadeng opened this issue Nov 3, 2024 · 0 comments

Comments

@kladderadeng
Copy link

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
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant