A good guide to the installation of Ubuntu 22.04 Server can be found here.
Not all parameters of xfreerdp can be changed via input fields of xtc. Here is an overview of all parameters of xfreerdp. Please note: There are currently two command line interfaces. Read the Documentation.
/sec:tls
/gfx:AVC444
. This will set up an H264 video stream.To connect a USB stick, set this parameter: /drive:USB0,/media/usb0
Don't forget to choose "USB automount" in the tab "hardware".
With a Raspberry Pi use these parameters for sounds: /sound:sys:alsa,format:1,quality:high,rate:44100,latency:50
To use a microphone, set this parameter: /microphone:sys:alsa,format:1,rate:44100
With Ubuntu use these parameters for sounds: /sound:sys:pulse,format:1,quality:high,rate:44100,latency:50
To use a microphone, set this parameter: /microphone:sys:pulse,format:1,rate:44100
xtc supports with the Raspberry Pi 4 the Multi Monitor Mode.
For xfreerdpd this parameter must be used: /multimon
Insert the parameters into the input field "Additional Parameters".
Forwarding a webcam works with xfreerdp version 3. Please note that xfreerdp version 3 is still under development.
First, test if the webcam works with your local system: start a terminal and enter this command: guvcview
If the webcam is detected, the camera image is displayed and there are various setting options.
Please note: the microphone of a webcam is not forwarded to Windows.
These settings have worked with several webcams:
/sound
and /microphone
parameters. See also section "Redirect Sound".To establish a OpenVPN connection, you need a file in the ovpn format. An ovpn file contains all parameters to establish a VPN connection: target system, access information, key. Firewalls, for example from sophos, can create an ovpn file.
xrdp is a free and open-source implementation of Microsoft RDP (Remote Desktop Protocol) server that enables operating systems other than Microsoft Windows (such as Linux and BSD-style operating systems) to provide a fully functional RDP-compatible remote desktop experience. It works by bridging graphics from the X Window System to the client and relaying controls from the client back to X Window Server. The connection to an xrdp server is made with xfreerdp. Griffon's IT Library is a wonderful page with lots of tips and tools for xrdp. The examples were tested with Ubuntu 22.04 and Xubuntu 22.04.
/relax-order-checks
unzip xrdp-installer-1.4.9.zip
xrdp-installer-1.4.9.sh
is available.chmod u=+x xrdp-installer-1.4.9.sh
./xrdp-installer-1.4.9.sh -s
/sound:sys:alsa,format:1,quality:high,rate:44100,latency:50
to redirect the sound. For Ubuntu use the parameters: /sound:sys:pulse,format:1,quality:high,rate:44100,latency:50
Contact info@vmfree.org