Remote Desktop Server: Difference between revisions
m (c) |
m (typo) |
||
Line 30: | Line 30: | ||
</pre> | </pre> | ||
If you want the XRDP service starts | If you want the XRDP service starts automatically, add the services to the default runlevel: | ||
{{Cmd|rc-update add xrdp | {{Cmd|rc-update add xrdp | ||
rc-update add xrdp-sesman | rc-update add xrdp-sesman | ||
Line 41: | Line 41: | ||
=== Remmina as client === | === Remmina as client === | ||
- work in progress - | - work in progress -{{Draft}} | ||
(not even clear whether its vnc or rdp) | (not even clear whether its vnc or rdp) | ||
Revision as of 14:01, 27 August 2019
Remote Desktop Server based on Vino and XRDP
First of all make sure you have a Desktop environment properly installed (you can follow this MATE Setup)
Next, install Vino and XRDP with the following command:
apk add vino@community xrdp
Replace the file /etc/xrdp/xrdp.ini content with:
[globals] bitmap_cache=yes bitmap_compression=yes port=3389 crypt_level=low channel_code=1 max_bpp=24 [xrdp1] name=Vino lib=libvnc.so ip=127.0.0.1 port=5900 username=ask password=ask
If you want the XRDP service starts automatically, add the services to the default runlevel:
rc-update add xrdp rc-update add xrdp-sesman rc-update add vino
To start:
rc-service xrdp start rc-service xrdp-sesman start rc-service vino start
Remmina as client
- work in progress -
This material is work-in-progress ... Do not follow instructions here until this notice is removed. |
(not even clear whether its vnc or rdp)
Misc
Disabling XRDP Notification and Confirmation
If you do not want the client confirmation before the session being accepted:
export DISPLAY=:0.0
gsettings set org.gnome.Vino notify-on-connect false gsettings set org.gnome.Vino prompt-enabled false
Remote Desktop Server based on x2go
In testing
This material is work-in-progress ... Do not follow instructions here until this notice is removed. |