Remote Desktop Server: Difference between revisions

From Alpine Linux
mNo edit summary
(adding some commands)
Line 1: Line 1:


== Remote Desktop Server based on Vino and XRDP ==
== 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|MATE Setup]]){{Draft}}
{{Draft}}
First of all make sure you have a Desktop environment properly installed (you can follow this [[MATE|MATE Setup]])
 
Next, install Vino and XRDP with the following command:
{{Cmd| apk add vino xrdp}}
 
Replace the file /etc/xrdp/xrdp.ini content with:
 
<pre style="white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;">
[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
</pre>
 
If you want the XRDP service starts automaticaly, add the services to default runlevel:
{{Cmd|rc-update add xrdp
rc-update add xrdp-sesman
rc-update add vino}}
 
To start:
{{Cmd|rc-service xrdp start
rc-service xrdp-sesman start
rc-service vino start}}
 
== Remote Desktop Server based on x2go ==
== Remote Desktop Server based on x2go ==
In ''testing''{{Draft}}
In ''testing''{{Draft}}

Revision as of 19:32, 1 July 2015

Remote Desktop Server based on Vino and XRDP

This material is work-in-progress ...

Do not follow instructions here until this notice is removed.
(Last edited by Alacerda on 1 Jul 2015.)

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 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 automaticaly, add the services to 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

Remote Desktop Server based on x2go

In testing

This material is work-in-progress ...

Do not follow instructions here until this notice is removed.
(Last edited by Alacerda on 1 Jul 2015.)