Installation

The Reemo Agent is the software to install on your remote computers in order to enable remote access via the Reemo web interface. Once installed and configured with your Personal Key or Studio Key, the computer will automatically appear in your portal.

On Windows, installation is done in a few simple steps:

  1. Download the installer from: https://reemo.io/download/

  2. Run the downloaded .exe file.

  3. Follow the instructions displayed by the setup wizard.

Reemo Agent installation wizard on Windows
  1. Enter your Personal Key or Studio Key to link this computer to your account or organization.

Entering the Personal Key or Studio Key during installation

Once the installation is complete, the agent starts automatically in the background.

Important

The Personal Key or Studio Key is required to link the machine to your account or organization.

During installation, there is an option to enable the Reemo Virtual Monitor Driver. If you want to use the virtual display feature, make sure to check this box before completing the installation.

Silent Installation

Silent installation allows you to install the Reemo Agent without a user interface, ideal for automated or large-scale deployments.

set studio_key=<PRIVATE_KEY>
set signal_server=<SIGNAL_SERVER>
md "C:\Program Files\Reemo"
powershell Invoke-WebRequest 'https://download.reemo.io/reemo.setup.x64.exe' -OutFile 'C:\Program Files\Reemo\reemo.setup.x64.exe'
"C:\Program Files\Reemo\reemo.setup.x64.exe" /S /SECRETKEY="%studio_key%" /SERVER="%signal_server%"

Note

Silent installation options:
  • /S : Launches the installation in silent mode (no user interface).

  • /SECRETKEY : Specifies the Personal Key or Studio Key directly in the command.

  • /SERVER : Specifies the custom signaling server address in the format “server:port”.