Synergy allows you to share one keyboard and mouse across multiple computers.
- Synergy license from https://symless.com/synergy
- Synergy RPM downloaded from your account
- Go to https://symless.com/synergy/downloads
- Log in with your account
- Download Linux RPM file
- Save to
~/Downloads/
cd ~/git/geckoforge
./scripts/setup-synergy.shThe script will:
- Install the Synergy RPM
- Configure firewall ports
- Set up auto-start service
- Launch Synergy for license entry
When Synergy launches:
- Enter your license key
- Choose client or server mode
- Configure as prompted
If this computer will use another computer's keyboard/mouse:
- Script prompts for server IP address
- Auto-start service is configured
- Log out and back in
- Client connects automatically
Status check:
systemctl --user status synergy-clientView logs:
journalctl --user -u synergy-client -fIf this computer will share its keyboard/mouse:
- Launch Synergy from app menu
- Go to Settings → Screen Layout
- Drag client screens to position
- Click "Start" to activate server
The following ports are opened automatically:
- 24800 - Main Synergy connection
- 24802 - Background service
- 24804 - Background service
Verify:
sudo firewall-cmd --list-portsTest server connectivity:
ping <server-ip>
telnet <server-ip> 24800Restart client service:
systemctl --user restart synergy-clientCheck firewall:
sudo firewall-cmd --list-portsSynergy 3 has experimental Wayland support. If you experience issues:
- Log out
- Select "Plasma (X11)" session
- Log back in
- Try Synergy again
If license won't activate:
- Check internet connection
- Verify license key is correct
- Contact Synergy support: https://symless.com/contact
If you don't have a Synergy license, consider Input Leap (FOSS alternative):
flatpak install flathub io.github.input_leap.input-leapInput Leap is free, has better Wayland support, and is compatible with Synergy server configurations.
- Synergy Help: https://help.symless.com/
- Purchase License: https://symless.com/synergy
- Downloads: https://symless.com/synergy/downloads
- Support: https://symless.com/contact