{"id":1449,"date":"2014-12-01T21:53:17","date_gmt":"2014-12-02T05:53:17","guid":{"rendered":"http:\/\/hellbach.us\/blog\/?p=1449"},"modified":"2022-11-24T00:16:43","modified_gmt":"2022-11-24T08:16:43","slug":"using-windows-rdp-access-ubuntu-instance","status":"publish","type":"post","link":"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/","title":{"rendered":"Using Windows RDP to Access your Ubuntu Instance"},"content":{"rendered":"<div class='__iawmlf-post-loop-links' style='display:none;' data-iawmlf-post-links='[{&quot;id&quot;:3041,&quot;href&quot;:&quot;https:\\\/\\\/community.hpcloud.com\\\/article\\\/managing-your-security-groups-135&quot;,&quot;archived_href&quot;:&quot;&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[],&quot;broken&quot;:false,&quot;last_checked&quot;:null,&quot;process&quot;:&quot;done&quot;}]'><\/div>\n<h2>Purpose<\/h2>\n<p>To show the steps required to setup Ubuntu Desktop on an Ubuntu 12.04 instance in our environment and connect to it using the Windows Remote Desktop Connection utility.<\/p>\n<h2>Notes<\/h2>\n<ul>\n<li>Using this method of interacting with your instance will be slower so keep that in mind. By default our Linux instances are setup for terminal access only.<\/li>\n<li><strong>These steps were tested on our Ubuntu 12.04 LTS image only<\/strong><\/li>\n<\/ul>\n<h2>Pre-requisites<\/h2>\n<ul>\n<li>Must have port 3389 open in the security group associated with your instance. If you have the Windows Firewall enabled on your instance you must also have that port allowed as well.<\/li>\n<\/ul>\n<h2>Walk-through Steps<\/h2>\n<h3>Installing XRDP on Ubuntu for RDP connection<\/h3>\n<p>These steps will allow you to access a Desktop GUI environment for your Ubuntu 12.04 instance using the Remote Desktop Connection program on your Windows machine.<\/p>\n<p><strong>1.<\/strong> Install the Ubuntu Desktop environment:<\/p>\n<pre class=\"prettyprint\"><code><span class=\"pln\">sudo apt<\/span><span class=\"pun\">-<\/span><span class=\"kwd\">get<\/span><span class=\"pln\"> install ubuntu<\/span><span class=\"pun\">-<\/span><span class=\"pln\">desktop <\/span><\/code><\/pre>\n<p><strong>2.<\/strong> Install XRDP using the following command:<\/p>\n<pre class=\"prettyprint\"><code><span class=\"pln\">sudo apt<\/span><span class=\"pun\">-<\/span><span class=\"kwd\">get<\/span><span class=\"pln\"> install xrdp<\/span><\/code><\/pre>\n<p><strong>NOTE:<\/strong> User must add port 3389 to Security Groups. If you need assistance setting up your Security Group we have this article which should help:<br \/>\n<a href=\"https:\/\/community.hpcloud.com\/article\/managing-your-security-groups-135\" target=\"_blank\" rel=\"nofollow noopener\">Managing Your Security Groups in 13.5<\/a><\/p>\n<p><strong>3.<\/strong> Once the installation is complete you will need to start the XRDP Application:<\/p>\n<pre class=\"prettyprint\"><code><span class=\"pln\">sudo <\/span><span class=\"pun\">\/<\/span><span class=\"pln\">etc<\/span><span class=\"pun\">\/<\/span><span class=\"pln\">init<\/span><span class=\"pun\">.<\/span><span class=\"pln\">d<\/span><span class=\"pun\">\/<\/span><span class=\"pln\">xrdp start<\/span><\/code><\/pre>\n<p><strong>4.<\/strong> Create a new user that you will use to log into the XRDP:<\/p>\n<pre class=\"prettyprint\"><code><span class=\"pln\">sudo adduser USERNAME<\/span><\/code><\/pre>\n<p><strong>NOTE:<\/strong> If the server does not accept the name you chose for the account add: &#8220;&#8211;force-badname&#8221; to the end of the command above.<\/p>\n<p><strong>5.<\/strong> The user setup in step 5 will only have login access to the instance but will not be able to install applications or complete administrator tasks. You can grant sudo access to this user by putting them into the sudo group:<\/p>\n<pre class=\"prettyprint\"><code><span class=\"pln\">sudo adduser USERNAME sudo<\/span><\/code><\/pre>\n<p>Example:<br \/>\n<img loading=\"lazy\" decoding=\"async\" title=\"\" src=\"https:\/\/web.archive.org\/web\/20141129225426\/https:\/\/community.hpcloud.com\/sites\/default\/files\/styles\/large\/public\/sudo%20user%20example.png?itok=XcmnMx7k\" alt=\"\" width=\"480\" height=\"57\" \/><\/p>\n<p><strong>6.<\/strong> Now start \u201cRemote Desktop Connection\u201d from your local machine. From the Run line (Start -&gt; Run) you can type &#8220;mstsc&#8221; or you can find the program in your Accessories menu.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" title=\"\" src=\"https:\/\/web.archive.org\/web\/20141129225415\/https:\/\/community.hpcloud.com\/sites\/default\/files\/styles\/large\/public\/mstsc.png?itok=6D0QcLDf\" alt=\"\" width=\"426\" height=\"232\" \/><\/p>\n<p><strong>7.<\/strong> Access the additional options by clicking <strong>Show Options<\/strong>:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" title=\"\" src=\"https:\/\/community.hpcloud.com\/sites\/default\/files\/XRDP1.jpg\" alt=\"\" width=\"421\" height=\"260\" \/><\/p>\n<p><strong>8.<\/strong> Enter your Floating IP and Username in their respective fields and then click the Connect button to connect:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" title=\"\" src=\"https:\/\/community.hpcloud.com\/sites\/default\/files\/XRDP2.jpg\" alt=\"\" width=\"420\" height=\"483\" \/><\/p>\n<p><strong>9.<\/strong> If the desktop comes up blank you may need to do this additional step:<\/p>\n<p>Access your instance via SSH and navigate to the home directory of the user account you created:<\/p>\n<pre class=\"prettyprint\"><code><span class=\"pln\">su USERNAME<\/span><\/code><\/pre>\n<p>Create a file called <code class=\"prettyprint\"><span class=\"pun\">.<\/span><span class=\"pln\">xsession<\/span><\/code>:<\/p>\n<pre class=\"prettyprint\"><code><span class=\"pln\">nano <\/span><span class=\"pun\">.<\/span><span class=\"pln\">xsession<\/span><\/code><\/pre>\n<p>populate this file with this data:<\/p>\n<pre class=\"prettyprint\"><code><span class=\"pln\">gnome<\/span><span class=\"pun\">-<\/span><span class=\"pln\">session <\/span><span class=\"pun\">\u2013<\/span><span class=\"pln\">session<\/span><span class=\"pun\">=<\/span><span class=\"typ\">Ubuntu<\/span><span class=\"pun\">-<\/span><span class=\"lit\">2d<\/span><\/code><\/pre>\n<p>Exit and save the file with CTRL+X. Then repeat Step #8. You now have a Desktop GUI for your Ubuntu instance!<\/p>\n<p><em>from <a href=\"https:\/\/web.archive.org\/web\/20151116131756\/https:\/\/community.hpcloud.com\/article\/using-windows-rdp-access-your-ubuntu-instance\" target=\"_blank\" rel=\"nofollow noopener\">HPCloud<\/a><\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Purpose To show the steps required to setup Ubuntu Desktop on an Ubuntu 12.04 instance in our environment and connect to it using the Windows Remote Desktop Connection utility. Notes Using this method of interacting with your instance will be &hellip; <a href=\"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[17,2],"tags":[],"class_list":["post-1449","post","type-post","status-publish","format-standard","hentry","category-comp","category-tech"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Using Windows RDP to Access your Ubuntu Instance - Hellbach blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Using Windows RDP to Access your Ubuntu Instance - Hellbach blog\" \/>\n<meta property=\"og:description\" content=\"Purpose To show the steps required to setup Ubuntu Desktop on an Ubuntu 12.04 instance in our environment and connect to it using the Windows Remote Desktop Connection utility. Notes Using this method of interacting with your instance will be &hellip; Continue reading &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/\" \/>\n<meta property=\"og:site_name\" content=\"Hellbach blog\" \/>\n<meta property=\"article:published_time\" content=\"2014-12-02T05:53:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-11-24T08:16:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/web.archive.org\/web\/20141129225426\/https:\/\/community.hpcloud.com\/sites\/default\/files\/styles\/large\/public\/sudo%20user%20example.png?itok=XcmnMx7k\" \/>\n<meta name=\"author\" content=\"alex\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"alex\" \/>\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:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/\"},\"author\":{\"name\":\"alex\",\"@id\":\"https:\/\/hellbach.us\/blog\/#\/schema\/person\/9bf1a63e253268c42a6e9db64611c507\"},\"headline\":\"Using Windows RDP to Access your Ubuntu Instance\",\"datePublished\":\"2014-12-02T05:53:17+00:00\",\"dateModified\":\"2022-11-24T08:16:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/\"},\"wordCount\":391,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/hellbach.us\/blog\/#\/schema\/person\/9bf1a63e253268c42a6e9db64611c507\"},\"image\":{\"@id\":\"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/web.archive.org\/web\/20141129225426\/https:\/\/community.hpcloud.com\/sites\/default\/files\/styles\/large\/public\/sudo%20user%20example.png?itok=XcmnMx7k\",\"articleSection\":[\"Computer\",\"Technology\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/\",\"url\":\"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/\",\"name\":\"Using Windows RDP to Access your Ubuntu Instance - Hellbach blog\",\"isPartOf\":{\"@id\":\"https:\/\/hellbach.us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/web.archive.org\/web\/20141129225426\/https:\/\/community.hpcloud.com\/sites\/default\/files\/styles\/large\/public\/sudo%20user%20example.png?itok=XcmnMx7k\",\"datePublished\":\"2014-12-02T05:53:17+00:00\",\"dateModified\":\"2022-11-24T08:16:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/#primaryimage\",\"url\":\"https:\/\/web.archive.org\/web\/20141129225426\/https:\/\/community.hpcloud.com\/sites\/default\/files\/styles\/large\/public\/sudo%20user%20example.png?itok=XcmnMx7k\",\"contentUrl\":\"https:\/\/web.archive.org\/web\/20141129225426\/https:\/\/community.hpcloud.com\/sites\/default\/files\/styles\/large\/public\/sudo%20user%20example.png?itok=XcmnMx7k\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/hellbach.us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Using Windows RDP to Access your Ubuntu Instance\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/hellbach.us\/blog\/#website\",\"url\":\"https:\/\/hellbach.us\/blog\/\",\"name\":\"Hellbach blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/hellbach.us\/blog\/#\/schema\/person\/9bf1a63e253268c42a6e9db64611c507\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/hellbach.us\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/hellbach.us\/blog\/#\/schema\/person\/9bf1a63e253268c42a6e9db64611c507\",\"name\":\"alex\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hellbach.us\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9868a7f8fd709cd74cf51d978359a3ce66a47a17cd57185a9e1a4774d288e228?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9868a7f8fd709cd74cf51d978359a3ce66a47a17cd57185a9e1a4774d288e228?s=96&d=mm&r=g\",\"caption\":\"alex\"},\"logo\":{\"@id\":\"https:\/\/hellbach.us\/blog\/#\/schema\/person\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Using Windows RDP to Access your Ubuntu Instance - Hellbach blog","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:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/","og_locale":"en_US","og_type":"article","og_title":"Using Windows RDP to Access your Ubuntu Instance - Hellbach blog","og_description":"Purpose To show the steps required to setup Ubuntu Desktop on an Ubuntu 12.04 instance in our environment and connect to it using the Windows Remote Desktop Connection utility. Notes Using this method of interacting with your instance will be &hellip; Continue reading &rarr;","og_url":"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/","og_site_name":"Hellbach blog","article_published_time":"2014-12-02T05:53:17+00:00","article_modified_time":"2022-11-24T08:16:43+00:00","og_image":[{"url":"https:\/\/web.archive.org\/web\/20141129225426\/https:\/\/community.hpcloud.com\/sites\/default\/files\/styles\/large\/public\/sudo%20user%20example.png?itok=XcmnMx7k","type":"","width":"","height":""}],"author":"alex","twitter_card":"summary_large_image","twitter_misc":{"Written by":"alex","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/#article","isPartOf":{"@id":"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/"},"author":{"name":"alex","@id":"https:\/\/hellbach.us\/blog\/#\/schema\/person\/9bf1a63e253268c42a6e9db64611c507"},"headline":"Using Windows RDP to Access your Ubuntu Instance","datePublished":"2014-12-02T05:53:17+00:00","dateModified":"2022-11-24T08:16:43+00:00","mainEntityOfPage":{"@id":"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/"},"wordCount":391,"commentCount":1,"publisher":{"@id":"https:\/\/hellbach.us\/blog\/#\/schema\/person\/9bf1a63e253268c42a6e9db64611c507"},"image":{"@id":"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/#primaryimage"},"thumbnailUrl":"https:\/\/web.archive.org\/web\/20141129225426\/https:\/\/community.hpcloud.com\/sites\/default\/files\/styles\/large\/public\/sudo%20user%20example.png?itok=XcmnMx7k","articleSection":["Computer","Technology"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/","url":"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/","name":"Using Windows RDP to Access your Ubuntu Instance - Hellbach blog","isPartOf":{"@id":"https:\/\/hellbach.us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/#primaryimage"},"image":{"@id":"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/#primaryimage"},"thumbnailUrl":"https:\/\/web.archive.org\/web\/20141129225426\/https:\/\/community.hpcloud.com\/sites\/default\/files\/styles\/large\/public\/sudo%20user%20example.png?itok=XcmnMx7k","datePublished":"2014-12-02T05:53:17+00:00","dateModified":"2022-11-24T08:16:43+00:00","breadcrumb":{"@id":"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/#primaryimage","url":"https:\/\/web.archive.org\/web\/20141129225426\/https:\/\/community.hpcloud.com\/sites\/default\/files\/styles\/large\/public\/sudo%20user%20example.png?itok=XcmnMx7k","contentUrl":"https:\/\/web.archive.org\/web\/20141129225426\/https:\/\/community.hpcloud.com\/sites\/default\/files\/styles\/large\/public\/sudo%20user%20example.png?itok=XcmnMx7k"},{"@type":"BreadcrumbList","@id":"https:\/\/hellbach.us\/blog\/tech\/using-windows-rdp-access-ubuntu-instance\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hellbach.us\/blog\/"},{"@type":"ListItem","position":2,"name":"Using Windows RDP to Access your Ubuntu Instance"}]},{"@type":"WebSite","@id":"https:\/\/hellbach.us\/blog\/#website","url":"https:\/\/hellbach.us\/blog\/","name":"Hellbach blog","description":"","publisher":{"@id":"https:\/\/hellbach.us\/blog\/#\/schema\/person\/9bf1a63e253268c42a6e9db64611c507"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hellbach.us\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/hellbach.us\/blog\/#\/schema\/person\/9bf1a63e253268c42a6e9db64611c507","name":"alex","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hellbach.us\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9868a7f8fd709cd74cf51d978359a3ce66a47a17cd57185a9e1a4774d288e228?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9868a7f8fd709cd74cf51d978359a3ce66a47a17cd57185a9e1a4774d288e228?s=96&d=mm&r=g","caption":"alex"},"logo":{"@id":"https:\/\/hellbach.us\/blog\/#\/schema\/person\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/hellbach.us\/blog\/wp-json\/wp\/v2\/posts\/1449","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hellbach.us\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hellbach.us\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hellbach.us\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hellbach.us\/blog\/wp-json\/wp\/v2\/comments?post=1449"}],"version-history":[{"count":0,"href":"https:\/\/hellbach.us\/blog\/wp-json\/wp\/v2\/posts\/1449\/revisions"}],"wp:attachment":[{"href":"https:\/\/hellbach.us\/blog\/wp-json\/wp\/v2\/media?parent=1449"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hellbach.us\/blog\/wp-json\/wp\/v2\/categories?post=1449"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hellbach.us\/blog\/wp-json\/wp\/v2\/tags?post=1449"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}