{"id":85,"date":"2025-11-23T01:53:37","date_gmt":"2025-11-23T01:53:37","guid":{"rendered":"https:\/\/windows-vps.org\/blog\/?p=85"},"modified":"2026-08-20T22:27:23","modified_gmt":"2026-08-20T22:27:23","slug":"how-to-set-up-vps-on-windows-10-a-step-by-step-guide","status":"publish","type":"post","link":"https:\/\/windows-vps.org\/blog\/how-to-set-up-vps-on-windows-10-a-step-by-step-guide\/","title":{"rendered":"Windows 10 RDP Client: Settings, Credentials, and Fixes for Your VPS"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Windows 10 includes the Remote Desktop Connection client (<code>mstsc<\/code>) as a standard component, so connecting to a Windows VPS from Windows 10 needs no installation. What most people get wrong is not the client itself, but the credential format, the saved-session settings, and a few display options that turn a laggy session into a smooth one. This guide walks through the setup that works, step by step.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1: Open Remote Desktop Connection<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Press <code>Win + R<\/code>, type <code>mstsc<\/code>, and press Enter. Alternatively, search for &#8220;Remote Desktop Connection&#8221; in the Start menu. In the <strong>Computer<\/strong> field, enter the public IP address of your VPS. If your provider assigned a hostname, the IP is still the safer choice because it avoids DNS caching issues.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Before clicking Connect, open <strong>Show Options<\/strong> \u2014 every useful setting lives behind that button.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2: Enter the credentials correctly<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Leave the <strong>User name<\/strong> field empty for now; the client will prompt you at connection time. When it does, use the local-account format:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>.\\Administrator<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The <code>.\\<\/code> prefix targets the local machine&#8217;s account database, which is exactly what a standalone VPS expects. A bare <code>Administrator<\/code> can fail if the client assumes a domain context, and <code>COMPUTERNAME\\Administrator<\/code> requires you to type the exact computer name. If you enabled <strong>Remember me<\/strong>, the client stores the credential in Windows Credential Manager \u2014 convenient, but only sensible on a private PC.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 3: Set the display and experience options<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">On the <strong>Display<\/strong> tab, choose <em>Full Screen<\/em> or a fixed resolution such as 1920&#215;1080. On the <strong>Experience<\/strong> tab, pick the profile that matches your connection:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>LAN (10 Mbps or higher)<\/strong> \u2014 full visual effects, best for office networks.<\/li>\n<li><strong>Broadband (2-10 Mbps)<\/strong> \u2014 most effects, slightly reduced.<\/li>\n<li><strong>Modem (56 kbps)<\/strong> \u2014 wallpaper and animations off; use this for hotel or cellular connections.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">You can also uncheck <em>Persistent bitmap caching<\/em> if you suspect local disk issues, but in practice leaving it on speeds up repeated sessions significantly.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 4: Share local resources if you need file access<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">On the <strong>Local Resources<\/strong> tab, tick <strong>Clipboard<\/strong> so copy-paste works between your PC and the VPS. To move files directly, click <strong>More<\/strong> and expand <strong>Drives<\/strong>, then tick the drive you want visible inside the session (for example <code>C<\/code>). The mapped drive appears in the VPS session as <code>C on YOURPC<\/code> under This PC. This is the fastest way to transfer a few files \u2014 no FTP server required.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 5: Save the session as an .rdp file<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Back on the <strong>General<\/strong> tab, click <strong>Save As<\/strong> and store the <code>.rdp<\/code> file somewhere convenient. The file is plain text, so you can edit it to bake in more settings. A minimal working file looks like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>full address:s:203.0.113.25\nusername:s:.\\Administrator\nscreen mode id:i:2\ndesktopwidth:i:1920\ndesktopheight:i:1080\nauthentication level:i:2\nprompt for credentials:i:1<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Save it as <code>my-vps.rdp<\/code> and double-click to connect. Setting <code>prompt for credentials:i:1<\/code> keeps the password out of the file, which is the safe default.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">When the client never connects: use the provider console<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If the VPS is unreachable over RDP entirely \u2014 for example after a firewall change \u2014 every Windows VPS provider offers a browser-based console (VNC or a web terminal) in the control panel. Log in there first. It works at the hypervisor level, so it bypasses the guest operating system&#8217;s network stack, and it is the standard way to fix a broken RDP configuration. From the console you can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Restart the <strong>Remote Desktop Services<\/strong> service (<code>services.msc<\/code> \u2192 Remote Desktop Services \u2192 Restart).<\/li>\n<li>Re-enable Remote Desktop if it was turned off: <strong>System Properties<\/strong> \u2192 <strong>Remote<\/strong> \u2192 <em>Allow remote connections to this computer<\/em>.<\/li>\n<li>Check the Windows Firewall rule <code>Remote Desktop (TCP-In)<\/code> is enabled.<\/li>\n<li>Run <code>gpupdate \/force<\/code> if a group policy is blocking RDP.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">After fixing the server-side state, test the port again from your Windows 10 machine with <code>Test-NetConnection<\/code> before retrying the client.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Fixing the three most common problems<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. &#8220;Your credentials did not work&#8221;<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Almost always a username-format problem. Use <code>.\\Administrator<\/code>, then re-enter the exact password from your provisioning email. If the password contains characters that could be mangled by a copied email, type it manually.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Connection refused or timeout<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Check the port from PowerShell before touching the client:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Test-NetConnection 203.0.113.25 -Port 3389<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">If <code>TcpTestSucceeded<\/code> is <code>False<\/code>, the provider firewall or your ISP is blocking the port. If your VPS uses a non-standard RDP port, append it to the address with a colon, e.g. <code>203.0.113.25:3390<\/code>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Black screen after login<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Disconnect, then reconnect. If it recurs, restart the VPS from the provider panel and log in via the provider&#8217;s browser console once, then try RDP again. This usually clears a stuck graphics session.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Next steps after your first login<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">With the connection working, the important work starts: change the password, run Windows Update, and lock down RDP. If you are comparing hosts before committing, <a href=\"https:\/\/windows-vps.org\/#providers\">compare Windows VPS plans<\/a> to see which providers include DDoS protection and automated backups. And once you are logged in, work through the basics of securing the box \u2014 firewall rules, user accounts, and update policies \u2014 <a href=\"https:\/\/windows-vps.org\/#features\">see the Windows VPS features overview on our main page<\/a> for what a well-configured server should include.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Setting up a Virtual Private Server (VPS) on Windows 10 can be a game-changer for developers, businesses, and tech enthusiasts. A VPS allows you to run applications, host websites, and manage resources independently. If you&#8217;re looking for detailed insights on Windows VPS solutions, check out Windows VPS. This guide will walk you through the essential steps to set up your VPS effectively.<\/p>\n","protected":false},"author":1,"featured_media":86,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":1,"footnotes":""},"categories":[5],"tags":[],"class_list":["post-85","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials-guides"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.1 (Yoast SEO v26.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Windows 10 RDP Client: Settings, Credentials, and Fixes for Your VPS - Windows VPS Blog<\/title>\n<meta name=\"description\" content=\"Setting up a Virtual Private Server (VPS) on Windows 10 can be a game-changer for developers, businesses, and tech enthusiasts. A VPS allows you to run applications, host websites, and manage resources independently. If you&#039;re looking for detailed insights on Windows VPS solutions, check out Windows VPS. This guide will walk you through the essential steps to set up your VPS effectively.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/windows-vps.org\/blog\/how-to-set-up-vps-on-windows-10-a-step-by-step-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Windows 10 RDP Client: Settings, Credentials, and Fixes for Your VPS\" \/>\n<meta property=\"og:description\" content=\"Windows 10 RDP Client: Settings, Credentials, and Fixes for Your VPS\" \/>\n<meta property=\"og:url\" content=\"https:\/\/windows-vps.org\/blog\/how-to-set-up-vps-on-windows-10-a-step-by-step-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"Windows VPS Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-23T01:53:37+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-20T22:27:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/windows-vps.org\/blog\/wp-content\/uploads\/2025\/11\/7711.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"640\" \/>\n\t<meta property=\"og:image:height\" content=\"427\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"windows-vps\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"windows-vps\" \/>\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\":\"WebPage\",\"@id\":\"https:\/\/windows-vps.org\/blog\/how-to-set-up-vps-on-windows-10-a-step-by-step-guide\/\",\"url\":\"https:\/\/windows-vps.org\/blog\/how-to-set-up-vps-on-windows-10-a-step-by-step-guide\/\",\"name\":\"Windows 10 RDP Client: Settings, Credentials, and Fixes for Your VPS - Windows VPS Blog\",\"isPartOf\":{\"@id\":\"https:\/\/windows-vps.org\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/windows-vps.org\/blog\/how-to-set-up-vps-on-windows-10-a-step-by-step-guide\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/windows-vps.org\/blog\/how-to-set-up-vps-on-windows-10-a-step-by-step-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/windows-vps.org\/blog\/wp-content\/uploads\/2025\/11\/7711.jpg\",\"datePublished\":\"2025-11-23T01:53:37+00:00\",\"dateModified\":\"2026-08-20T22:27:23+00:00\",\"author\":{\"@id\":\"https:\/\/windows-vps.org\/blog\/#\/schema\/person\/44caceed916d0db318aa08d5623a7a58\"},\"description\":\"Setting up a Virtual Private Server (VPS) on Windows 10 can be a game-changer for developers, businesses, and tech enthusiasts. A VPS allows you to run applications, host websites, and manage resources independently. If you're looking for detailed insights on Windows VPS solutions, check out Windows VPS. This guide will walk you through the essential steps to set up your VPS effectively.\",\"breadcrumb\":{\"@id\":\"https:\/\/windows-vps.org\/blog\/how-to-set-up-vps-on-windows-10-a-step-by-step-guide\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/windows-vps.org\/blog\/how-to-set-up-vps-on-windows-10-a-step-by-step-guide\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/windows-vps.org\/blog\/how-to-set-up-vps-on-windows-10-a-step-by-step-guide\/#primaryimage\",\"url\":\"https:\/\/windows-vps.org\/blog\/wp-content\/uploads\/2025\/11\/7711.jpg\",\"contentUrl\":\"https:\/\/windows-vps.org\/blog\/wp-content\/uploads\/2025\/11\/7711.jpg\",\"width\":640,\"height\":427},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/windows-vps.org\/blog\/how-to-set-up-vps-on-windows-10-a-step-by-step-guide\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/windows-vps.org\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Windows 10 RDP Client: Settings, Credentials, and Fixes for Your VPS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/windows-vps.org\/blog\/#website\",\"url\":\"https:\/\/windows-vps.org\/blog\/\",\"name\":\"Windows VPS Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/windows-vps.org\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/windows-vps.org\/blog\/#\/schema\/person\/44caceed916d0db318aa08d5623a7a58\",\"name\":\"windows-vps\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/windows-vps.org\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3f2573db5afcd1a6ab9abcc5d48fc8e42584bc87ab9d98cc156e5b2097766dd9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3f2573db5afcd1a6ab9abcc5d48fc8e42584bc87ab9d98cc156e5b2097766dd9?s=96&d=mm&r=g\",\"caption\":\"windows-vps\"},\"sameAs\":[\"https:\/\/windows-vps.org\/blog\"],\"url\":\"https:\/\/windows-vps.org\/blog\/author\/myxiechengxuan\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Windows 10 RDP Client: Settings, Credentials, and Fixes for Your VPS - Windows VPS Blog","description":"Setting up a Virtual Private Server (VPS) on Windows 10 can be a game-changer for developers, businesses, and tech enthusiasts. A VPS allows you to run applications, host websites, and manage resources independently. If you're looking for detailed insights on Windows VPS solutions, check out Windows VPS. This guide will walk you through the essential steps to set up your VPS effectively.","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:\/\/windows-vps.org\/blog\/how-to-set-up-vps-on-windows-10-a-step-by-step-guide\/","og_locale":"en_US","og_type":"article","og_title":"Windows 10 RDP Client: Settings, Credentials, and Fixes for Your VPS","og_description":"Windows 10 RDP Client: Settings, Credentials, and Fixes for Your VPS","og_url":"https:\/\/windows-vps.org\/blog\/how-to-set-up-vps-on-windows-10-a-step-by-step-guide\/","og_site_name":"Windows VPS Blog","article_published_time":"2025-11-23T01:53:37+00:00","article_modified_time":"2026-08-20T22:27:23+00:00","og_image":[{"width":640,"height":427,"url":"https:\/\/windows-vps.org\/blog\/wp-content\/uploads\/2025\/11\/7711.jpg","type":"image\/jpeg"}],"author":"windows-vps","twitter_card":"summary_large_image","twitter_misc":{"Written by":"windows-vps","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/windows-vps.org\/blog\/how-to-set-up-vps-on-windows-10-a-step-by-step-guide\/","url":"https:\/\/windows-vps.org\/blog\/how-to-set-up-vps-on-windows-10-a-step-by-step-guide\/","name":"Windows 10 RDP Client: Settings, Credentials, and Fixes for Your VPS - Windows VPS Blog","isPartOf":{"@id":"https:\/\/windows-vps.org\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/windows-vps.org\/blog\/how-to-set-up-vps-on-windows-10-a-step-by-step-guide\/#primaryimage"},"image":{"@id":"https:\/\/windows-vps.org\/blog\/how-to-set-up-vps-on-windows-10-a-step-by-step-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/windows-vps.org\/blog\/wp-content\/uploads\/2025\/11\/7711.jpg","datePublished":"2025-11-23T01:53:37+00:00","dateModified":"2026-08-20T22:27:23+00:00","author":{"@id":"https:\/\/windows-vps.org\/blog\/#\/schema\/person\/44caceed916d0db318aa08d5623a7a58"},"description":"Setting up a Virtual Private Server (VPS) on Windows 10 can be a game-changer for developers, businesses, and tech enthusiasts. A VPS allows you to run applications, host websites, and manage resources independently. If you're looking for detailed insights on Windows VPS solutions, check out Windows VPS. This guide will walk you through the essential steps to set up your VPS effectively.","breadcrumb":{"@id":"https:\/\/windows-vps.org\/blog\/how-to-set-up-vps-on-windows-10-a-step-by-step-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/windows-vps.org\/blog\/how-to-set-up-vps-on-windows-10-a-step-by-step-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/windows-vps.org\/blog\/how-to-set-up-vps-on-windows-10-a-step-by-step-guide\/#primaryimage","url":"https:\/\/windows-vps.org\/blog\/wp-content\/uploads\/2025\/11\/7711.jpg","contentUrl":"https:\/\/windows-vps.org\/blog\/wp-content\/uploads\/2025\/11\/7711.jpg","width":640,"height":427},{"@type":"BreadcrumbList","@id":"https:\/\/windows-vps.org\/blog\/how-to-set-up-vps-on-windows-10-a-step-by-step-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/windows-vps.org\/blog\/"},{"@type":"ListItem","position":2,"name":"Windows 10 RDP Client: Settings, Credentials, and Fixes for Your VPS"}]},{"@type":"WebSite","@id":"https:\/\/windows-vps.org\/blog\/#website","url":"https:\/\/windows-vps.org\/blog\/","name":"Windows VPS Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/windows-vps.org\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/windows-vps.org\/blog\/#\/schema\/person\/44caceed916d0db318aa08d5623a7a58","name":"windows-vps","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/windows-vps.org\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3f2573db5afcd1a6ab9abcc5d48fc8e42584bc87ab9d98cc156e5b2097766dd9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3f2573db5afcd1a6ab9abcc5d48fc8e42584bc87ab9d98cc156e5b2097766dd9?s=96&d=mm&r=g","caption":"windows-vps"},"sameAs":["https:\/\/windows-vps.org\/blog"],"url":"https:\/\/windows-vps.org\/blog\/author\/myxiechengxuan\/"}]}},"_links":{"self":[{"href":"https:\/\/windows-vps.org\/blog\/wp-json\/wp\/v2\/posts\/85","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/windows-vps.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/windows-vps.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/windows-vps.org\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/windows-vps.org\/blog\/wp-json\/wp\/v2\/comments?post=85"}],"version-history":[{"count":2,"href":"https:\/\/windows-vps.org\/blog\/wp-json\/wp\/v2\/posts\/85\/revisions"}],"predecessor-version":[{"id":663,"href":"https:\/\/windows-vps.org\/blog\/wp-json\/wp\/v2\/posts\/85\/revisions\/663"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/windows-vps.org\/blog\/wp-json\/wp\/v2\/media\/86"}],"wp:attachment":[{"href":"https:\/\/windows-vps.org\/blog\/wp-json\/wp\/v2\/media?parent=85"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/windows-vps.org\/blog\/wp-json\/wp\/v2\/categories?post=85"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/windows-vps.org\/blog\/wp-json\/wp\/v2\/tags?post=85"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}