{"id":9055,"date":"2020-06-26T17:33:29","date_gmt":"2020-06-26T14:33:29","guid":{"rendered":"https:\/\/unihost.com\/help\/?p=9055"},"modified":"2024-07-18T12:42:29","modified_gmt":"2024-07-18T09:42:29","slug":"changing-the-root-password-on-a-linux-dedicated-server","status":"publish","type":"post","link":"https:\/\/unihost.com\/help\/changing-the-root-password-on-a-linux-dedicated-server\/","title":{"rendered":"Changing the root password on a Linux dedicated server"},"content":{"rendered":"<p><span style=\"font-size: 12pt;\"><span style=\"font-family: Ubuntu, sans-serif;\">This guide will take to change the root password of your server.<\/span><!--more--><\/span><\/p>\n<h4 id=\"changing-the-password-with-root-access\"><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Changing the password with root<span class=\"widont\">\u00a0<\/span>access<\/span><\/h4>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">If you have root access with your current password and simply want to change it, then establish an\u00a0<span class=\"caps\">SSH<\/span>\u00a0connection to the server via the command line and type the following<span class=\"widont\">\u00a0<\/span>command:<\/span><\/p>\n<pre><span style=\"font-size: 12pt;\"><strong><span class=\"c1\" style=\"font-family: Ubuntu, sans-serif;\"># passwd<\/span><\/strong><\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Next, enter your new password twice, as shown<span class=\"widont\">\u00a0<\/span>below:<\/span><\/p>\n<pre><span style=\"font-size: 12pt;\"><strong><span style=\"font-family: Ubuntu, sans-serif;\">Enter new UNIX password:\nRetype new UNIX password:\npasswd: password updated successfully<\/span><\/strong><\/span><\/pre>\n<pre><span style=\"font-size: 12pt;\"><strong><span style=\"font-family: Ubuntu, sans-serif;\">Please note that on a Linux distribution, the characters of your password\u00a0will not appear\u00a0as you type them.<\/span><\/strong><\/span><\/pre>\n<h4 id=\"changing-a-password-after-you-have-lost-it\"><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Changing a password after you have lost<span class=\"widont\">\u00a0<\/span>it<\/span><\/h4>\n<h5 id=\"step-1-identify-the-system-partition\"><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Step 1: Identify the system<span class=\"widont\">\u00a0<\/span>partition<\/span><\/h5>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">After putting your server into\u00a0<a class=\"external\" href=\"https:\/\/unihost.com\/help\/how-to-use-rescue-mode-on-a-dedicated-server\/\">rescue mode<\/a>, you will need to identify the system partition. You can do this with the following<span class=\"widont\">\u00a0<\/span>command:<\/span><\/p>\n<pre><span style=\"font-size: 12pt;\"><strong><span style=\"font-family: Ubuntu, sans-serif;\"><span class=\"c1\"># fdisk -l<\/span>\n\nDisk \/dev\/hda 40.0 GB, <span class=\"m\">40020664320<\/span> bytes\n<span class=\"m\">255<\/span> heads, <span class=\"m\">63<\/span> sectors\/track, <span class=\"m\">4865<\/span> cylinders\n<span class=\"nv\">Units<\/span> <span class=\"o\">=<\/span> cylinders of <span class=\"m\">16065<\/span> * <span class=\"nv\">512<\/span> <span class=\"o\">=<\/span> <span class=\"m\">8225280<\/span> bytes\n\nDevice Boot Start End Blocks Id System\n\/dev\/hda1 * <span class=\"m\">1<\/span> <span class=\"m\">1305<\/span> <span class=\"m\">10482381<\/span> <span class=\"m\">83<\/span> Linux\n\/dev\/hda2 <span class=\"m\">1306<\/span> <span class=\"m\">4800<\/span> 28073587+ <span class=\"m\">83<\/span> Linux\n\/dev\/hda3 <span class=\"m\">4801<\/span> <span class=\"m\">4865<\/span> 522112+ <span class=\"m\">82<\/span> Linux swap \/ Solaris\n\nDisk \/dev\/sda <span class=\"m\">8254<\/span> MB, <span class=\"m\">8254390272<\/span> bytes\n<span class=\"m\">16<\/span> heads, <span class=\"m\">32<\/span> sectors\/track, <span class=\"m\">31488<\/span> cylinders\n<span class=\"nv\">Units<\/span> <span class=\"o\">=<\/span> cylinders of <span class=\"m\">512<\/span> * <span class=\"nv\">512<\/span> <span class=\"o\">=<\/span> <span class=\"m\">262144<\/span> bytes\n\nDevice Boot Start End Blocks Id System\n\/dev\/sda1 <span class=\"m\">1<\/span> <span class=\"m\">31488<\/span> <span class=\"m\">8060912<\/span> c W95 FAT32 <span class=\"o\">(<\/span>LBA<span class=\"o\">)<\/span><\/span><\/strong><\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">In the example above, the system partition is <strong>\/dev\/hda1.<\/strong><\/span><\/p>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">If your server has a software\u00a0<span class=\"caps\">RAID<\/span>\u00a0configuration, you will need to mount your raid volume (usually \/dev\/mdX).<\/span><\/p>\n<h5 id=\"step-2-mount-the-system-partition\"><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Step 2: Mount the system<span class=\"widont\">\u00a0<\/span>partition<\/span><\/h5>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Once you\u2019ve identified the system partition, you can mount it with the following<span class=\"widont\">\u00a0<\/span>command:<\/span><\/p>\n<pre><span style=\"font-size: 12pt;\"><strong><span class=\"c1\" style=\"font-family: Ubuntu, sans-serif;\"># mount \/dev\/hda1 \/mnt\/<\/span><\/strong><\/span><\/pre>\n<h5 id=\"step-3-edit-the-root-partition\"><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Step 3: Edit the root<span class=\"widont\">\u00a0<\/span>partition<\/span><\/h5>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">The system partition is locked for editing by default so you\u2019ll need to open it for write access, which you can do with the following<span class=\"widont\">\u00a0<\/span>command:<\/span><\/p>\n<pre><span style=\"font-size: 12pt;\"><strong><span class=\"c1\" style=\"font-family: Ubuntu, sans-serif;\"># chroot \/mnt<\/span><\/strong><\/span><\/pre>\n<h5 id=\"step-4-change-the-root-password\"><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Step 4: Change the root<span class=\"widont\">\u00a0<\/span>password<\/span><\/h5>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">The final step is to change the password with the following<span class=\"widont\">\u00a0<\/span>command:<\/span><\/p>\n<pre><span style=\"font-size: 12pt;\"><strong><span style=\"font-family: Ubuntu, sans-serif;\"><span class=\"c1\"># passwd<\/span>\n\nEnter new UNIX password:\nRetype new UNIX password:\npasswd: password updated successfully<\/span><\/strong><\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">When this is done, change the boot mode on your server back to\u00a0<strong>boot from the hard disk<\/strong> and restart it. Your root password will now be changed. We remind you that the &#8220;<a href=\"https:\/\/unihost.com\/management\/\">Server Management<\/a>&#8221; service is available for free when using the <a href=\"https:\/\/unihost.com\/dedicated\/\">Unihost server<\/a><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This guide will take to change the root password of your server.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[158],"tags":[520,298,629],"class_list":["post-9055","post","type-post","status-publish","format-standard","hentry","category-dedicated-servers","tag-dedicated-servers","tag-password","tag-rescue-mode-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Changing the root password on a Linux dedicated server - Unihost.FAQ<\/title>\n<meta name=\"description\" content=\"This guide will take to change the root password of your server - Unihost.FAQ\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/unihost.com\/help\/changing-the-root-password-on-a-linux-dedicated-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Changing the root password on a Linux dedicated server - Unihost.FAQ\" \/>\n<meta property=\"og:description\" content=\"This guide will take to change the root password of your server - Unihost.FAQ\" \/>\n<meta property=\"og:url\" content=\"https:\/\/unihost.com\/help\/changing-the-root-password-on-a-linux-dedicated-server\/\" \/>\n<meta property=\"og:site_name\" content=\"Unihost.FAQ\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/unihost\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-06-26T14:33:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-18T09:42:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/unihost.com\/help\/minio.php?.\/unihost-logo-alt.png\" \/>\n\t<meta property=\"og:image:width\" content=\"250\" \/>\n\t<meta property=\"og:image:height\" content=\"141\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Unihost Support\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@unihost\" \/>\n<meta name=\"twitter:site\" content=\"@unihost\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Unihost Support\" \/>\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:\/\/unihost.com\/help\/changing-the-root-password-on-a-linux-dedicated-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/help\/changing-the-root-password-on-a-linux-dedicated-server\/\"},\"author\":{\"name\":\"Unihost Support\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a\"},\"headline\":\"Changing the root password on a Linux dedicated server\",\"datePublished\":\"2020-06-26T14:33:29+00:00\",\"dateModified\":\"2024-07-18T09:42:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/unihost.com\/help\/changing-the-root-password-on-a-linux-dedicated-server\/\"},\"wordCount\":247,\"publisher\":{\"@id\":\"https:\/\/unihost.com\/help\/#organization\"},\"keywords\":[\"dedicated servers\",\"password\",\"Rescue mode\"],\"articleSection\":[\"02. Dedicated servers\"],\"inLanguage\":\"en\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/unihost.com\/help\/changing-the-root-password-on-a-linux-dedicated-server\/\",\"url\":\"https:\/\/unihost.com\/help\/changing-the-root-password-on-a-linux-dedicated-server\/\",\"name\":\"Changing the root password on a Linux dedicated server - Unihost.FAQ\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/help\/#website\"},\"datePublished\":\"2020-06-26T14:33:29+00:00\",\"dateModified\":\"2024-07-18T09:42:29+00:00\",\"description\":\"This guide will take to change the root password of your server - Unihost.FAQ\",\"breadcrumb\":{\"@id\":\"https:\/\/unihost.com\/help\/changing-the-root-password-on-a-linux-dedicated-server\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/unihost.com\/help\/changing-the-root-password-on-a-linux-dedicated-server\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/unihost.com\/help\/changing-the-root-password-on-a-linux-dedicated-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Unihost\",\"item\":\"https:\/\/unihost.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Help\",\"item\":\"https:\/\/unihost.com\/help\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Changing the root password on a Linux dedicated server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/unihost.com\/help\/#website\",\"url\":\"https:\/\/unihost.com\/help\/\",\"name\":\"Unihost.FAQ\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/unihost.com\/help\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/unihost.com\/help\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/unihost.com\/help\/#organization\",\"name\":\"Unihost\",\"alternateName\":\"Unihost\",\"url\":\"https:\/\/unihost.com\/help\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png\",\"contentUrl\":\"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png\",\"width\":300,\"height\":300,\"caption\":\"Unihost\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/unihost\/\",\"https:\/\/x.com\/unihost\",\"https:\/\/www.instagram.com\/unihost\/?hl=en\",\"https:\/\/www.linkedin.com\/company\/unihost-com\",\"https:\/\/www.youtube.com\/channel\/UCITKsxMDnslQY8brN3advgw\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a\",\"name\":\"Unihost Support\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g\",\"caption\":\"Unihost Support\"},\"sameAs\":[\"https:\/\/unihost.com\/\"],\"url\":\"https:\/\/unihost.com\/help\/author\/support\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Changing the root password on a Linux dedicated server - Unihost.FAQ","description":"This guide will take to change the root password of your server - Unihost.FAQ","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:\/\/unihost.com\/help\/changing-the-root-password-on-a-linux-dedicated-server\/","og_locale":"en_US","og_type":"article","og_title":"Changing the root password on a Linux dedicated server - Unihost.FAQ","og_description":"This guide will take to change the root password of your server - Unihost.FAQ","og_url":"https:\/\/unihost.com\/help\/changing-the-root-password-on-a-linux-dedicated-server\/","og_site_name":"Unihost.FAQ","article_publisher":"https:\/\/www.facebook.com\/unihost\/","article_published_time":"2020-06-26T14:33:29+00:00","article_modified_time":"2024-07-18T09:42:29+00:00","og_image":[{"width":250,"height":141,"url":"https:\/\/unihost.com\/help\/minio.php?.\/unihost-logo-alt.png","type":"image\/png"}],"author":"Unihost Support","twitter_card":"summary_large_image","twitter_creator":"@unihost","twitter_site":"@unihost","twitter_misc":{"Written by":"Unihost Support","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/unihost.com\/help\/changing-the-root-password-on-a-linux-dedicated-server\/#article","isPartOf":{"@id":"https:\/\/unihost.com\/help\/changing-the-root-password-on-a-linux-dedicated-server\/"},"author":{"name":"Unihost Support","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a"},"headline":"Changing the root password on a Linux dedicated server","datePublished":"2020-06-26T14:33:29+00:00","dateModified":"2024-07-18T09:42:29+00:00","mainEntityOfPage":{"@id":"https:\/\/unihost.com\/help\/changing-the-root-password-on-a-linux-dedicated-server\/"},"wordCount":247,"publisher":{"@id":"https:\/\/unihost.com\/help\/#organization"},"keywords":["dedicated servers","password","Rescue mode"],"articleSection":["02. Dedicated servers"],"inLanguage":"en"},{"@type":"WebPage","@id":"https:\/\/unihost.com\/help\/changing-the-root-password-on-a-linux-dedicated-server\/","url":"https:\/\/unihost.com\/help\/changing-the-root-password-on-a-linux-dedicated-server\/","name":"Changing the root password on a Linux dedicated server - Unihost.FAQ","isPartOf":{"@id":"https:\/\/unihost.com\/help\/#website"},"datePublished":"2020-06-26T14:33:29+00:00","dateModified":"2024-07-18T09:42:29+00:00","description":"This guide will take to change the root password of your server - Unihost.FAQ","breadcrumb":{"@id":"https:\/\/unihost.com\/help\/changing-the-root-password-on-a-linux-dedicated-server\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/unihost.com\/help\/changing-the-root-password-on-a-linux-dedicated-server\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/unihost.com\/help\/changing-the-root-password-on-a-linux-dedicated-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Unihost","item":"https:\/\/unihost.com\/"},{"@type":"ListItem","position":2,"name":"Help","item":"https:\/\/unihost.com\/help\/"},{"@type":"ListItem","position":3,"name":"Changing the root password on a Linux dedicated server"}]},{"@type":"WebSite","@id":"https:\/\/unihost.com\/help\/#website","url":"https:\/\/unihost.com\/help\/","name":"Unihost.FAQ","description":"","publisher":{"@id":"https:\/\/unihost.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/unihost.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/unihost.com\/help\/#organization","name":"Unihost","alternateName":"Unihost","url":"https:\/\/unihost.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png","contentUrl":"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png","width":300,"height":300,"caption":"Unihost"},"image":{"@id":"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/unihost\/","https:\/\/x.com\/unihost","https:\/\/www.instagram.com\/unihost\/?hl=en","https:\/\/www.linkedin.com\/company\/unihost-com","https:\/\/www.youtube.com\/channel\/UCITKsxMDnslQY8brN3advgw"]},{"@type":"Person","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a","name":"Unihost Support","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g","caption":"Unihost Support"},"sameAs":["https:\/\/unihost.com\/"],"url":"https:\/\/unihost.com\/help\/author\/support\/"}]}},"_links":{"self":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/9055","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/comments?post=9055"}],"version-history":[{"count":5,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/9055\/revisions"}],"predecessor-version":[{"id":16673,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/9055\/revisions\/16673"}],"wp:attachment":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/media?parent=9055"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/categories?post=9055"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/tags?post=9055"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}