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 --key YOUR_PRIVATE_KEY

If your deployment is on private cloud you can also specify your signal server from the command line

$ sudo bash /tmp/reemo.x --key YOUR_PRIVATE_KEY --server YOUR_SIGNAL_SERVER

Fendora/CentOS/Redhat

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

If your deployment is on private cloud you can also specify your signal server from the command line

$ sudo bash /tmp/reemo.x --key YOUR_PRIVATE_KEY --server YOUR_SIGNAL_SERVER

Arch Linux/Manjaro

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

If your deployment is on private cloud you can also specify your signal server from the command line

$ sudo bash /tmp/reemo.x --key YOUR_PRIVATE_KEY --server YOUR_SIGNAL_SERVER

MacOS Installation

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

If your deployment is on private cloud you can also specify your signal server from the command line

$ sudo bash /tmp/install_reemo.x --key YOUR_PRIVATE_KEY --server YOUR_SIGNAL_SERVER