<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Martinbaines</id>
	<title>Alpine Linux - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Martinbaines"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Martinbaines"/>
	<updated>2026-04-30T19:34:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Remote_Desktop_Server&amp;diff=23020</id>
		<title>Remote Desktop Server</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Remote_Desktop_Server&amp;diff=23020"/>
		<updated>2023-02-28T09:46:32Z</updated>

		<summary type="html">&lt;p&gt;Martinbaines: Updated to what works with Xfce for Alpine 3.17.2&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Remote Desktop Server Based on XRDP and xorgxrdp ==&lt;br /&gt;
&lt;br /&gt;
This was tested and works for v 3.17.2 with Xfce as the desktop.&lt;br /&gt;
&lt;br /&gt;
First ensure the desktop is working without remote access (if feasible)&lt;br /&gt;
&lt;br /&gt;
Install XRDP and xorgxrdp&lt;br /&gt;
{{Cmd| apk add xrdp xorgxrdp}}&lt;br /&gt;
&lt;br /&gt;
Start the necessary services:&lt;br /&gt;
{{Cmd|rc-service xrdp start&lt;br /&gt;
rc-service xrdp-sesman start}}&lt;br /&gt;
&lt;br /&gt;
After testing this works you may set the services to start automatically:&lt;br /&gt;
{{Cmd|rc-update add xrdp&lt;br /&gt;
rc-update add xrdp-sesman}}&lt;br /&gt;
&lt;br /&gt;
That should be all that is needed to connect from a Windows client with its default &amp;quot;Remote Desktop&amp;quot; client, the xrdp configuration file though will contain several services that will not work, so to remove them edit /etc/xrdp/xrdp.ini and remove all lines from and including from [Xvnc] to the end. &lt;br /&gt;
&lt;br /&gt;
== Remote Desktop Server based on Vino and XRDP ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;THIS DOES NOT WORK on 3.17.2 with Xfce Not Yet Deleted Yet in Case it helps others&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First of all make sure you have a Desktop environment properly installed (See: [[Desktop environments and Window managers]])&lt;br /&gt;
&lt;br /&gt;
Next, install Vino and XRDP with the following command:&lt;br /&gt;
{{Cmd| apk add vino@community xrdp}}&lt;br /&gt;
&lt;br /&gt;
Replace the file /etc/xrdp/xrdp.ini content with:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;white-space: pre-wrap; &lt;br /&gt;
white-space: -moz-pre-wrap; &lt;br /&gt;
white-space: -pre-wrap; &lt;br /&gt;
white-space: -o-pre-wrap; &lt;br /&gt;
word-wrap: break-word;&amp;quot;&amp;gt;&lt;br /&gt;
[globals]&lt;br /&gt;
bitmap_cache=yes&lt;br /&gt;
bitmap_compression=yes&lt;br /&gt;
port=3389&lt;br /&gt;
crypt_level=low&lt;br /&gt;
channel_code=1&lt;br /&gt;
max_bpp=24&lt;br /&gt;
&lt;br /&gt;
[xrdp1]&lt;br /&gt;
name=Vino&lt;br /&gt;
lib=libvnc.so&lt;br /&gt;
ip=127.0.0.1&lt;br /&gt;
port=5900&lt;br /&gt;
username=ask&lt;br /&gt;
password=ask&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want the XRDP service starts automatically, add the services to the default runlevel:&lt;br /&gt;
{{Cmd|rc-update add xrdp&lt;br /&gt;
rc-update add xrdp-sesman&lt;br /&gt;
rc-update add vino}}&lt;br /&gt;
&lt;br /&gt;
To start:&lt;br /&gt;
{{Cmd|rc-service xrdp start&lt;br /&gt;
rc-service xrdp-sesman start&lt;br /&gt;
rc-service vino start}}&lt;br /&gt;
&lt;br /&gt;
=== Remmina as client ===&lt;br /&gt;
- work in progress -{{Draft}}&lt;br /&gt;
(not even clear whether its vnc or rdp)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Misc ===&lt;br /&gt;
==== Disabling XRDP Notification and Confirmation ====&lt;br /&gt;
If you do not want the client confirmation before the session being accepted:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;export DISPLAY=:0.0&amp;lt;/code&amp;gt;&lt;br /&gt;
{{Cmd|gsettings set org.gnome.Vino notify-on-connect false&lt;br /&gt;
gsettings set org.gnome.Vino prompt-enabled false&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Server]]&lt;br /&gt;
[[Category:Desktop]]&lt;/div&gt;</summary>
		<author><name>Martinbaines</name></author>
	</entry>
</feed>