support@reemo.io

Reemo Support

Find an answer for your issue

Getting Started

What is Reemo ?

Reemo is a remote desktop service by Hubitech S.A.R.L.
We provide low latency remote desktop streaming technology to Windows, Linux and MacOS computers.

How Do I Get Started with Reemo ?

To get started with Reemo, follow these steps:

1. Register your Account on the Reemo Portal.
2. Download and install the Reemo Service on the computer you wish to connect to.
3. Configure the Reemo Service upon installation with the Private Key provided to you after creating your Account.

What Operating Systems Does Reemo Support ?

Reemo supports Windows 10 (64bit home or pro), Debian Based Linux Distributions (64bit, X.Org server only), Fedora (64bit, X.Org server only) and MacOS (Mojave minimum). If you would like us to support your Linux version, please send us an email.

To use a pen with pressure, Windows must be at least version 18.03. Pen pressure should work on any MacOS version.

What Browsers Does Reemo Support ?

Reemo currently only supports Chrome because the Media Source Extensions used by Reemo are finetuned to get the maximum performance out of Chrome.

How Do I Connect My Computer to my Reemo Account ?

Reemo uses a "Private Key" or "Studio Key" to connect your computers to your Account. We ask you to provide this Private Key when launching Reemo.exe for the first time on Windows and when installing for the first time on Linux and MacOS. To change or edit this Private Key, you can use the Reemo.exe on Windows or edit the reemo.ini file directly.

Do I Need to Setup my Router to use Reemo ?

We use a signal server to discover the best route between you and your computers. Most users do not need to configure their router. Reemo uses UDP and peer-to-peer technology to get the best performance possible.

If you are behind a corporate firewall, Reemo provides a public relay server (TURN) and uses TCP instead of UDP. Performances might be reduced and Latency increased when using our relay server. If you wish to allow UDP to get the most out of Reemo you must ensure your corporate firewall or router allows UDP packets.

To switch to Direct UDP mode the firewall rules are :

For signalling, Reemo establishes a TCP connection on port 443 on one of our signal servers.
To establish a connection, Reemo service on your target computer uses a random UDP port ranging from 58200 to 58400.
To establish a connection, your browser might use any UDP port.

On Reemo Service side :
port source 1024:65535 -> port destination 443 -> tcp -> https : signal.reemo.io
port source 58200:58400 -> port destination 1024:65535 -> udp -> any
port source 1024:65535 -> port destination 443 -> udp/tcp -> turn1.reemo.io, turn2.reemo.io

On Browser side :
port source 1024:65535 -> port destination 443 -> tcp -> https : portal.reemo.io
port source 1024:65535 -> port destination 443 -> tcp -> https : signal.reemo.io
port source 1024:65535 -> port destination 58200:58400 -> udp -> any
port source 1024:65535 -> port destination 443 -> udp/tcp -> turn1.reemo.io, turn2.reemo.io

if the Browser connection IPs are known, the "any" can be replaced by the list of IP address

If your using psfense firewall, please follow the config below :