mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
[GH-ISSUE #321] [Windows client + Linux Server] lan-mouse doesn't work at all #171
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#171
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @daniel-pg on GitHub (Oct 1, 2025).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/321
I have a Linux desktop (server) where my primary mouse+keyboard are attached to, and a Windows laptop (client) that I want to control remotely. Both are connected to the same router on the same LAN. I then perform these steps:
ipconfig /allhostnamefield, and enable the connection.WARN lan_mouse::server::emulation_task] ignoring events from client <server_lan_ip>:4242.What puzzles me is why the log said it is ignoring inputs from the client when it should be the server that sends the inputs (unless in lan-mouse it is the opposite of Deskflow and Input-Leap)
Note: If I try to type the computer name in the hostname field literally (i.e.
my-laptop) instead of the IP, nothing happens and a yellow icon appears saying "No ip addresses associated with this client".Linux system info:
@F1st3K commented on GitHub (Oct 7, 2025):
I was this problem, workaround for me:
create powershell script, its run daemon windows client, and rerun it by error:
@feschber commented on GitHub (Oct 7, 2025):
For encryption and the "incoming connections" section, you will need to use the pre-release version (which I recommend!).
Otherwise, it won't work.
And yes, your assumption is correct that the server is the device, to which mouse and keyboard are attached to (the one controlling other devices), opposite to deskflow / input-leap.
Technically every device is a server by default with lan-mouse, where the server is the device receiving inputs.