{"id":1334,"date":"2024-03-11T00:33:30","date_gmt":"2024-03-10T19:03:30","guid":{"rendered":"https:\/\/lookouthost.com\/?p=1334"},"modified":"2024-03-11T00:34:15","modified_gmt":"2024-03-10T19:04:15","slug":"install-xrdp-on-almalinux-9","status":"publish","type":"post","link":"https:\/\/lookouthost.com\/blog\/install-xrdp-on-almalinux-9\/","title":{"rendered":"Install xRDP on AlmaLinux 9"},"content":{"rendered":"<p>XRDP is an open-source implementation of remote desktop protocols developed by Microsoft.<\/p><h4 class=\"wp-block-heading\">Prerequisites<\/h4><ul class=\"wp-block-list\"><li>AlmaLinux 9 with GUI such as Gnome, XFCE, KDE<\/li>\n\n<li>Allow port 3389 in the firewall<\/li><\/ul><pre class=\"wp-block-code\"><code>#Add Firewall<\/code><\/pre><pre class=\"wp-block-code\"><code>firewall-cmd --permanent --add-port=3389\/tcp<\/code><\/pre><pre class=\"wp-block-code\"><code>#Reload Firewall service<\/code><\/pre><pre class=\"wp-block-code\"><code>firewall-cmd --reload<\/code><\/pre><h4 class=\"wp-block-heading\">Setup XRDP on AlmaLinux 9<\/h4><ul class=\"wp-block-list\"><li>Add Epel Repo and run system update, because XRDP are not available in the AppStream<\/li><\/ul><pre class=\"wp-block-code\"><code>sudo dnf install epel-release<\/code><\/pre><pre class=\"wp-block-code\"><code>sudo dnf update<\/code><\/pre><ul class=\"wp-block-list\"><li>Install XRDP<\/li><\/ul><pre class=\"wp-block-code\"><code>sudo dnf install xrdp<\/code><\/pre><ul class=\"wp-block-list\"><li>Start XRDP service<\/li><\/ul><pre class=\"wp-block-code\"><code>sudo systemctl start xrdp<\/code><\/pre><ul class=\"wp-block-list\"><li>Enable XRDP service &#8211; To make sure the XRDP service will start automatically whenever the system boot<\/li><\/ul><pre class=\"wp-block-code\"><code>sudo systemctl enable xrdp<\/code><\/pre><p>check the service is running<\/p><pre class=\"wp-block-code\"><code>systemctl status xrdp<\/code><\/pre><ul class=\"wp-block-list\"><li>Log out AlmaLinux session<\/li><\/ul><figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"775\" src=\"https:\/\/lookouthost.com\/wp-content\/uploads\/2024\/03\/image-1024x775.png\" alt=\"\" class=\"wp-image-1335\" srcset=\"https:\/\/lookouthost.com\/blog\/wp-content\/uploads\/2024\/03\/image-1024x775.png 1024w, https:\/\/lookouthost.com\/blog\/wp-content\/uploads\/2024\/03\/image-600x454.png 600w, https:\/\/lookouthost.com\/blog\/wp-content\/uploads\/2024\/03\/image-300x227.png 300w, https:\/\/lookouthost.com\/blog\/wp-content\/uploads\/2024\/03\/image-768x581.png 768w, https:\/\/lookouthost.com\/blog\/wp-content\/uploads\/2024\/03\/image-80x60.png 80w, https:\/\/lookouthost.com\/blog\/wp-content\/uploads\/2024\/03\/image.png 1088w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>","protected":false},"excerpt":{"rendered":"<p>XRDP is an open-source implementation of remote desktop protocols developed by Microsoft. Prerequisites Setup XRDP on AlmaLinux 9 check the service is running<\/p>\n","protected":false},"author":1,"featured_media":1335,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1334","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/lookouthost.com\/blog\/wp-json\/wp\/v2\/posts\/1334","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lookouthost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lookouthost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lookouthost.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lookouthost.com\/blog\/wp-json\/wp\/v2\/comments?post=1334"}],"version-history":[{"count":0,"href":"https:\/\/lookouthost.com\/blog\/wp-json\/wp\/v2\/posts\/1334\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lookouthost.com\/blog\/wp-json\/wp\/v2\/media\/1335"}],"wp:attachment":[{"href":"https:\/\/lookouthost.com\/blog\/wp-json\/wp\/v2\/media?parent=1334"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lookouthost.com\/blog\/wp-json\/wp\/v2\/categories?post=1334"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lookouthost.com\/blog\/wp-json\/wp\/v2\/tags?post=1334"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}