<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>rdp &#8211; matthias.guru</title>
	<atom:link href="https://matthias.guru/tag/rdp/feed/" rel="self" type="application/rss+xml" />
	<link>https://matthias.guru</link>
	<description>Tipps und Tricks rund um Serveradministration, Werbeeinnahmen und allem was mit meiner IT Selbstständigkeit zu tun hat</description>
	<lastBuildDate>Mon, 27 Mar 2017 09:39:31 +0000</lastBuildDate>
	<language>de-DE</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.3</generator>
	<item>
		<title>Virtuelle Maschine mit GUI und Remote Desktop (x2go)</title>
		<link>https://matthias.guru/2017/03/27/virtuelle-maschine-mit-gui-und-remote-desktop-x2go/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=virtuelle-maschine-mit-gui-und-remote-desktop-x2go</link>
					<comments>https://matthias.guru/2017/03/27/virtuelle-maschine-mit-gui-und-remote-desktop-x2go/#comments</comments>
		
		<dc:creator><![CDATA[Matthias]]></dc:creator>
		<pubDate>Mon, 27 Mar 2017 09:39:31 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[fernwartung]]></category>
		<category><![CDATA[rdp]]></category>
		<category><![CDATA[remote desktop]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[terminalserver]]></category>
		<category><![CDATA[x2go]]></category>
		<guid isPermaLink="false">https://hilfreiche-server.tips/?p=119</guid>

					<description><![CDATA[x2go ist ein leicht einzurichtender Terminal Server. Er ermöglicht den Zugriff auf meinen Debian vServer mit grafischen Benutzerinterface. Das funktioniert auch mit einem lxc Container innerhalb von Proxmox wunderbar. Als erstes müssen wir die Paketquelle hinzufügen, <a class="mh-excerpt-more" href="https://matthias.guru/2017/03/27/virtuelle-maschine-mit-gui-und-remote-desktop-x2go/" title="Virtuelle Maschine mit GUI und Remote Desktop (x2go)">[...]</a>]]></description>
										<content:encoded><![CDATA[<p>x2go ist ein leicht einzurichtender Terminal Server. Er ermöglicht den Zugriff auf meinen Debian vServer mit grafischen Benutzerinterface. Das funktioniert auch mit einem lxc Container innerhalb von Proxmox wunderbar.</p>
<p>Als erstes müssen wir die Paketquelle hinzufügen, dazu erweitern wir die Datei <strong>/etc/apt/sources.list</strong> um folgende Zeile:</p>
<blockquote>
<pre class="file">deb http://packages.x2go.org/debian jessie main</pre>
<p>&nbsp;</p></blockquote>
<p>Nun aktualisieren wir unsere Paketlisten</p>
<blockquote>
<pre class="code bash"><span class="kw2">apt-get update</span></pre>
</blockquote>
<p>Und installieren den nötigen Key</p>
<blockquote>
<pre class="code bash"><span class="kw2">apt-get install</span> x2go-keyring <span class="sy0">&amp;&amp;</span> <span class="kw2">apt-get update</span></pre>
</blockquote>
<p>Jetzt kann der eigentliche Server installiert werden</p>
<blockquote>
<pre class="code bash"><span class="kw2">sudo</span> <span class="kw2">apt-get install</span> x2goserver x2goserver-xsession</pre>
</blockquote>
<p>Die Installation des x2go Servers ist damit auch schon fertig.</p>
<p>Nun brauchen wir noch eine GUI. Ich habe mich für MATE entschieden:</p>
<blockquote>
<pre class="code bash"><span class="kw2">sudo</span> <span class="kw2">apt-get</span> <span class="kw2">install</span> mate-desktop-environment-extras</pre>
</blockquote>
<p>Um auf die GUI zugreifen zu brauchen wir einen Benutzer mit Shell Zugriff. Auch das geht recht einfach mit</p>
<blockquote>
<pre class="code bash"><span class="kw2">adduser &lt;benutzername&gt;</span></pre>
</blockquote>
<p>Nun können wir uns den x2go Client installieren (gibt es für Linux, Windows, Mac und sogar den Raspberry Pi) und uns an unserem Server anmelden.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://matthias.guru/2017/03/27/virtuelle-maschine-mit-gui-und-remote-desktop-x2go/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
