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
Supported Platforms: Windows, macOS, Linux
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, 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.
Note
On Windows, if you want a better tablet support, you can use our Virtual USB driver instead to forward the full tablet to the remote computer.
Virtual USB Driver
Supported Platforms: Windows
If you need USB forwarding, Reemo provides a Virtual USB driver to forward your local peripherals. 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.
Note
The Reemo virtual USB driver is now shipped with the Reemo Agent installer as part of the default installation.
If you still want to install it separately, you can follow this example:
md "C:\Program Files\Reemo\drivers"
powershell Invoke-WebRequest 'https://downloads.reemo.io/drivers/reemousb.zip' -OutFile 'C:\Program Files\Reemo\drivers\reemousb.zip'
powershell Expand-Archive -LiteralPath 'C:\Program Files\Reemo\drivers\reemousb.zip' -DestinationPath 'C:\Program Files\Reemo\drivers\'
"C:\Program Files\Reemo\drivers\reemousb\devcon.exe" install "C:\Program Files\Reemo\drivers\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
Virtual Monitor
Supported Platforms: Windows
If you want to use Reemo on an headless computer, Reemo provides a Virtual Monitor driver. 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
This driver is available in the graphical installer of Reemo for Windows. To install the driver manually follow this example:
md "C:\Program Files\Reemo\drivers"
powershell Invoke-WebRequest 'https://downloads.reemo.io/drivers/reemon.zip' -OutFile 'C:\Program Files\Reemo\drivers\reemon.zip'
powershell Expand-Archive -LiteralPath 'C:\Program Files\Reemo\drivers\reemon.zip' -DestinationPath 'C:\Program Files\Reemo\drivers\'
"C:\Program Files\Reemo\drivers\reemon\devcon.exe" install "C:\Program Files\Reemo\drivers\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 Webcam
Supported Platforms: Windows
To emulate a Virtual Webcam for Reemo to use you need to install our Virtual Webcam Driver. Once installed the virtual webcam will appear in your remote computer device manager:

To install the driver follow this example:
md "C:\Program Files\Reemo\drivers"
powershell Invoke-WebRequest 'https://downloads.reemo.io/drivers/reecam.zip' -OutFile 'C:\Program Files\Reemo\drivers\reecam.zip'
powershell Expand-Archive -LiteralPath 'C:\Program Files\Reemo\drivers\reecam.zip' -DestinationPath 'C:\Program Files\Reemo\drivers\'
"C:\Program Files\Reemo\drivers\reecam\devcon.exe" install "C:\Program Files\Reemo\drivers\reecam\reecam.inf" REECAM
Virtual Audio Output and Microphone
Supported Platforms: Windows
If your remote computer has no soundcard, Reemo provides a Virtual Audio Soundcard driver for audio Output and Input. 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 as well as forward your Microphone.
To install the driver follow this example:
md "C:\Program Files\Reemo\drivers"
powershell Invoke-WebRequest 'https://downloads.reemo.io/drivers/reemaudio_v2.zip' -OutFile 'C:\Program Files\Reemo\drivers\reemaudio.zip'
powershell Expand-Archive -LiteralPath 'C:\Program Files\Reemo\drivers\reemaudio.zip' -DestinationPath 'C:\Program Files\Reemo\drivers\'
"C:\Program Files\Reemo\drivers\reemaudio\devcon.exe" install "C:\Program Files\Reemo\drivers\reemaudio\reemaudio.inf" ROOT\reemaudio
Virtual Audio Driver for macOS
Supported Platforms: 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/