Reemo Agent Installation

The Reemo Agent or Reemo Service is the executable to install on your remote computers to enjoy Reemo’s low latency desktop streaming technology.

Note

Before installing the Reemo Agent, ensure that you have:

  • A personal, studio or API Key to link the computer to your account/organization/api after installation.

  • Administrator priviledges on the target computer.

Windows

Navigate to the following URL: https://reemo.io/download and click on the Download Button

_images/reemo-download.png

Retrieve your personal key from the Reemo Portal

_images/personal-key.png

At the end of the installation, enter your personal key when asked and click on Validate

_images/personal-key-windows.png

Your computer will appear in your computers list on the Reemo Portal

_images/access-computer.png

Linux Installation

Ubuntu/Debian

$ curl -sL -o /tmp/reemo.x 'https://download.reemo.io/linux/deb/setup.x'
$ sudo bash /tmp/reemo.x

Enter your personal key when your terminal asks you to

Fendora/CentOS/Redhat

$ curl -sL -o /tmp/reemo.x 'https://download.reemo.io/linux/rpm/setup.x'
$ sudo bash /tmp/reemo.x

Enter your personal key when your terminal asks you to

Arch Linux/Manjaro

$ curl -sL -o /tmp/reemo.x 'https://download.reemo.io/linux/arch/setup.x'
$ sudo bash /tmp/reemo.x

Enter your personal key when your terminal asks you to

MacOS Installation

$ curl -skL -o /tmp/install_reemo.x 'https://download.reemo.io/macos/setup.x'
$ sudo bash /tmp/install_reemo.x

Enter your personal key when your terminal asks you to

_images/private-key-mac.png