Share your keyboard and mouse with other computers with Synergy

synergy-mouse-and-keyboard-sharing

When you have more than one team the need to work with more than one computer often arises, whatever the task it takes to work with your keyboard and mouse on each computer separately. When you are at the office, work, school or even at home this work can be a bit tedious.

Esto mainly because you have to move to one side to another even that the most practical thing would be to have the computers together not many times this is possible, especially when it comes to common computers and not laptops.

Although the most practical thing is to connect the equipment by remote session, this entails having to allocate a part of your screen and is not usually the most ideal if you have the equipment at a safe distance.

This is where an application comes in to support us that I have used for several years and that will allow us to share a keyboard and mouse with several computers at the same time.

Application the one I'm talking about is Synergy, is a software that allows you to share a keyboard and mouse between multiple computers without the need for any additional hardware. It is also capable of sharing the clipboard between different machines from one to another.

Synergy is a cross-platform and open source application, is licensed under the GNU General Public License. This application gives us the way to be able to integrate into computers that run on different operating systems, such as Unix, GNU / Linux, Macintosh and Windows.

How to install Syngery on Linux?

Application was found within the repositories of almost most distributions, but because its creators had made the decision to limit the distribution of compiled packages, the only way to obtain it was by paying for the application.

This led to the discontent of many, which is why some distributions remove the package from their repositories.

Application we can get it for free from the official website of the project, pbut we must register to be able to obtain the compiled package, in addition to the fact that the version that it offers us is not the most recent, but it is stable.

In the case of Debian, Ubuntu and derivatives provide us with the application compiled in deb format, we just have to download and install it with our preferred package manager.

Synergy

In the case of Fedora, CentOS, Red Hat, openSUSE and any distribution that has support for rpm packages, we can also obtain the package already compiled to install it with our preferred package manager.

Finally, we can also download the source code of the application to compile it on our computer.

To do this, we open a terminal and execute the following commands:

git clone https://github.com/symless/synergy-core.git
cd synergy-core
mkdir build
cd build
cmake ..
make

How to configure Synergy?

Once the installation is done on our computer, we must look for it in our applications menu and open Synergy.

When opening it the first time and for the only time a configuration wizard will be executed which is intuitive, basically The program will ask us if we want to configure the machine that we will use as a server or as a client.

The server is the main machine, the one that will share the use of mouse and keyboard with the other computers. It will also ask for a serial, which is provided at registration and can be viewed in your account.

Now they only have to configure the equipment, they must have Synergy installed on all the equipment that will be used with this function.

synergy-2

 configure server

Inside a sale will be displayed and there will be an image of a monitor and another in the center type grid there, that is to say that the monitor in the center is the server and we only have to drag the image of the monitor from the upper right to represent the customers that they connect.

synergy-1

The name of the screen must be configured in the other equipment in the menu> edit> options.

Finally, the server computer provides you with an IP which must be entered in the clients.

If you know of any other application to share the keyboard and mouse, do not hesitate to share it with us in the comments.


Leave a Comment

Your email address will not be published. Required fields are marked with *

*

*

  1. Responsible for the data: AB Internet Networks 2008 SL
  2. Purpose of the data: Control SPAM, comment management.
  3. Legitimation: Your consent
  4. Communication of the data: The data will not be communicated to third parties except by legal obligation.
  5. Data storage: Database hosted by Occentus Networks (EU)
  6. Rights: At any time you can limit, recover and delete your information.

  1.   Eduardo said

    Free is over.
    Now they charge you: ~ (

    1.    David yeshael said

      It is still free, as I mentioned you must register and they offer you a past version, the free version is 1.9 while at the moment the most current is 2.10.

  2.   linuxcuba said

    I have already registered and it is not possible to download the application requires an equal payment.

    1.    David yeshael said

      It's weird, I haven't paid anything, the other option is compiling from source code, that is available to everyone: https://github.com/symless/synergy-core/wiki/Compiling#Ubuntu_1004_to_1510

  3.   Eduardo said

    ** Excellent tool !!!

    For half novices like me ...

    1) Download the version for windows from this link

    https://sourceforge.net/projects/synergy-stable-builds/

    2) In Linux Mint (in my case) search for "Synergy" in the Software Manager

    3) Configure Server and Client.

    In Client put IP of the server (Autocionfig did not work for me)

    To do the same between Windows machines (searching my work) I found "Microsoft Garage: Mouse Without Borders"

    Thanks David for the note !!!