{"id":12518,"date":"2024-10-04T09:19:44","date_gmt":"2024-10-04T09:19:44","guid":{"rendered":"https:\/\/greenwebpage.com\/community\/?p=12518"},"modified":"2024-10-17T08:40:53","modified_gmt":"2024-10-17T08:40:53","slug":"how-to-install-xrdp-on-ubuntu-24-04","status":"publish","type":"post","link":"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/","title":{"rendered":"How to Install Xrdp on Ubuntu 24.04: Easy Guide"},"content":{"rendered":"\n<p>Do you want to manage your <a href=\"https:\/\/ubuntu.com\/blog\/tag\/ubuntu-24-04-lts\" target=\"_blank\" rel=\"noreferrer noopener\">Ubuntu<\/a> system remotely from Windows? To do so, you&#8217;ve to install XRDP on your Ubuntu 24.04 system!<\/p>\n\n\n\n<p><a href=\"https:\/\/www.xrdp.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">XRDP<\/a> is a tool used for connecting to an Ubuntu or other Linux system via Remote Desktop Protocol (RDP). It provides remote access to your Linux desktop environment from a Windows machine or any other RDP-compatible client. Additionally, it also offers a graphical user interface for managing the system remotely.&nbsp;<\/p>\n\n\n\n<p>In this write-up, we will cover the installation method for XRDP on Ubuntu 24.04 and also provide instructions for its configuration.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Install XRDP on Ubuntu 24.04<\/h2>\n\n\n\n<p>If you want to install XRDP on Ubuntu 24.04, follow the below-mentioned steps:<\/p>\n\n\n\n<p>First, update all of your Ubuntu 24.04 system packages:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo apt update<\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/linuxworld.info\/wp-content\/uploads\/2024\/09\/Updating-Ubuntus-Repository.jpg\" alt=\"Updating Ubuntu's Repository\" class=\"wp-image-4335\"\/><\/figure>\n\n\n\n<p>To install XRDP, run:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo apt install xrdp -y<\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/linuxworld.info\/wp-content\/uploads\/2024\/09\/Installing-Xrdp-on-Ubuntu-24.04.jpg\" alt=\"Installing Xrdp on Ubuntu 24.04\" class=\"wp-image-4336\"\/><\/figure>\n\n\n\n<p>Now, check the XRDP status for verification:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo systemctl status xrdp<\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/linuxworld.info\/wp-content\/uploads\/2024\/09\/Verifying-the-Installation-of-Xrdp-on-Ubuntu-24.04.jpg\" alt=\"Verifying the Installation of Xrdp on Ubuntu 24.04\" class=\"wp-image-4343\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Configuring Xrdp on Ubuntu 24.04<\/h2>\n\n\n\n<p>Now, it&#8217;s time to add the \u2018<strong>xrdp<\/strong>\u2019 user to the \u2018<strong>ssl-cert<\/strong>\u2019 group. After this configuration, XRDP can access SSL certificates for secure remote desktop connections. <\/p>\n\n\n\n<p>To do so, execute:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo adduser xrdp ssl-cert<\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/linuxworld.info\/wp-content\/uploads\/2024\/09\/Configuring-Xrdp-on-Ubuntu-24.04.jpg\" alt=\"Configuring Xrdp on Ubuntu 24.04\" class=\"wp-image-4337\"\/><\/figure>\n\n\n\n<p>Now, restart the XRDP service to save the made changes:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo systemctl restart xrdp<\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/linuxworld.info\/wp-content\/uploads\/2024\/09\/Restarting-the-xrdp-service-on-Ubuntu-24.04.jpg\" alt=\"Restarting the xrdp service on Ubuntu 24.04\" class=\"wp-image-4342\"\/><\/figure>\n\n\n\n<p>Allow local network access to XRDP on port 3389 for secure connections, or open <strong>port 3389<\/strong> to all IP addresses for broader remote access with:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo ufw allow from [IP_Address] to any port 3389<\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo ufw allow 3389<\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/linuxworld.info\/wp-content\/uploads\/2024\/09\/Adding-a-Firewall-Rule-to-allow-inbound-and-outbound-on-port-3389.jpg\" alt=\"adding a firewall rule to allow inbound and outbound on port 3389\" class=\"wp-image-4338\"\/><\/figure>\n\n\n\n<p>Now, to test the XRDP connection, first open &#8220;<strong>Remote Desktop Connection<\/strong>&#8221; on your window by searching it in your search bar as shown below:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/linuxworld.info\/wp-content\/uploads\/2024\/09\/Opening-Remote-Desksyop-connection-on-window-1-1024x705.jpg\" alt=\"Opening Remote Desksyop connection on window\" class=\"wp-image-4340\"\/><\/figure>\n\n\n\n<p>After that, enter your Ubuntu\u2019s system IP address and username and click \u201c<strong>Connect<\/strong>\u201d:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/linuxworld.info\/wp-content\/uploads\/2024\/09\/Connection-successfull.jpg\" alt=\"Connection successfull\" class=\"wp-image-4341\"\/><\/figure>\n\n\n\n<p>Lastly, provide your Ubuntu system credentials to manage your system remotely.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>This guide has demonstrated the procedure for installing and configuring XRDP on Ubuntu 24.04. If you want to install XRDP, update the packages, run the provided installation command, and verify its status for verification purposes.<\/p>\n\n\n\n<p>For configuration, follow the steps to add the \u2018xrdp\u2019 user to the \u2018ssl-cert group\u2019, adjust firewall settings, and test the connection to enable remote desktop access.<\/p>\n\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>Do you want to manage your Ubuntu system remotely from Windows? To do so, you&#8217;ve to install XRDP on your Ubuntu 24.04 system! XRDP is a tool used for connecting to an Ubuntu or other Linux system via Remote Desktop Protocol (RDP). It provides remote access to your Linux desktop environment from a Windows machine [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":12520,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[230,403,402,317,401],"class_list":["post-12518","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-linux","tag-linux-administration","tag-remote-desktop","tag-ubuntu-24-04","tag-xrdp"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Install Xrdp on Ubuntu 24.04: Easy Guide - Greenwebpage Community<\/title>\n<meta name=\"description\" content=\"In this write-up, we will cover the installation method for XRDP on Ubuntu 24.04 and also provide instructions for its configuration.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/\" \/>\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 on Ubuntu 24.04: Easy Guide - Greenwebpage Community\" \/>\n<meta property=\"og:description\" content=\"In this write-up, we will cover the installation method for XRDP on Ubuntu 24.04 and also provide instructions for its configuration.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/\" \/>\n<meta property=\"og:site_name\" content=\"Greenwebpage Community\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-04T09:19:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-17T08:40:53+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/10\/How-to-Install-XRDP-on-Ubuntu-24.04.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1020\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Karim Buzdar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Karim Buzdar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/\"},\"author\":{\"name\":\"Karim Buzdar\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\"},\"headline\":\"How to Install Xrdp on Ubuntu 24.04: Easy Guide\",\"datePublished\":\"2024-10-04T09:19:44+00:00\",\"dateModified\":\"2024-10-17T08:40:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/\"},\"wordCount\":316,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/10\/How-to-Install-XRDP-on-Ubuntu-24.04.jpg\",\"keywords\":[\"Linux\",\"Linux Administration\",\"Remote Desktop\",\"Ubuntu 24.04\",\"Xrdp\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/\",\"name\":\"How to Install Xrdp on Ubuntu 24.04: Easy Guide - Greenwebpage Community\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/10\/How-to-Install-XRDP-on-Ubuntu-24.04.jpg\",\"datePublished\":\"2024-10-04T09:19:44+00:00\",\"dateModified\":\"2024-10-17T08:40:53+00:00\",\"description\":\"In this write-up, we will cover the installation method for XRDP on Ubuntu 24.04 and also provide instructions for its configuration.\",\"breadcrumb\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/#primaryimage\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/10\/How-to-Install-XRDP-on-Ubuntu-24.04.jpg\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/10\/How-to-Install-XRDP-on-Ubuntu-24.04.jpg\",\"width\":1020,\"height\":600,\"caption\":\"How to Install XRDP on Ubuntu 24.04\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/greenwebpage.com\/community\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Xrdp on Ubuntu 24.04: Easy Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"name\":\"Greenwebpage Community\",\"description\":\"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.\",\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/greenwebpage.com\/community\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\",\"name\":\"Greenwebpage Community\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"width\":512,\"height\":512,\"caption\":\"Greenwebpage Community\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\",\"name\":\"Karim Buzdar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"caption\":\"Karim Buzdar\"},\"sameAs\":[\"https:\/\/greenwebpage.com\"],\"url\":\"https:\/\/greenwebpage.com\/community\/author\/karim\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install Xrdp on Ubuntu 24.04: Easy Guide - Greenwebpage Community","description":"In this write-up, we will cover the installation method for XRDP on Ubuntu 24.04 and also provide instructions for its configuration.","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:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Xrdp on Ubuntu 24.04: Easy Guide - Greenwebpage Community","og_description":"In this write-up, we will cover the installation method for XRDP on Ubuntu 24.04 and also provide instructions for its configuration.","og_url":"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/","og_site_name":"Greenwebpage Community","article_published_time":"2024-10-04T09:19:44+00:00","article_modified_time":"2024-10-17T08:40:53+00:00","og_image":[{"width":1020,"height":600,"url":"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/10\/How-to-Install-XRDP-on-Ubuntu-24.04.jpg","type":"image\/jpeg"}],"author":"Karim Buzdar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Karim Buzdar","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/#article","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/"},"author":{"name":"Karim Buzdar","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8"},"headline":"How to Install Xrdp on Ubuntu 24.04: Easy Guide","datePublished":"2024-10-04T09:19:44+00:00","dateModified":"2024-10-17T08:40:53+00:00","mainEntityOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/"},"wordCount":316,"commentCount":0,"publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/10\/How-to-Install-XRDP-on-Ubuntu-24.04.jpg","keywords":["Linux","Linux Administration","Remote Desktop","Ubuntu 24.04","Xrdp"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/","url":"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/","name":"How to Install Xrdp on Ubuntu 24.04: Easy Guide - Greenwebpage Community","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/#website"},"primaryImageOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/#primaryimage"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/10\/How-to-Install-XRDP-on-Ubuntu-24.04.jpg","datePublished":"2024-10-04T09:19:44+00:00","dateModified":"2024-10-17T08:40:53+00:00","description":"In this write-up, we will cover the installation method for XRDP on Ubuntu 24.04 and also provide instructions for its configuration.","breadcrumb":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/#primaryimage","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/10\/How-to-Install-XRDP-on-Ubuntu-24.04.jpg","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/10\/How-to-Install-XRDP-on-Ubuntu-24.04.jpg","width":1020,"height":600,"caption":"How to Install XRDP on Ubuntu 24.04"},{"@type":"BreadcrumbList","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-xrdp-on-ubuntu-24-04\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/greenwebpage.com\/community\/"},{"@type":"ListItem","position":2,"name":"How to Install Xrdp on Ubuntu 24.04: Easy Guide"}]},{"@type":"WebSite","@id":"https:\/\/greenwebpage.com\/community\/#website","url":"https:\/\/greenwebpage.com\/community\/","name":"Greenwebpage Community","description":"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.","publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/greenwebpage.com\/community\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/greenwebpage.com\/community\/#organization","name":"Greenwebpage Community","url":"https:\/\/greenwebpage.com\/community\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","width":512,"height":512,"caption":"Greenwebpage Community"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8","name":"Karim Buzdar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","caption":"Karim Buzdar"},"sameAs":["https:\/\/greenwebpage.com"],"url":"https:\/\/greenwebpage.com\/community\/author\/karim\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/12518","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/comments?post=12518"}],"version-history":[{"count":1,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/12518\/revisions"}],"predecessor-version":[{"id":12519,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/12518\/revisions\/12519"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media\/12520"}],"wp:attachment":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media?parent=12518"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/categories?post=12518"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/tags?post=12518"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}