Linux Gateway Recording

Linux Gateway Recording

avatar

Hi,

Is there a way to configure the recording storage path on a linux gateway?
I would like to attach/mount a seperate disk to the gateway for recording files.

I've checked the KB's but the only mention there was that on windows based gateways you can only set the recording path through the dvls console.

All Comments (1)

avatar

Hello

There's not a GUI to configure this on Linux; but you can set it directly in the Gateway's configuration file.

The project readme might be a helpful reference, but in summary:

The configuration file is (by default) at /etc/devolutions-gateway/gateway.json, and the recording path can be configured with the RecordingPath option:

  • RecordingPath (FilePath): Path to the recordings folder.


You will need to restart the Gateway service after changing the configuration file.

Please let me know if something isn't clear or you have other questions

Kind regards,

Richard Markievicz