{"id":29134,"date":"2015-10-30T12:40:05","date_gmt":"2015-10-30T07:10:05","guid":{"rendered":"https:\/\/2thenew.xyz\/blog\/?p=29134"},"modified":"2015-10-30T13:21:07","modified_gmt":"2015-10-30T07:51:07","slug":"remote-desktop-servers-with-displays","status":"publish","type":"post","link":"https:\/\/2thenew.xyz\/blog\/remote-desktop-servers-with-displays\/","title":{"rendered":"How to see GUI on Remote (Linux) Machines?"},"content":{"rendered":"<p>It rarely happens that we need to see GUI for the Linux based remote servers. But what if you need to see that. The purpose of this post is to walk you through the software\/steps required to fulfill this requirement. Here is how we can enable the GUI<\/p>\n<p>First of all we have to install vncserver on remote machine<\/p>\n<p>For Ubuntu<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/10\/Selection_007.png\" alt=\"Selection_007\" width=\"360\" height=\"17\" class=\"alignnone size-full wp-image-29228\" \/><\/p>\n<p>For Redhat<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/10\/Selection_008.png\" alt=\"Selection_008\" width=\"321\" height=\"19\" class=\"alignnone size-full wp-image-29229\" \/><\/p>\n<p>Then start a display and telling the display port along as a command line argument. This will be used by an application that require displays.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/10\/Selection_009.png\" alt=\"Selection_009\" width=\"690\" height=\"116\" class=\"alignnone size-full wp-image-29230\" \/><\/p>\n<p>Above we are using display port as :3. If omitted, the next free display number is used<\/p>\n<p>It will ask to type password for authentication. Type password. Re verify. Now display is on<\/p>\n<p>For Ubuntu set password for authentication using vncpasswd command<\/p>\n<p>You can see the list of existing displays using vncserver list option<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/10\/Selection_010.png\" alt=\"Selection_010\" width=\"349\" height=\"105\" class=\"alignnone size-full wp-image-29249\" \/><\/p>\n<p>For seeing what port is being used we will grep from ps command<br \/>\n<code>ps -eaf| grep vnc<\/code><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/10\/Selection_016.png\" alt=\"Selection_016\" width=\"1001\" height=\"61\" class=\"alignnone size-full wp-image-29262\" \/><\/p>\n<p>Note down the -rfbport number for the corresponding display<\/p>\n<p>Export the display system variable that will be used by firefox or any other ui application to use<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/10\/Selection_013.png\" alt=\"Selection_013\" width=\"355\" height=\"19\" class=\"alignnone size-full wp-image-29251\" \/><\/p>\n<p>Next is how we can see application running.<br \/>\nFor that we need to remote desktop into the remote machine.<\/p>\n<p>Do ssh tunnel.<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/10\/Selection_014.png\" alt=\"Selection_014\" width=\"470\" height=\"20\" class=\"alignnone size-full wp-image-29252\" \/><\/p>\n<p>Try to do remote desktop<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/10\/Selection_017.png\" alt=\"Selection_017\" width=\"421\" height=\"68\" class=\"alignnone size-full wp-image-29267\" \/><\/p>\n<p>Type localhost as server address and when promted for password, type the password entered earlier while opening display<\/p>\n<p>If everything went fine, shall able to see the remote desktop!!!<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/10\/Selection_018.png\" alt=\"Selection_018\" width=\"500\" height=\"317\" class=\"alignnone size-medium wp-image-29268\" \/><\/p>\n<p>One simple use-case could be if you want to see the Geb\/functional tests running on server.<br \/>\nAnd I am planning to write another blog for this.<\/p>\n<p>Hope this helps!!!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>It rarely happens that we need to see GUI for the Linux based remote servers. But what if you need to see that. The purpose of this post is to walk you through the software\/steps required to fulfill this requirement. Here is how we can enable the GUI First of all we have to install [&hellip;]<\/p>\n","protected":false},"author":528,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":16,"footnotes":""},"categories":[1],"tags":[260,2678,2681,2680,2677,2679],"class_list":["post-29134","post","type-post","status-publish","format-standard","hentry","category-technology","tag-linux","tag-remote-desktop","tag-remote-display","tag-tightvnc","tag-vnc","tag-x11"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"It rarely happens that we need to see GUI for the Linux based remote servers. But what if you need to see that. The purpose of this post is to walk you through the software\/steps required to fulfill this requirement. Here is how we can enable the GUI First of all we have to install\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Parampreet Singh\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/2thenew.xyz\/blog\/remote-desktop-servers-with-displays\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"How to see GUI on Remote (Linux) Machines? | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"It rarely happens that we need to see GUI for the Linux based remote servers. But what if you need to see that. The purpose of this post is to walk you through the software\/steps required to fulfill this requirement. Here is how we can enable the GUI First of all we have to install\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/2thenew.xyz\/blog\/remote-desktop-servers-with-displays\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to see GUI on Remote (Linux) Machines? | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"It rarely happens that we need to see GUI for the Linux based remote servers. But what if you need to see that. The purpose of this post is to walk you through the software\/steps required to fulfill this requirement. Here is how we can enable the GUI First of all we have to install\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/remote-desktop-servers-with-displays\\\/#article\",\"name\":\"How to see GUI on Remote (Linux) Machines? | TO THE NEW Blog\",\"headline\":\"How to see GUI on Remote (Linux) Machines?\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/parampreet\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"\\\/blog\\\/wp-ttn-blog\\\/uploads\\\/2015\\\/10\\\/Selection_007.png\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/remote-desktop-servers-with-displays\\\/#articleImage\"},\"datePublished\":\"2015-10-30T12:40:05+05:30\",\"dateModified\":\"2015-10-30T13:21:07+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/remote-desktop-servers-with-displays\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/remote-desktop-servers-with-displays\\\/#webpage\"},\"articleSection\":\"Technology, Linux, remote desktop, remote display, tightvnc, vnc, X11\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/remote-desktop-servers-with-displays\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"position\":2,\"name\":\"Technology\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/remote-desktop-servers-with-displays\\\/#listItem\",\"name\":\"How to see GUI on Remote (Linux) Machines?\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/remote-desktop-servers-with-displays\\\/#listItem\",\"position\":3,\"name\":\"How to see GUI on Remote (Linux) Machines?\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/parampreet\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/parampreet\\\/\",\"name\":\"Parampreet Singh\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/remote-desktop-servers-with-displays\\\/#authorImage\",\"url\":\"https:\\\/\\\/newersworld-sf-static.tothenew.net\\\/prod\\\/profilePicFolder\\\/ddeed523-2103-40d5-940d-64d3e7d7ae68_parampreet.singh@tothenew.com.jpg\",\"width\":96,\"height\":96,\"caption\":\"Parampreet Singh\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/remote-desktop-servers-with-displays\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/remote-desktop-servers-with-displays\\\/\",\"name\":\"How to see GUI on Remote (Linux) Machines? | TO THE NEW Blog\",\"description\":\"It rarely happens that we need to see GUI for the Linux based remote servers. But what if you need to see that. The purpose of this post is to walk you through the software\\\/steps required to fulfill this requirement. Here is how we can enable the GUI First of all we have to install\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/remote-desktop-servers-with-displays\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/parampreet\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/parampreet\\\/#author\"},\"datePublished\":\"2015-10-30T12:40:05+05:30\",\"dateModified\":\"2015-10-30T13:21:07+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to see GUI on Remote (Linux) Machines? | TO THE NEW Blog","description":"It rarely happens that we need to see GUI for the Linux based remote servers. But what if you need to see that. The purpose of this post is to walk you through the software\/steps required to fulfill this requirement. Here is how we can enable the GUI First of all we have to install","canonical_url":"https:\/\/2thenew.xyz\/blog\/remote-desktop-servers-with-displays\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/2thenew.xyz\/blog\/remote-desktop-servers-with-displays\/#article","name":"How to see GUI on Remote (Linux) Machines? | TO THE NEW Blog","headline":"How to see GUI on Remote (Linux) Machines?","author":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/parampreet\/#author"},"publisher":{"@id":"https:\/\/2thenew.xyz\/blog\/#organization"},"image":{"@type":"ImageObject","url":"\/blog\/wp-ttn-blog\/uploads\/2015\/10\/Selection_007.png","@id":"https:\/\/2thenew.xyz\/blog\/remote-desktop-servers-with-displays\/#articleImage"},"datePublished":"2015-10-30T12:40:05+05:30","dateModified":"2015-10-30T13:21:07+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/2thenew.xyz\/blog\/remote-desktop-servers-with-displays\/#webpage"},"isPartOf":{"@id":"https:\/\/2thenew.xyz\/blog\/remote-desktop-servers-with-displays\/#webpage"},"articleSection":"Technology, Linux, remote desktop, remote display, tightvnc, vnc, X11"},{"@type":"BreadcrumbList","@id":"https:\/\/2thenew.xyz\/blog\/remote-desktop-servers-with-displays\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog#listItem","position":1,"name":"Home","item":"https:\/\/2thenew.xyz\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","position":2,"name":"Technology","item":"https:\/\/2thenew.xyz\/blog\/category\/technology\/","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/remote-desktop-servers-with-displays\/#listItem","name":"How to see GUI on Remote (Linux) Machines?"},"previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/remote-desktop-servers-with-displays\/#listItem","position":3,"name":"How to see GUI on Remote (Linux) Machines?","previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","name":"Technology"}}]},{"@type":"Organization","@id":"https:\/\/2thenew.xyz\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/2thenew.xyz\/blog\/"},{"@type":"Person","@id":"https:\/\/2thenew.xyz\/blog\/author\/parampreet\/#author","url":"https:\/\/2thenew.xyz\/blog\/author\/parampreet\/","name":"Parampreet Singh","image":{"@type":"ImageObject","@id":"https:\/\/2thenew.xyz\/blog\/remote-desktop-servers-with-displays\/#authorImage","url":"https:\/\/newersworld-sf-static.tothenew.net\/prod\/profilePicFolder\/ddeed523-2103-40d5-940d-64d3e7d7ae68_parampreet.singh@tothenew.com.jpg","width":96,"height":96,"caption":"Parampreet Singh"}},{"@type":"WebPage","@id":"https:\/\/2thenew.xyz\/blog\/remote-desktop-servers-with-displays\/#webpage","url":"https:\/\/2thenew.xyz\/blog\/remote-desktop-servers-with-displays\/","name":"How to see GUI on Remote (Linux) Machines? | TO THE NEW Blog","description":"It rarely happens that we need to see GUI for the Linux based remote servers. But what if you need to see that. The purpose of this post is to walk you through the software\/steps required to fulfill this requirement. Here is how we can enable the GUI First of all we have to install","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/2thenew.xyz\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/2thenew.xyz\/blog\/remote-desktop-servers-with-displays\/#breadcrumblist"},"author":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/parampreet\/#author"},"creator":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/parampreet\/#author"},"datePublished":"2015-10-30T12:40:05+05:30","dateModified":"2015-10-30T13:21:07+05:30"},{"@type":"WebSite","@id":"https:\/\/2thenew.xyz\/blog\/#website","url":"https:\/\/2thenew.xyz\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/2thenew.xyz\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"How to see GUI on Remote (Linux) Machines? | TO THE NEW Blog","og:description":"It rarely happens that we need to see GUI for the Linux based remote servers. But what if you need to see that. The purpose of this post is to walk you through the software\/steps required to fulfill this requirement. Here is how we can enable the GUI First of all we have to install","og:url":"https:\/\/2thenew.xyz\/blog\/remote-desktop-servers-with-displays\/","og:image":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"How to see GUI on Remote (Linux) Machines? | TO THE NEW Blog","twitter:description":"It rarely happens that we need to see GUI for the Linux based remote servers. But what if you need to see that. The purpose of this post is to walk you through the software\/steps required to fulfill this requirement. Here is how we can enable the GUI First of all we have to install","twitter:image":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"29134","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":"","og_description":"","og_object_type":"blog","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":"","og_article_tags":"","twitter_use_og":false,"twitter_card":"summary","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-30 05:56:03","updated":"2024-02-29 09:47:29","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.xyz\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.xyz\/blog\/category\/technology\/\" title=\"Technology\">Technology<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to see GUI on Remote (Linux) Machines?\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/2thenew.xyz\/blog"},{"label":"Technology","link":"https:\/\/2thenew.xyz\/blog\/category\/technology\/"},{"label":"How to see GUI on Remote (Linux) Machines?","link":"https:\/\/2thenew.xyz\/blog\/remote-desktop-servers-with-displays\/"}],"_links":{"self":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/29134","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/users\/528"}],"replies":[{"embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/comments?post=29134"}],"version-history":[{"count":0,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/29134\/revisions"}],"wp:attachment":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/media?parent=29134"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/categories?post=29134"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/tags?post=29134"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}