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.
Windows
On Windows, installation is done in a few simple steps:
Download the installer from: https://reemo.io/download/
Run the downloaded .exe file.
Follow the instructions displayed by the setup wizard.

Enter your Personal Key or Studio Key to link this computer to your account or organization.

Once the installation is complete, the agent starts automatically in the background.
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%"
Linux
On Linux, the agent can be installed directly from the terminal, depending on your distribution.
Debian Based (Ubuntu, Debian, etc.) (64-bit)
curl -sL -o /tmp/reemo.x 'https://download.reemo.io/linux/deb/setup.x' sudo bash /tmp/reemo.x
Fedora (64-bit)
curl -sL -o /tmp/reemo.x 'https://download.reemo.io/linux/rpm/setup.x' sudo bash /tmp/reemo.x
Arch Linux (64-bit)
curl -sL -o /tmp/reemo.x 'https://download.reemo.io/linux/arch/setup.x' sudo bash /tmp/reemo.x
MacOS
Installing the Reemo Agent on macOS is done directly from the Terminal.
Installation:
curl -skL -o /tmp/install_reemo.x 'https://download.reemo.io/macos/setup.x' sudo bash /tmp/install_reemo.x
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article