{"id":14826,"date":"2021-11-19T04:20:08","date_gmt":"2021-11-19T04:20:08","guid":{"rendered":"https:\/\/www.milesweb.in\/hosting-faqs\/?p=14826"},"modified":"2023-02-21T17:40:52","modified_gmt":"2023-02-21T12:10:52","slug":"change-the-listening-port-for-remote-desktop","status":"publish","type":"post","link":"https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/","title":{"rendered":"How to change the listening port for Remote Desktop?"},"content":{"rendered":"<p><strong>Watch this video for a step by step process on How to change the listening port for Remote Desktop<\/strong><\/p>\n<div class=\"youtube-video\" style=\"border: 1px solid #ddd;\"><iframe src=\"https:\/\/www.youtube.com\/embed\/5Qbcp1gDOnA\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/div>\n<h2>Summary<\/h2>\n<p><span data-preserver-spaces=\"true\">Port 3389 is the home of the remote desktop protocol used by all recent versions of Windows to enable Remote Desktop Services. If you have Remote Desktop enabled on your machine, it is listening on port 3389 for connections.&nbsp;<\/span><\/p>\n<p>It is recommended to change the default RDP port to protect your system from bots and script kiddies.<\/p>\n<p><span data-preserver-spaces=\"true\">You can change the listening port on Windows computers by modifying the registry.<\/span><\/p>\n<h2><span data-preserver-spaces=\"true\">Steps to change the Remote Desktop server port:<\/span><\/h2>\n<p><span data-preserver-spaces=\"true\">1] Type&nbsp;<\/span><strong><span data-preserver-spaces=\"true\">Regedit&nbsp;<\/span><\/strong><span data-preserver-spaces=\"true\">in the Search box and start the registry editor by clicking on the <strong>regedit<\/strong> editor icon.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-14046\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/11\/regedit-editor1.png\" alt=\"\" width=\"344\" height=\"230\"><\/p>\n<p><span data-preserver-spaces=\"true\">2] Navigate to HKEY_LOCAL_MACHINE&gt; SYSTEM&gt; CurrentControlSet&gt; Control&gt; Terminal Server&gt; WinStations&gt; RDP-Tcp, in Registry Editor.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-14040\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/11\/HKEY_LOCAL_MACHINE.png\" alt=\"\" width=\"1022\" height=\"524\"><\/p>\n<p><span data-preserver-spaces=\"true\">3] Click on <strong>RDP-Tcp<\/strong>, and you will see&nbsp;<\/span><strong><span data-preserver-spaces=\"true\">PortNumber<\/span><\/strong><span data-preserver-spaces=\"true\">&nbsp;on the right side of the window panel.&nbsp;<\/span><\/p>\n<p><span data-preserver-spaces=\"true\">4] Now, Right-click on the&nbsp;<\/span><strong><span data-preserver-spaces=\"true\">PortNumber<\/span><\/strong><span data-preserver-spaces=\"true\">&nbsp;and select&nbsp;<\/span><strong><span data-preserver-spaces=\"true\">Modify<\/span><\/strong><span data-preserver-spaces=\"true\">.&nbsp;<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-14043\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/11\/click-rdp-tcp.png\" alt=\"\" width=\"1000\" height=\"704\"><\/p>\n<p><span data-preserver-spaces=\"true\">5] Change the <strong>Base<\/strong> to <strong>Decimal<\/strong> and enter a new port between 1025 and 65535 that is not already in use.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-14044\" src=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/11\/chnage-port-no.png\" alt=\"\" width=\"368\" height=\"227\"><\/p>\n<p><span data-preserver-spaces=\"true\">6] Click <strong>OK<\/strong> and reboot.<\/span><\/p>\n<p>The new port must be entered the next time you connect to this machine using the Remote Desktop connection. If you use a firewall, be sure to set it to allow connections to the new port number.<\/p>\n<p>PowerShell command to check the current port:<\/p>\n<p class=\"lang:default decode:true \">Get-ItemProperty -Path &#8216;HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Terminal Server\\WinStations\\RDP-Tcp&#8217; -name &#8220;PortNumber&#8221;<\/p>\n<p>For Example:<\/p>\n<p class=\"lang:default decode:true \">PortNumber : 3389 PSPath : Microsoft.PowerShell.Core\\Registry::HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Terminal Server\\WinStations\\RDP-Tcp PSParentPath : Microsoft.PowerShell.Core\\Registry::HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Terminal Server\\WinStations PSChildName : RDP-Tcp PSDrive : HKLM PSProvider : Microsoft.PowerShell.Core\\Registry<\/p>\n<p>You can also modify the RDP port by performing the PowerShell code below. In this command, the new port number provided is 3390.<\/p>\n<p class=\"lang:default decode:true \">$portvalue = 3390 Set-ItemProperty -Path &#8216;HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Terminal Server\\WinStations\\RDP-Tcp&#8217; -name &#8220;PortNumber&#8221; -Value $portvalue New-NetFirewallRule -DisplayName &#8216;RDPPORTLatest-TCP-In&#8217; -Profile &#8216;Public&#8217; -Direction Inbound -Action Allow -Protocol TCP -LocalPort $portvalue New-NetFirewallRule -DisplayName &#8216;RDPPORTLatest-UDP-In&#8217; -Profile &#8216;Public&#8217; -Direction Inbound -Action Allow -Protocol UDP -LocalPort $portvalue<\/p>\n<p>And that&#8217;s how you change the listening port&nbsp;for the remote desktop on your computer.<\/p>\n<p><script type=\"application\/ld+json\">{\n  \"@context\": \"http:\/\/schema.org\",\n  \"@type\": \"VideoObject\",\n  \"name\": \"How to Change the Listening Port for Remote Desktop? | MilesWeb\",\n  \"description\": \"\u2705Here's an in-depth guide on how to Change the Listening Port for Remote Desktop:  https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/ Give a thumbs up \ud83d\udc4d if you liked this video.  Subscribe to our channel and get notified for all the latest videos. \ud83d\udd17To know more about web hosting visit our website - https:\/\/www.milesweb.in\",\n  \"thumbnailUrl\": \"https:\/\/i.ytimg.com\/vi\/5Qbcp1gDOnA\/default.jpg\",\n  \"uploadDate\": \"2021-12-22T13:39:35Z\",\n  \"duration\": \"PT2M47S\",\n  \"embedUrl\": \"https:\/\/www.youtube.com\/embed\/5Qbcp1gDOnA\",\n  \"interactionCount\": \"9\"\n}<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Watch this video for a step by step process on How to change the listening port for Remote Desktop Summary Port 3389 is the home of the remote desktop protocol used by all recent versions of Windows to enable Remote Desktop Services. If you have Remote Desktop enabled on your machine, it is listening on [&hellip;]<\/p>\n","protected":false},"author":25,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[41],"tags":[2738,2741,2740,2739],"class_list":["post-14826","post","type-post","status-publish","format-standard","placeholder-for-hentry","category-howtos","tag-change-listening-port","tag-port-number","tag-regedit","tag-remote-desktop"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to change the listening port for Remote Desktop on your computer?<\/title>\n<meta name=\"description\" content=\"The knowledge base explains how to change the listening port for Remote Desktop on your computer. You can change the port using PowerShell code\/command.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to change the listening port for Remote Desktop on your computer?\" \/>\n<meta property=\"og:description\" content=\"The knowledge base explains how to change the listening port for Remote Desktop on your computer. You can change the port using PowerShell code\/command.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/\" \/>\n<meta property=\"og:site_name\" content=\"Web Hosting FAQs by MilesWeb\" \/>\n<meta property=\"article:published_time\" content=\"2021-11-19T04:20:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-02-21T12:10:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/11\/regedit-editor1.png\" \/>\n<meta name=\"author\" content=\"Prajakta Marathe\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Prajakta Marathe\" \/>\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:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/\"},\"author\":{\"name\":\"Prajakta Marathe\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/e46bb3e1613b47b1975e8635509d1770\"},\"headline\":\"How to change the listening port for Remote Desktop?\",\"datePublished\":\"2021-11-19T04:20:08+00:00\",\"dateModified\":\"2023-02-21T12:10:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/\"},\"wordCount\":377,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/11\/regedit-editor1.png\",\"keywords\":[\"change listening port\",\"port number\",\"regedit\",\"remote desktop\"],\"articleSection\":[\"How-Tos\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/\",\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/\",\"name\":\"How to change the listening port for Remote Desktop on your computer?\",\"isPartOf\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/11\/regedit-editor1.png\",\"datePublished\":\"2021-11-19T04:20:08+00:00\",\"dateModified\":\"2023-02-21T12:10:52+00:00\",\"author\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/e46bb3e1613b47b1975e8635509d1770\"},\"description\":\"The knowledge base explains how to change the listening port for Remote Desktop on your computer. You can change the port using PowerShell code\/command.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/#primaryimage\",\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/11\/regedit-editor1.png\",\"contentUrl\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/11\/regedit-editor1.png\",\"width\":344,\"height\":230},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.milesweb.in\/hosting-faqs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to change the listening port for Remote Desktop?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#website\",\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/\",\"name\":\"Web Hosting FAQs by MilesWeb\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.milesweb.in\/hosting-faqs\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/e46bb3e1613b47b1975e8635509d1770\",\"name\":\"Prajakta Marathe\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/02\/prajakta_marathe-min-150x150.jpeg\",\"contentUrl\":\"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/02\/prajakta_marathe-min-150x150.jpeg\",\"caption\":\"Prajakta Marathe\"},\"description\":\"Prajakta is a content writer at MilesWeb. She is ardent about writing technical and non-technical blogs. Adding value to know-how is what she believes in. She also has good experience in educational field. Gratified in sharing knowledge.\",\"sameAs\":[\"https:\/\/www.milesweb.in\"],\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/author\/prajakta-marathe\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to change the listening port for Remote Desktop on your computer?","description":"The knowledge base explains how to change the listening port for Remote Desktop on your computer. You can change the port using PowerShell code\/command.","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:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/","og_locale":"en_US","og_type":"article","og_title":"How to change the listening port for Remote Desktop on your computer?","og_description":"The knowledge base explains how to change the listening port for Remote Desktop on your computer. You can change the port using PowerShell code\/command.","og_url":"https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/","og_site_name":"Web Hosting FAQs by MilesWeb","article_published_time":"2021-11-19T04:20:08+00:00","article_modified_time":"2023-02-21T12:10:52+00:00","og_image":[{"url":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/11\/regedit-editor1.png","type":"","width":"","height":""}],"author":"Prajakta Marathe","twitter_misc":{"Written by":"Prajakta Marathe","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/#article","isPartOf":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/"},"author":{"name":"Prajakta Marathe","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/e46bb3e1613b47b1975e8635509d1770"},"headline":"How to change the listening port for Remote Desktop?","datePublished":"2021-11-19T04:20:08+00:00","dateModified":"2023-02-21T12:10:52+00:00","mainEntityOfPage":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/"},"wordCount":377,"commentCount":0,"image":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/#primaryimage"},"thumbnailUrl":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/11\/regedit-editor1.png","keywords":["change listening port","port number","regedit","remote desktop"],"articleSection":["How-Tos"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/","url":"https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/","name":"How to change the listening port for Remote Desktop on your computer?","isPartOf":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/#primaryimage"},"image":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/#primaryimage"},"thumbnailUrl":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/11\/regedit-editor1.png","datePublished":"2021-11-19T04:20:08+00:00","dateModified":"2023-02-21T12:10:52+00:00","author":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/e46bb3e1613b47b1975e8635509d1770"},"description":"The knowledge base explains how to change the listening port for Remote Desktop on your computer. You can change the port using PowerShell code\/command.","breadcrumb":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/#primaryimage","url":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/11\/regedit-editor1.png","contentUrl":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/11\/regedit-editor1.png","width":344,"height":230},{"@type":"BreadcrumbList","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/change-the-listening-port-for-remote-desktop\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.milesweb.in\/hosting-faqs\/"},{"@type":"ListItem","position":2,"name":"How to change the listening port for Remote Desktop?"}]},{"@type":"WebSite","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#website","url":"https:\/\/www.milesweb.in\/hosting-faqs\/","name":"Web Hosting FAQs by MilesWeb","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.milesweb.in\/hosting-faqs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/e46bb3e1613b47b1975e8635509d1770","name":"Prajakta Marathe","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/image\/","url":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/02\/prajakta_marathe-min-150x150.jpeg","contentUrl":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2021\/02\/prajakta_marathe-min-150x150.jpeg","caption":"Prajakta Marathe"},"description":"Prajakta is a content writer at MilesWeb. She is ardent about writing technical and non-technical blogs. Adding value to know-how is what she believes in. She also has good experience in educational field. Gratified in sharing knowledge.","sameAs":["https:\/\/www.milesweb.in"],"url":"https:\/\/www.milesweb.in\/hosting-faqs\/author\/prajakta-marathe\/"}]}},"_links":{"self":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts\/14826","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/users\/25"}],"replies":[{"embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/comments?post=14826"}],"version-history":[{"count":4,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts\/14826\/revisions"}],"predecessor-version":[{"id":17538,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts\/14826\/revisions\/17538"}],"wp:attachment":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/media?parent=14826"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/categories?post=14826"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/tags?post=14826"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}