Reemo Remote Desktop
This section describe the Reemo Remote Desktop technology and WebClient options
Installation
Note
Please refer to the section: Reemo Agent Installation
Interface
Toolbar
Move: Drag the toolbar left or right if it gets in the way of your remote screen
Menu: Open the Reemo WebClient menu
Fullscreen: Toggle Fullscreen ON or OFF
Connection: Your current ping and connection type
Monitors: Quick switch for your multiple monitors
Note
For more information about the connection type please refer to our guide: Relay/UDP vs Direct/UDP
Peripherals
Tablet and Pen pressure
Pen pressure is captured in your Browser and synthetized on the remote end. No drivers needs to be installed on the remote computer. On MacOS Reemo uses standard API for synthetizing pressure. On Windows, Reemo uses Windows Ink API. On Windows Windows Ink should be the configured API method for the pressure to work in your remote softwares. A quick way of knowing if the pressure is captured and transferred with Reemo is to test pressure on this page (both locally and remotely): https://patrickhlauke.github.io/touch/tracker/multi-touch-tracker-pointer-hud-pep.html
Note
On Windows, ensure that the remote computer has no connected tablet/pen while reemoting as this may interfere with Reemo pressure synthetization. Please also ensure that your remote software and local tablet are configured to use Windows Ink.
Webcam/Microphone
Reemo uses virtual webcam and microphone drivers developped by Reemo’s parent company Hubitech. Only available on Windows, they need to be installed on the remote computer to emulate a webcam and a microphone. Once installed they will appear in your remote computer device manager:
To install the drivers follow this example:
md "c:\program files\reemo"
powershell Invoke-WebRequest 'https://downloads.reemo.io/drivers/drivers.zip' -OutFile 'c:\Program Files\reemo\drivers.zip'
powershell Expand-Archive -LiteralPath 'c:\Program Files\reemo\drivers.zip' -DestinationPath 'c:\Program Files\reemo\'
"c:\Program Files\reemo\drivers\reemic\devcon.exe" install "c:\Program Files\reemo\drivers\reemic\reemic.inf" Root\reemic
"c:\Program Files\reemo\drivers\reecam\devcon.exe" install "c:\Program Files\reemo\drivers\reecam\reecam.inf" REECAM
Note
In your favorite remote software be sure to select the Reemo microphone and camera as input devices.
Virtual Monitor
If you want to use Reemo on an headless computer, Reemo provides a Virtual Monitor driver developped by Reemo’s parent company Hubitech. Only available on Windows, it needs to be installed on the remote computer to emulate up to 5 monitors. Once installed you will see a new monitor on your remote computer and will be able to add more dynamically from the webclient menu. Minimum reemod version: 1.11.0.1
To install the driver follow this example:
md "c:\program files\reemo"
powershell Invoke-WebRequest 'https://downloads.reemo.io/drivers/reemon.zip' -OutFile 'c:\Program Files\reemo\reemon.zip'
powershell Expand-Archive -LiteralPath 'c:\Program Files\reemo\reemon.zip' -DestinationPath 'c:\Program Files\reemo\'
"c:\Program Files\reemo\reemon\devcon.exe" install "c:\Program Files\reemo\reemon\reemon.inf" Root\reemon
Note
If you have no sound after making your remote computer headless, you might want to install the Reemo Audio Soundcard driver below.
Virtual Audio Soundcard
If your remote computer has no soundcard, Reemo provides a Virtual Audio Soundcard driver developped by Reemo’s parent company Hubitech. Only available on Windows, it needs to be installed on the remote computer to enable audio on computers or virtual machines with no soundcard. Once installed you will be able to record remote audio through Reemo.
To install the driver follow this example:
md "c:\program files\reemo"
powershell Invoke-WebRequest 'https://downloads.reemo.io/drivers/reemaudio.zip' -OutFile 'c:\Program Files\reemo\reemaudio.zip'
powershell Expand-Archive -LiteralPath 'c:\Program Files\reemo\reemaudio.zip' -DestinationPath 'c:\Program Files\reemo\'
"c:\Program Files\reemo\reemaudio\devcon.exe" install "c:\Program Files\reemo\reemaudio\reemaudio.inf" Root\reemaudio
Virtual Audio Driver for MacOS
If you have an older version of MacOS (older than Ventura) you will need to install a separate driver to capture your desktop audio. BlackHole provides a GPL licensed driver that Reemo can record. You will need Reemo for MacOS 1.3.1 and above.
To install the driver:
brew install blackhole-2ch
or you can download the installer provided here: https://existential.audio/blackhole/
Virtual USB Driver
If you need USB forwarding, Reemo provides a Virtual USB driver developped by Reemo’s parent company Hubitech. Only available on Windows, it needs to be installed on the remote computer to enable USB forwarding support. Once installed you will also need the USB companion App of the local computer to forward local USB devices. USB Forwarding support requires Reemo for Windows 1.13.0.1 and above.
To install the driver follow this example:
md "c:\program files\reemo"
powershell Invoke-WebRequest 'https://downloads.reemo.io/drivers/reemousb.zip' -OutFile 'c:\Program Files\reemo\reemousb.zip'
powershell Expand-Archive -LiteralPath 'c:\Program Files\reemo\reemousb.zip' -DestinationPath 'c:\Program Files\reemo\'
"c:\Program Files\reemo\reemousb\devcon.exe" install "c:\Program Files\reemo\reemousb\reemousb.inf" ROOT\ReemUSB
To forward local USB devices, your local computer needs to run the Reemo USB Companion App:
Download the USB Companion App installer for Windows here: https://download.reemo.io/reemo-usb-companion.setup.x64.exe