The configuration of the Reemo Agent is done through the reemo.ini file.
File location
Minimal configuration
Here is the minimal configuration created after installation:
[auth] token=<PRIVATE_KEY>
With a custom signaling server:
[auth] token=<PRIVATE_KEY> [signal] server=<SIGNAL_SERVER> # Often <CLIENT_NAME>-signal.cloud.reemo.io:8443
Available options
[auth]
- token
The authentication token used to connect the agent to the Reemo portal. This token corresponds to your Personal Key (personal key) or Studio Key (organization key), depending on the chosen integration mode.
- Type:
string
- Default:
N/A- Required:
yes
- Minimum version:
any version
[logger]
- severity
The logging verbosity level.
- Type:
integer (range 0–6)
- Default:
0- Minimum version:
any version
[signal]
- server
The signaling server address.
- Type:
string
- Default:
signal.reemo.io:443- Minimum version:
any version
[privacy]
- autoon
Automatically enables privacy mode when connecting to the device (hides the screen from the local user).
- autolock
Automatically locks the device after disconnecting from a remote session.
[audio]
- sync
Enables audio synchronization.
[video]
[vmon]
[printer]
[filetransfer]
- enabled
Allows file transfer between the local and remote device.
- destination
The default destination folder for transferred files. If not set, the user’s home directory will be used.
[support]
[proxy]
- enabled
Enables the HTTP proxy.
- uri
The proxy server URI.
- username
The username for proxy authentication.
[udp]
- portRangeBegin
The beginning of the UDP port range used for peer-to-peer connections.
- Type:
integer (range 1024–65535)
- Default:
58200- Minimum version:
any version
- portRangeEnd
The end of the UDP port range used for peer-to-peer connections.
- Type:
integer (range 1024–65535)
- Default:
58400- Minimum version:
any version
[linux]
- lowpower
This mode reduces the CPU usage of the Reemo Agent by limiting the frame capture rate to a lower value (15 fps).
- xdisplay
Specifies the X display to use for screen capture on
Linux devices. Useful when running the agent in a different session.
After any modification of the reemo.ini file, it is necessary to restart the Reemo agent for the new settings to take effect.
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



















































