{"id":8146,"date":"2020-05-13T01:00:37","date_gmt":"2020-05-12T22:00:37","guid":{"rendered":"https:\/\/unihost.com\/help\/?p=8146"},"modified":"2025-05-22T15:11:23","modified_gmt":"2025-05-22T12:11:23","slug":"how-to-install-xrdp-server","status":"publish","type":"post","link":"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/","title":{"rendered":"How to Install Xrdp Server"},"content":{"rendered":"<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">In this tutorial, we will look at the steps to install an xRDP server for remote control of a PC with Linux OS installed.<!--more--><\/span><\/p>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">We will consider installing and configuring xRDP on distributions such as Ubuntu 18.04 and Centos 7.7.<\/span><\/p>\n<h4 align=\"center\"><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"><b>Ubuntu 18.04<\/b><\/span><\/h4>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">The first step is to update the list of available packages and install all the necessary updates:<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># apt -y update &amp;&amp; apt -y upgrade<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">If Ubuntu 18.04 minimal is installed, then you should install the graphical shell:<\/span><\/p>\n<h5><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"><b>GNOME:<\/b><\/span><\/h5>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># apt-get -y install tasksel<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># tasksel install ubuntu-desktop<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># reboot<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">After rebooting, you can proceed with the installation of xRDP:<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># apt-get -y install xrdp<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">If after such an installation you cannot connect to the PC, you will have to use the installation with compilation from sources:<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># apt-get install git autoconf libtool pkg-config gcc g++ make libssl-dev libpam0g-dev libjpeg-dev libx11-dev libxfixes-dev libxrandr-dev flex bison libxml2-dev intltool xsltproc xutils-dev python-libxml2 g++ xutils libfuse-dev libmp3lame-dev nasm libpixman-1-dev xserver-xorg-dev<\/span>\n\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># BD=`pwd`<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># mkdir -p \"${BD}\"\/git\/neutrinolabs<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># cd \"${BD}\"\/git\/neutrinolabs<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># wget https:\/\/github.com\/neutrinolabs\/xrdp\/releases\/download\/v0.9.13\/xrdp-0.9.13.tar.gz<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># tar xvfz xrdp-0.9.13.tar.gz<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># cd \"${BD}\"\/git\/neutrinolabs\/xrdp-0.9.13<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># .\/bootstrap<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># .\/configure --enable-fuse --enable-mp3lame --enable-pixman<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># make<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># make install<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># ln -s \/usr\/local\/sbin\/xrdp{,-sesman} \/usr\/sbin<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># cd \"${BD}\"\/git\/neutrinolabs<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># wget https:\/\/github.com\/neutrinolabs\/xorgxrdp\/releases\/download\/v0.2.13\/xorgxrdp-0.2.13.tar.gz<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># tar xvfz xorgxrdp-0.2.13.tar.gz<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># cd \"${BD}\"\/git\/neutrinolabs\/xorgxrdp-0.2.13<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># .\/bootstrap<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># .\/configure<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># make<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># make install<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># systemctl enable xrdp<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># service xrdp start\n<\/span><span style=\"font-family: Ubuntu, sans-serif;\"># <span style=\"font-size: 12pt;\">reboot<\/span><\/span><\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-8170 size-full\" src=\"https:\/\/unihost.com\/help\/minio.php?.\/ubuntu_gnome.png\" alt=\"How to Install Xrdp Server - Image 1\" width=\"1441\" height=\"961\" \/ title=\"How to Install Xrdp Server - Image 1\"><\/p>\n<h5><span style=\"font-family: Ubuntu; font-size: 12pt;\"><b>Xfce:<\/b><\/span><\/h5>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># apt-get install xfce4 xfce4-terminal<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># apt-get install xrdp<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># sed -i.bak '\/fi\/a #xrdp multiple users configuration n xfce-session n' \/etc\/xrdp\/startwm.sh<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># systemctl enable xrdp<\/span>\n<span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># service xrdp start<\/span><\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-8181\" src=\"https:\/\/unihost.com\/help\/minio.php?.\/ubuntu_xfce_.jpg\" alt=\"How to Install Xrdp Server - Image 2\" width=\"1447\" height=\"962\" \/ title=\"How to Install Xrdp Server - Image 2\"><\/p>\n<h5><span style=\"font-family: Ubuntu;\"><b>Mate:<\/b><\/span><\/h5>\n<pre><span style=\"font-family: Ubuntu; font-size: 12pt;\"># apt-get install mate-core mate-desktop-environment mate-notification-daemon<\/span>\n<span style=\"font-family: Ubuntu; font-size: 12pt;\"># apt-get install xrdp<\/span>\n<span style=\"font-family: Ubuntu; font-size: 12pt;\"># sed -i.bak '\/fi\/a #xrdp multiple users configuration n mate-session n' \/etc\/xrdp\/startwm.sh<\/span>\n<span style=\"font-family: Ubuntu; font-size: 12pt;\"># systemctl enable xrdp<\/span>\n<span style=\"font-family: Ubuntu; font-size: 12pt;\"># service xrdp start<\/span><\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-8176 size-full\" src=\"https:\/\/unihost.com\/help\/minio.php?.\/ubuntu_mate.png\" alt=\"How to Install Xrdp Server - Image 3\" width=\"1448\" height=\"962\" \/ title=\"How to Install Xrdp Server - Image 3\"><\/p>\n<h4 style=\"text-align: center;\"><span style=\"font-family: Ubuntu; font-size: 12pt;\"><b>Centos 7.7<\/b><\/span><\/h4>\n<h5><span style=\"font-family: Ubuntu;\"><b> GNOME:<\/b><\/span><\/h5>\n<pre><span style=\"font-family: Ubuntu; font-size: 12pt;\"># yum install -y epel-release<\/span>\n<span style=\"font-family: Ubuntu; font-size: 12pt;\"># yum -y update<\/span>\n<span style=\"font-family: Ubuntu; font-size: 12pt;\"># yum -y install xrdp<\/span>\n<span style=\"font-family: Ubuntu; font-size: 12pt;\"># systemctl enable xrdp<\/span>\n<span style=\"font-family: Ubuntu; font-size: 12pt;\"># yum groupinstall -y \"GNOME DESKTOP\"<\/span>\n<span style=\"font-family: Ubuntu; font-size: 12pt;\"># systemctl set-default graphical.target<\/span>\n<span style=\"font-family: Ubuntu; font-size: 12pt;\"># systemctl isolate graphical.target<\/span>\n<span style=\"font-family: Ubuntu; font-size: 12pt;\"># reboot<\/span><\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-8190 size-full\" src=\"https:\/\/unihost.com\/help\/minio.php?.\/centos_gnome.jpg\" alt=\"How to Install Xrdp Server - Image 4\" width=\"1446\" height=\"964\" \/ title=\"How to Install Xrdp Server - Image 4\"><\/p>\n<h5><span style=\"font-family: Ubuntu;\"><b>Xfce:<\/b><\/span><\/h5>\n<pre><span style=\"font-family: Ubuntu; font-size: 12pt;\"># yum install -y epel-release<\/span>\n<span style=\"font-family: Ubuntu; font-size: 12pt;\"># yum -y update<\/span>\n<span style=\"font-family: Ubuntu; font-size: 12pt;\"># yum -y install xrdp<\/span>\n<span style=\"font-family: Ubuntu; font-size: 12pt;\"># systemctl enable xrdp<\/span>\n<span style=\"font-family: Ubuntu; font-size: 12pt;\"># yum groupinstall -y \"Xfce\"<\/span>\n<span style=\"font-family: Ubuntu; font-size: 12pt;\"># echo \"xfce4-session\" &gt; ~\/.Xclients<\/span>\n<span style=\"font-family: Ubuntu; font-size: 12pt;\"># chmod a+x ~\/.Xclients\n# reboot\n<\/span><\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-8178 size-full\" src=\"https:\/\/unihost.com\/help\/minio.php?.\/centos_xfce.png\" alt=\"How to Install Xrdp Server - Image 5\" width=\"1446\" height=\"962\" \/ title=\"How to Install Xrdp Server - Image 5\"><\/p>\n<h5><span style=\"font-family: Ubuntu;\"><b>Mate:<\/b><\/span><\/h5>\n<pre><span style=\"font-family: Ubuntu; font-size: 12pt;\"># yum install -y epel-release<\/span>\n<span style=\"font-family: Ubuntu; font-size: 12pt;\"># yum -y update<\/span>\n<span style=\"font-family: Ubuntu; font-size: 12pt;\"># yum -y install xrdp<\/span>\n<span style=\"font-family: Ubuntu; font-size: 12pt;\"># systemctl enable xrdp<\/span>\n<span style=\"font-family: Ubuntu; font-size: 12pt;\"># yum groupinstall -y \"MATE Desktop\"<\/span>\n<span style=\"font-family: Ubuntu; font-size: 12pt;\"># echo \"mate-session\" &gt; ~\/.Xclients<\/span>\n<span style=\"font-family: Ubuntu; font-size: 12pt;\"># chmod a+x ~\/.Xclients<\/span>\n<span style=\"font-family: Ubuntu; font-size: 12pt;\"># reboot<\/span><\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-8197 size-full\" src=\"https:\/\/unihost.com\/help\/minio.php?.\/centos_mate.jpg\" alt=\"How to Install Xrdp Server - Image 6\" width=\"1446\" height=\"961\" \/ title=\"How to Install Xrdp Server - Image 6\"><\/p>\n<p><span style=\"font-family: Ubuntu; font-size: 12pt;\">Do not forget to check if port 3389 is open and, if necessary, make the required settings.<\/span><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">\u00a0<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial, we will look at the steps to install an xRDP server for remote control of a PC with Linux OS installed.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[158],"tags":[457,126,96,60,582],"class_list":["post-8146","post","type-post","status-publish","format-standard","hentry","category-dedicated-servers","tag-centos-2","tag-linux-ru","tag-rdp","tag-ubuntu","tag-xrdp"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Install Xrdp Server - Unihost.FAQ<\/title>\n<meta name=\"description\" content=\"In this tutorial, we will look at the steps to install an xRDP server for remote control of a PC with Linux OS installed.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Xrdp Server - Unihost.FAQ\" \/>\n<meta property=\"og:description\" content=\"In this tutorial, we will look at the steps to install an xRDP server for remote control of a PC with Linux OS installed.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/\" \/>\n<meta property=\"og:site_name\" content=\"Unihost.FAQ\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/unihost\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-05-12T22:00:37+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-22T12:11:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/unihost.com\/help\/minio.php?.\/ubuntu_gnome.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1441\" \/>\n\t<meta property=\"og:image:height\" content=\"961\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Unihost Support\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@unihost\" \/>\n<meta name=\"twitter:site\" content=\"@unihost\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Unihost Support\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/\"},\"author\":{\"name\":\"Unihost Support\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a\"},\"headline\":\"How to Install Xrdp Server\",\"datePublished\":\"2020-05-12T22:00:37+00:00\",\"dateModified\":\"2025-05-22T12:11:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/\"},\"wordCount\":128,\"publisher\":{\"@id\":\"https:\/\/unihost.com\/help\/#organization\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/unihost.com\/help\/minio.php?.\/ubuntu_gnome.png\",\"keywords\":[\"CentOS\",\"Linux\",\"RDP\",\"Ubuntu\",\"xRDP\"],\"articleSection\":[\"02. Dedicated servers\"],\"inLanguage\":\"en\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/\",\"url\":\"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/\",\"name\":\"How to Install Xrdp Server - Unihost.FAQ\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/help\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/unihost.com\/help\/minio.php?.\/ubuntu_gnome.png\",\"datePublished\":\"2020-05-12T22:00:37+00:00\",\"dateModified\":\"2025-05-22T12:11:23+00:00\",\"description\":\"In this tutorial, we will look at the steps to install an xRDP server for remote control of a PC with Linux OS installed.\",\"breadcrumb\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/#primaryimage\",\"url\":\"https:\/\/unihost.com\/help\/minio.php?.\/ubuntu_gnome.png\",\"contentUrl\":\"https:\/\/unihost.com\/help\/minio.php?.\/ubuntu_gnome.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Unihost\",\"item\":\"https:\/\/unihost.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Help\",\"item\":\"https:\/\/unihost.com\/help\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Install Xrdp Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/unihost.com\/help\/#website\",\"url\":\"https:\/\/unihost.com\/help\/\",\"name\":\"Unihost.FAQ\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/unihost.com\/help\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/unihost.com\/help\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/unihost.com\/help\/#organization\",\"name\":\"Unihost\",\"alternateName\":\"Unihost\",\"url\":\"https:\/\/unihost.com\/help\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png\",\"contentUrl\":\"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png\",\"width\":300,\"height\":300,\"caption\":\"Unihost\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/unihost\/\",\"https:\/\/x.com\/unihost\",\"https:\/\/www.instagram.com\/unihost\/?hl=en\",\"https:\/\/www.linkedin.com\/company\/unihost-com\",\"https:\/\/www.youtube.com\/channel\/UCITKsxMDnslQY8brN3advgw\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a\",\"name\":\"Unihost Support\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g\",\"caption\":\"Unihost Support\"},\"sameAs\":[\"https:\/\/unihost.com\/\"],\"url\":\"https:\/\/unihost.com\/help\/author\/support\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install Xrdp Server - Unihost.FAQ","description":"In this tutorial, we will look at the steps to install an xRDP server for remote control of a PC with Linux OS installed.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Xrdp Server - Unihost.FAQ","og_description":"In this tutorial, we will look at the steps to install an xRDP server for remote control of a PC with Linux OS installed.","og_url":"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/","og_site_name":"Unihost.FAQ","article_publisher":"https:\/\/www.facebook.com\/unihost\/","article_published_time":"2020-05-12T22:00:37+00:00","article_modified_time":"2025-05-22T12:11:23+00:00","og_image":[{"width":1441,"height":961,"url":"https:\/\/unihost.com\/help\/minio.php?.\/ubuntu_gnome.png","type":"image\/png"}],"author":"Unihost Support","twitter_card":"summary_large_image","twitter_creator":"@unihost","twitter_site":"@unihost","twitter_misc":{"Written by":"Unihost Support","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/#article","isPartOf":{"@id":"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/"},"author":{"name":"Unihost Support","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a"},"headline":"How to Install Xrdp Server","datePublished":"2020-05-12T22:00:37+00:00","dateModified":"2025-05-22T12:11:23+00:00","mainEntityOfPage":{"@id":"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/"},"wordCount":128,"publisher":{"@id":"https:\/\/unihost.com\/help\/#organization"},"image":{"@id":"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/#primaryimage"},"thumbnailUrl":"https:\/\/unihost.com\/help\/minio.php?.\/ubuntu_gnome.png","keywords":["CentOS","Linux","RDP","Ubuntu","xRDP"],"articleSection":["02. Dedicated servers"],"inLanguage":"en"},{"@type":"WebPage","@id":"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/","url":"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/","name":"How to Install Xrdp Server - Unihost.FAQ","isPartOf":{"@id":"https:\/\/unihost.com\/help\/#website"},"primaryImageOfPage":{"@id":"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/#primaryimage"},"image":{"@id":"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/#primaryimage"},"thumbnailUrl":"https:\/\/unihost.com\/help\/minio.php?.\/ubuntu_gnome.png","datePublished":"2020-05-12T22:00:37+00:00","dateModified":"2025-05-22T12:11:23+00:00","description":"In this tutorial, we will look at the steps to install an xRDP server for remote control of a PC with Linux OS installed.","breadcrumb":{"@id":"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/#primaryimage","url":"https:\/\/unihost.com\/help\/minio.php?.\/ubuntu_gnome.png","contentUrl":"https:\/\/unihost.com\/help\/minio.php?.\/ubuntu_gnome.png"},{"@type":"BreadcrumbList","@id":"https:\/\/unihost.com\/help\/how-to-install-xrdp-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Unihost","item":"https:\/\/unihost.com\/"},{"@type":"ListItem","position":2,"name":"Help","item":"https:\/\/unihost.com\/help\/"},{"@type":"ListItem","position":3,"name":"How to Install Xrdp Server"}]},{"@type":"WebSite","@id":"https:\/\/unihost.com\/help\/#website","url":"https:\/\/unihost.com\/help\/","name":"Unihost.FAQ","description":"","publisher":{"@id":"https:\/\/unihost.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/unihost.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/unihost.com\/help\/#organization","name":"Unihost","alternateName":"Unihost","url":"https:\/\/unihost.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png","contentUrl":"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png","width":300,"height":300,"caption":"Unihost"},"image":{"@id":"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/unihost\/","https:\/\/x.com\/unihost","https:\/\/www.instagram.com\/unihost\/?hl=en","https:\/\/www.linkedin.com\/company\/unihost-com","https:\/\/www.youtube.com\/channel\/UCITKsxMDnslQY8brN3advgw"]},{"@type":"Person","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a","name":"Unihost Support","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g","caption":"Unihost Support"},"sameAs":["https:\/\/unihost.com\/"],"url":"https:\/\/unihost.com\/help\/author\/support\/"}]}},"_links":{"self":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/8146","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/comments?post=8146"}],"version-history":[{"count":42,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/8146\/revisions"}],"predecessor-version":[{"id":17104,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/8146\/revisions\/17104"}],"wp:attachment":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/media?parent=8146"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/categories?post=8146"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/tags?post=8146"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}