Configuration¶
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.
- disablewallpaper¶
Hides the wallpaper during a remote session.
[audio]¶
- sync¶
Enables audio synchronization.
- interval¶
Audio capture interval in milliseconds. Lower values increase crackling but reduce audio latency.
[video]¶
- constantfps¶
Do not sync with the screen vsync and attempt to reach the target framerate even with little desktop movement.
[vmon]¶
- hybrid¶
Disables physical monitors during the session to use only virtual displays. Physical monitors are restored only after disconnection.
[printer]¶
- enabled¶
Allows printing from the remote session to a local 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]¶
- enabled¶
Enables support mode (required when using the Reemo Support application, allows your support team to access the device).
[proxy]¶
- enabled¶
Enables the HTTP proxy.
- uri¶
The proxy server URI.
- username¶
The username for proxy authentication.
- password¶
The password 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.