<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>RDP &#8211; Cerita Hosting ☁️</title>
	<atom:link href="https://ceritahosting.com/tag/rdp/feed/" rel="self" type="application/rss+xml" />
	<link>https://ceritahosting.com</link>
	<description>Cerita Teknologi Terkini</description>
	<lastBuildDate>Sun, 26 Apr 2020 04:49:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.6.15</generator>

<image>
	<url>https://i1.wp.com/ceritahosting.com/wp-content/uploads/2019/05/cropped-8437175d-f20a-4d92-9289-8b4d42b92879_200x200.png?fit=32%2C32&#038;ssl=1</url>
	<title>RDP &#8211; Cerita Hosting ☁️</title>
	<link>https://ceritahosting.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">175363151</site>	<item>
		<title>CentOS 7 : RDP</title>
		<link>https://ceritahosting.com/2020/04/26/rdp-centos/</link>
					<comments>https://ceritahosting.com/2020/04/26/rdp-centos/#respond</comments>
		
		<dc:creator><![CDATA[Cerita Hosting]]></dc:creator>
		<pubDate>Sun, 26 Apr 2020 04:45:06 +0000</pubDate>
				<category><![CDATA[Dasar - Dasar OS]]></category>
		<category><![CDATA[Pilihan]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[centos 7]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[Remote Desktop Connection]]></category>
		<guid isPermaLink="false">https://ceritahosting.com/?p=271</guid>

					<description><![CDATA[<p>Tutorial menginstall RDP di CentOS 7 [Read More]</p>
<p>The post <a rel="nofollow" href="https://ceritahosting.com/2020/04/26/rdp-centos/">CentOS 7 : RDP</a> appeared first on <a rel="nofollow" href="https://ceritahosting.com">Cerita Hosting ☁️</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p style="font-size:18px">RDP adalah Remote Desktop Connection. Untuk me-remote server CentOS 7 bisa menggunakan xRDP. </p>



<p style="font-size:18px">xRDP adalah Remote Desktop Protocol Server yang open source dan gratis. xRDP ini support dengan rDesktop hingga Microsoft&#8217;s Remote Desktop Client. </p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" width="1359" height="723" src="https://i1.wp.com/ceritahosting.com/wp-content/uploads/2020/04/Annotation-2020-04-26-112113.jpg?fit=1024%2C545&amp;ssl=1" alt="xRDP Ceritahosting.com" class="wp-image-272" srcset="https://i1.wp.com/ceritahosting.com/wp-content/uploads/2020/04/Annotation-2020-04-26-112113.jpg?w=1359&amp;ssl=1 1359w, https://i1.wp.com/ceritahosting.com/wp-content/uploads/2020/04/Annotation-2020-04-26-112113.jpg?resize=300%2C160&amp;ssl=1 300w, https://i1.wp.com/ceritahosting.com/wp-content/uploads/2020/04/Annotation-2020-04-26-112113.jpg?resize=1024%2C545&amp;ssl=1 1024w, https://i1.wp.com/ceritahosting.com/wp-content/uploads/2020/04/Annotation-2020-04-26-112113.jpg?resize=768%2C409&amp;ssl=1 768w" sizes="(max-width: 1000px) 100vw, 1000px" /><figcaption>Interfacenya xRDP untuk bagian login</figcaption></figure></div>



<p class="has-medium-font-size"><strong>Prasyarat</strong></p>



<ul><li><strong>CentOS 7, dengan ram minimal 2 gb</strong></li><li><strong>Disarankan untuk tidak menginstall dengan root user, untuk meminimalisir perubahan besar pada sistem</strong></li></ul>



<p class="has-medium-font-size"><strong>Install xRDP</strong></p>



<blockquote class="wp-block-quote"><p><strong>sudo yum -y update</strong></p><p>sudo yum install -y epel-release                                                                            sudo yum install -y xrdp                                                                                    sudo systemctl enable xrdp                                                                             sudo systemctl start xrdp</p></blockquote>



<p style="font-size:18px">Kalau anda menggunakan FirewallD, buka port 3389 / tcp.</p>



<blockquote class="wp-block-quote"><p>sudo firewall-cmd &#8211;add-port=3389/tcp &#8211;permanent                                                   sudo firewall-cmd &#8211;reload</p></blockquote>



<p class="has-medium-font-size"><strong>Install Desktop Environment</strong></p>



<p style="font-size:18px"> 1.  <strong>MATE Desktop Environment</strong></p>



<p style="font-size:18px">Saya merekomendasikan untuk menggunakan MATE Desktop Environment, karena cara penginstallan lebih mudah dan memiliki GUI yang lumayan baik. </p>



<p style="font-size:18px">Untuk menginstall MATE Desktop Environment, Jalankan command ini :</p>



<blockquote class="wp-block-quote"><p>sudo yum install -y epel-release                                                                                 sudo yum groupinstall -y &#8220;MATE Desktop&#8221;                                                                    sudo reboot                                                                                                        </p></blockquote>



<p style="font-size:18px">Selanjutnya, buat file <strong>.Xclient </strong>di direktori user yang ingin dikoneksi</p>



<blockquote class="wp-block-quote"><p>echo &#8220;mate-session&#8221; > ~/.Xclients                                                                                    chmod a+x ~/.Xclients</p></blockquote>



<p style="font-size:18px">Setelah melakukan proses instalasi, silahkan connect ke server RDP melalui Remote Desktop Client. </p>



<p style="font-size:18px">Ini adalah tampilan dari Desktop Environment &#8220;MATE Desktop Environment&#8221;.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" width="1366" height="730" src="https://i2.wp.com/ceritahosting.com/wp-content/uploads/2020/04/Annotation-2020-04-26-111952.jpg?fit=1024%2C547&amp;ssl=1" alt="Mate Desktop Environment " class="wp-image-273" srcset="https://i2.wp.com/ceritahosting.com/wp-content/uploads/2020/04/Annotation-2020-04-26-111952.jpg?w=1366&amp;ssl=1 1366w, https://i2.wp.com/ceritahosting.com/wp-content/uploads/2020/04/Annotation-2020-04-26-111952.jpg?resize=300%2C160&amp;ssl=1 300w, https://i2.wp.com/ceritahosting.com/wp-content/uploads/2020/04/Annotation-2020-04-26-111952.jpg?resize=1024%2C547&amp;ssl=1 1024w, https://i2.wp.com/ceritahosting.com/wp-content/uploads/2020/04/Annotation-2020-04-26-111952.jpg?resize=768%2C410&amp;ssl=1 768w" sizes="(max-width: 1000px) 100vw, 1000px" /><figcaption>Mate Desktop Interface / Environment</figcaption></figure></div>



<p class="has-medium-font-size"><strong>Cara Uninstall MATE</strong></p>



<blockquote class="wp-block-quote"><p>sudo yum groupremove -y &#8220;MATE Desktop&#8221;                                                             sudo yum autoremove -y    </p></blockquote>



<p></p>
<p>The post <a rel="nofollow" href="https://ceritahosting.com/2020/04/26/rdp-centos/">CentOS 7 : RDP</a> appeared first on <a rel="nofollow" href="https://ceritahosting.com">Cerita Hosting ☁️</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://ceritahosting.com/2020/04/26/rdp-centos/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">271</post-id>	</item>
	</channel>
</rss>
