Product: Synergy 1
Operating system: Windows, macOS, and Linux
Reinstalling is one of the first basic steps you can take when experiencing problems with configuring Synergy. Sometimes, there might be a file in the installation that has become corrupt or invalid. Reinstalling is often a simple way to resolve this issue.
Try this first: In Synergy 1.17.1 and above, there is an option to "Clear settings"
If using the option above does not help, or you are on an older version of Synergy follow steps outlined under 'manually removing configuration files'.
Windows
- Uninstall Synergy using “Add or remove programs” (or Apps & features).
- Click uninstall. You will see a message saying “This app and its related info will be uninstalled”. Click “Uninstall” again.
- The message on display will then say that the app will need to be closed, and you will be asked if you want the app to automatically close, select this option and follow the steps. It should take less than one minute to uninstall.
- To re-install Synergy run the downloaded installer .exe by double clicking on it.
Manually removing configuration files on Windows
- Run regedit and delete these registry keys (if they exist):
HKEY_CURRENT_USER\Software\Symless
HKEY_CURRENT_USER\Software\Synergy
HKEY_LOCAL_MACHINE\SOFTWARE\Synergy
- Delete these directories (if they exist):
C:\ProgramData\Synergy
C:\ProgramData\Symless
C:\ProgramData\Synergy v2
%USERPROFILE%\AppData\Roaming\Synergy%USERPROFILE%\AppData\Local\Synergy%USERPROFILE%\AppData\Local\Synergy%USERPROFILE%\AppData\Local\Symless- If using "All users" setting;
- Delete config folder for
Synergy.ini(orSystemConfig.ini), usually underC:\ProgramData\Synergyunless another directory has been specified - SystemConfig.ini (older versions), usually stored under
C:\Program Files\Synergy\SystemConfig.ini - Note: In this case, you will lose previously saved settings.
- Delete config folder for
- Reboot Windows to ensure that the hook DLL is completely unloaded.
- Install Synergy as you would normally.
- If you see the error "The feature you are trying to use is on a network resource that is unavailable", then try the Microsoft MSI troubleshooter
macOS
- Close the Synergy app if it's running via the system tray icon (top right)
- Delete the Synergy app from the Applications directory.
- If you get the message 'cannot remove because it is open, open the Terminal app, and run the following command:
sudo rm -rf /Applications/Synergy.app/
- Install Synergy again, as you would normally.
Manually removing configuration files on macOS
- Run these commands to remove the settings (don't worry if the files or directories don't exist);
rm -rf ~/Library/Preferences/Synergy
rm -rf ~/Library/Preferences/Symless
rm -rf ~/Library/Synergy
rm -rf ~/Library/Symless
rm ~/Library/Preferences/com.symless.Synergy.plist
rm ~/Library/Preferences/com.https-symless-com.Synergy.plist
rm ~/Library/Preferences/com.http-symless-com.Synergy.plist
- Run this command to unload the preferences:
killall -u $USER cfprefsd
-
Delete config folder
Synergy.ini(or SystemConfig.ini), in case used "All users" settings
Location example:usr/local/etc/Symless/Synergy.iniNote: In this case, you will lose previously saved settings.
- Install as you would normally.
- Sometimes the 'cfprefsd' command fails silently, so you may need to retry the reinstall steps.
Linux
- Remove the Synergy package using your package manager (apt, dpkg, yum etc.)
- Example Ubuntu using apt:
sudo apt remove synergy
- Install Synergy again as you would normally.
Manually removing configuration files on Linux
- Run these commands to remove your settings (don't worry if the dirs doesn't exist):
rm -rf ~/.config/Symless/
rm -rf ~/.config/Synergy/
rm -rf ~/.synergy/
rm -rf ~/.symless/
-
Delete config folder Synergy.ini (or SystemConfig.ini), in case used "All users" settings
Location example:usr/local/etc/Symless/Synergy.iniNote: In this case, you will lose previously saved settings.