{"id":4149,"date":"2026-02-20T09:33:13","date_gmt":"2026-02-20T09:33:13","guid":{"rendered":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/?p=4149"},"modified":"2026-03-27T11:11:19","modified_gmt":"2026-03-27T11:11:19","slug":"how-to-change-root-password-in-linux","status":"publish","type":"post","link":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/494\/change-root-password-in-linux.html","title":{"rendered":"How to Change Root Password in Linux?"},"content":{"rendered":"\n<p>In Linux, the root user is the most powerful account on the system. It has complete control over files, services, users, and security settings. Because of this, the root password protects your entire server.<\/p>\n\n\n\n<p>If your root password is weak, shared, or outdated, your system becomes vulnerable. That\u2019s why changing the root password regularly is a good security practice, especially for VPS, Dedicated Servers, or production environments.<\/p>\n\n\n\n<p>In this guide, we will walk through step-by-step methods to change the root password in Linux. Each method is simple and clearly explained, so you can follow it without confusion.<\/p>\n\n\n\n<p>Let\u2019s get started!<\/p>\n\n\n\n<p><hr><p><strong>Also Read: <\/strong><a href=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/486\/kill-process-in-linux.html\"><strong>How to Kill a Process in Linux?<\/strong><\/a><\/p><hr><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Simple Methods to Change Root Password in Linux<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">\u27a2<strong>&nbsp;Method 1: Change Root Password When Logged in as Root<\/strong><\/h3>\n\n\n\n<p>This method is used when you already have access to the root account:<\/p>\n\n\n\n<p><strong>When to Use This Method:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" style=\"list-style: ' \\2605';\">\n\n<li>&nbsp;You can log in as root.<\/li>\n\n\n<li>&nbsp;You know the current root password.<\/li>\n\n\n<li>&nbsp;You just want to update it for security reasons.<\/li>\n\n<\/ul>\n\n\n\n<p><strong>Step-by-Step Process:<\/strong><\/p>\n\n\n\n<p>\u2794&nbsp;Firstly, you have to log in as Root via SSH:<\/p>\n\n\n\n<p><figure class=\"wp-block-table\"><button class=\"copy-btn\" onclick=\"copyCommand(this)\">\ud83d\udccb<\/button><span class=\"copy-msg\">Copied!<\/span><table class=\"has-fixed-layout\">        <tbody>            <tr>                <td class=\"kb_firewall\"><strong><strong>ssh root@your_server_ip<\/strong><\/strong><\/td>            <\/tr>        <\/tbody>    <\/table><\/figure><\/p>\n\n\n<p>In this, replace <strong style=\"font-family: Consolas, monospace !important;font-size: 18px;\">your_server_ip<\/strong> with your actual server IP address.<\/p>\n\n\n<p>\u2794&nbsp;After that, you will be asked to enter the current root password (If you are already inside the server (terminal access), make sure you are logged in as root).<\/p>\n\n\n\n<p><strong>You can confirm by running:<\/strong><\/p>\n\n\n\n<p><figure class=\"wp-block-table\"><button class=\"copy-btn\" onclick=\"copyCommand(this)\">\ud83d\udccb<\/button><span class=\"copy-msg\">Copied!<\/span><table class=\"has-fixed-layout\">        <tbody>            <tr>                <td class=\"kb_firewall\"><strong><strong>whoami<\/strong><\/strong><\/td>            <\/tr>        <\/tbody>    <\/table><\/figure><\/p>\n\n\n<p>&#9733;&nbsp;If it shows root, you are logged in as root.<\/p>\n\n\n<p>\u2794&nbsp;After that, you have to run the password command:<\/p>\n\n\n\n<p><figure class=\"wp-block-table\">\n    <button class=\"copy-btn\" onclick=\"copyCommand(this)\">\ud83d\udccb<\/button><span class=\"copy-msg\">Copied!<\/span>\n    <table class=\"has-fixed-layout\">\n        <tbody>\n            <tr>\n                <td class=\"kb_firewall\"><strong><strong>passwd<\/strong><\/strong><\/td>\n            <\/tr>\n        <\/tbody>\n    <\/table>\n<\/figure><\/p>\n\n\n\n<p><strong>\u2605&nbsp;What This Command Does:<\/strong><\/p>\n\n\n\n<p>The <strong style=\"font-family: Consolas, monospace !important;font-size: 18px;\">passwd<\/strong> command is used to change user passwords in Linux. Since you are logged in as root, the root password will be changed by default.<\/p>\n\n\n\n<p>\u2794&nbsp;Now, you have to enter the new password, as you will see this:<\/p>\n\n\n\n<p><figure class=\"wp-block-table\">\n    <button class=\"copy-btn\" onclick=\"copyCommand(this)\">\ud83d\udccb<\/button><span class=\"copy-msg\">Copied!<\/span>\n    <table class=\"has-fixed-layout\">\n        <tbody>\n            <tr>\n                <td class=\"kb_firewall\"><strong><strong>New password:<\/strong><\/strong><\/td>\n            <\/tr>\n        <\/tbody>\n    <\/table>\n<\/figure><\/p>\n\n\n\n<p>Here, you have to type your new password and press Enter.<\/p>\n\n\n\n<p>\u2605&nbsp;<strong>Important:<\/strong><\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;You will not see characters while typing (this is normal for security).<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;So you have to type carefully.<\/p>\n\n\n\n<p><strong>Then you will be asked:<\/strong><\/p>\n\n\n\n<p><figure class=\"wp-block-table\">\n    <button class=\"copy-btn\" onclick=\"copyCommand(this)\">\ud83d\udccb<\/button><span class=\"copy-msg\">Copied!<\/span>\n    <table class=\"has-fixed-layout\">\n        <tbody>\n            <tr>\n                <td class=\"kb_firewall\"><strong><strong>Retype new password:<\/strong><\/strong><\/td>\n            <\/tr>\n        <\/tbody>\n    <\/table>\n<\/figure><\/p>\n\n\n\n<p>You have to re-enter the same password.<\/p>\n\n\n\n<p>\u2794&nbsp;If both passwords match and meet system requirements, you will see:<\/p>\n\n\n\n<p><figure class=\"wp-block-table\">\n    <button class=\"copy-btn\" onclick=\"copyCommand(this)\">\ud83d\udccb<\/button><span class=\"copy-msg\">Copied!<\/span>\n    <table class=\"has-fixed-layout\">\n        <tbody>\n            <tr>\n                <td class=\"kb_firewall\"><strong><strong>password updated successfully<\/strong><\/strong><\/td>\n            <\/tr>\n        <\/tbody>\n    <\/table>\n<\/figure><\/p>\n\n\n\n<p>Your root password has been changed!<\/p>\n\n\n\n<p><hr><p><strong>Also Read: <\/strong><a href=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/485\/rename-folder-in-linux.html\"><strong>How to Rename a Folder in Linux\u200b?<\/strong><\/a><\/p><hr><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u27a2<strong>&nbsp;Method 2: Change Root Password Using sudo (Without Logging in as Root)<\/strong><\/h3>\n\n\n\n<p><strong>This method is used when:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" style=\"list-style: ' \\2605';\">\n\n<li>&nbsp;You are logged in as a normal user.<\/li>\n\n\n<li>&nbsp;Your user has sudo privileges.<\/li>\n\n\n<li>&nbsp;Direct root login is disabled.<\/li>\n\n<\/ul>\n\n\n\n<p><strong>Step-by-Step Process:<\/strong><\/p>\n\n\n\n<p>\u2794&nbsp;Firstly, you have to log in as a Sudo User<\/p>\n\n\n\n<p><figure class=\"wp-block-table\"><button class=\"copy-btn\" onclick=\"copyCommand(this)\">\ud83d\udccb<\/button><span class=\"copy-msg\">Copied!<\/span><table class=\"has-fixed-layout\">        <tbody>            <tr>                <td class=\"kb_firewall\"><strong><strong>ssh username@your_server_ip<\/strong><\/strong><\/td>            <\/tr>        <\/tbody>    <\/table><\/figure><\/p>\n\n\n<p>In this, replace <strong style=\"font-family: Consolas, monospace !important;font-size: 18px;\">username<\/strong> with your actual username &amp; <strong style=\"font-family: Consolas, monospace !important;font-size: 18px;\">your_server_ip <\/strong>with your Server IP Address.<\/p>\n\n\n<p>\u2794&nbsp;In that, you have to use <strong style=\"font-family: Consolas, monospace !important;font-size: 18px;\">sudo<\/strong> to change the root password by running the following command:<\/p>\n\n\n\n<p><figure class=\"wp-block-table\"><button class=\"copy-btn\" onclick=\"copyCommand(this)\">\ud83d\udccb<\/button><span class=\"copy-msg\">Copied!<\/span><table class=\"has-fixed-layout\">        <tbody>            <tr>                <td class=\"kb_firewall\"><strong><strong>sudo passwd root<\/strong><\/strong><\/td>            <\/tr>        <\/tbody>    <\/table><\/figure><\/p>\n\n\n<p><strong>What This Command Means:<\/strong><\/p>\n\n\n<ul class=\"wp-block-list\" style=\"list-style: ' \\2605';\">\n\n<li>&nbsp;<strong>sudo<\/strong> \u2192 Run command with administrative privileges.<\/li>\n\n\n<li>&nbsp;<strong >passwd<\/strong> \u2192 Change password.<\/li>\n\n\n<li>&nbsp;<strong>root<\/strong> \u2192 Specify that we want to change root\u2019s password.<\/li>\n\n<\/ul>\n\n\n\n<p>\u2794&nbsp;You will now be asked to enter your current user password, not the root password. This is for verification!<\/p>\n\n\n\n<p>\u2794&nbsp;Now the system will ask:<\/p>\n\n\n\n<p><figure class=\"wp-block-table\"><button class=\"copy-btn\" onclick=\"copyCommand(this)\">\ud83d\udccb<\/button><span class=\"copy-msg\">Copied!<\/span><table class=\"has-fixed-layout\">        <tbody>            <tr>                <td class=\"kb_firewall\"><strong><strong>New password:<\/strong><\/strong><\/td>            <\/tr>        <\/tbody>    <\/table><\/figure><\/p>\n\n\n<p>In that, you have to enter the new root password &amp; then confirm it.<\/p>\n\n\n<p>If successful, you will see:<\/p>\n\n\n\n<p><figure class=\"wp-block-table\"><button class=\"copy-btn\" onclick=\"copyCommand(this)\">\ud83d\udccb<\/button><span class=\"copy-msg\">Copied!<\/span><table class=\"has-fixed-layout\">        <tbody>            <tr>                <td class=\"kb_firewall\"><strong><strong>passwd: password updated successfully<\/strong><\/strong><\/td>            <\/tr>        <\/tbody>    <\/table><\/figure><\/p>\n\n\n<p>The root password has now been changed.<\/p>\n\n\n<p><hr><p><strong>Also Read: <\/strong><a href=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/484\/check-memory-usage-in-linux.html\"><strong>How to Check Memory in Linux?<\/strong><\/a><\/p><hr><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Best Practices for Root Password Security<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\" style=\"list-style: ' \\2605';\">\n\n<li>&nbsp;Use 12\u201316+ characters.<\/li>\n\n\n<li>&nbsp;Avoid simple passwords like admin123.<\/li>\n\n\n<li>&nbsp;Use a mix of uppercase, lowercase, numbers, and symbols.<\/li>\n\n\n<li>&nbsp;Avoid sharing root login.<\/li>\n\n\n<li>&nbsp;Consider disabling root SSH login and using sudo instead.<\/li>\n\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>Changing the root password in Linux is not complicated, but it is one of the most important security tasks for any server administrator. Whether you are updating it for security reasons, using sudo access, or recovering from a forgotten password through recovery mode, each method serves a specific purpose.<\/p>\n\n\n\n<p>Understanding not just the commands but also why each step is performed helps you manage your server with confidence. A strong and properly managed root password protects your entire system from unauthorized access.<\/p>\n\n\n\n<p>Make it a habit to review and update your root credentials regularly because a secure root account means a secure Linux server.<\/p>\n\n\n\n<script>\nfunction copyCommand(btn) {\n  const td = btn.parentElement.querySelector(\"td.kb_firewall\");\n  const text = td.innerText.trim();\n\n  navigator.clipboard.writeText(text).then(() => {\n    const msg = btn.parentElement.querySelector(\".copy-msg\");\n    msg.style.display = \"inline-block\";\n    setTimeout(() => msg.style.display = \"none\", 1000);\n  });\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>In Linux, the root user is the most powerful account on the system. It has complete control over files, services, users, and security settings. Because of this, the root password protects your entire server. If your root password is weak, shared, or outdated, your system becomes vulnerable. That\u2019s why changing the root password regularly is [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[49],"tags":[],"class_list":["post-4149","post","type-post","status-publish","format-standard","hentry","category-vps"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Change Root Password in Linux?<\/title>\n<meta name=\"description\" content=\"Learn how to change the root password in Linux with step-by-step instructions for different methods. Get a simple, secure, and beginner-friendly guide.\" \/>\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.hostitsmart.com\/manage\/knowledgebase\/494\/change-root-password-in-linux.html\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Change Root Password in Linux?\" \/>\n<meta property=\"og:description\" content=\"Learn how to change the root password in Linux with step-by-step instructions for different methods. Get a simple, secure, and beginner-friendly guide.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/494\/change-root-password-in-linux.html\" \/>\n<meta property=\"og:site_name\" content=\"Host IT Smart Knowledge base\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-20T09:33:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-27T11:11:19+00:00\" \/>\n<meta name=\"author\" content=\"Admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/494\/change-root-password-in-linux.html\",\"url\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/494\/change-root-password-in-linux.html\",\"name\":\"How to Change Root Password in Linux?\",\"isPartOf\":{\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#website\"},\"datePublished\":\"2026-02-20T09:33:13+00:00\",\"dateModified\":\"2026-03-27T11:11:19+00:00\",\"author\":{\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/317c14a877385667f19d3b7496bd5108\"},\"description\":\"Learn how to change the root password in Linux with step-by-step instructions for different methods. Get a simple, secure, and beginner-friendly guide.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/494\/change-root-password-in-linux.html\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#website\",\"url\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/\",\"name\":\"Host IT Smart Knowledge base\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/317c14a877385667f19d3b7496bd5108\",\"name\":\"Admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d4827c56a6721070dde339640d47ff44ba0d0e515c7e577cf29305ab72383fe3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d4827c56a6721070dde339640d47ff44ba0d0e515c7e577cf29305ab72383fe3?s=96&d=mm&r=g\",\"caption\":\"Admin\"},\"sameAs\":[\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/\"],\"url\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/author\/admin\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Change Root Password in Linux?","description":"Learn how to change the root password in Linux with step-by-step instructions for different methods. Get a simple, secure, and beginner-friendly guide.","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.hostitsmart.com\/manage\/knowledgebase\/494\/change-root-password-in-linux.html","og_locale":"en_US","og_type":"article","og_title":"How to Change Root Password in Linux?","og_description":"Learn how to change the root password in Linux with step-by-step instructions for different methods. Get a simple, secure, and beginner-friendly guide.","og_url":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/494\/change-root-password-in-linux.html","og_site_name":"Host IT Smart Knowledge base","article_published_time":"2026-02-20T09:33:13+00:00","article_modified_time":"2026-03-27T11:11:19+00:00","author":"Admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Admin","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/494\/change-root-password-in-linux.html","url":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/494\/change-root-password-in-linux.html","name":"How to Change Root Password in Linux?","isPartOf":{"@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#website"},"datePublished":"2026-02-20T09:33:13+00:00","dateModified":"2026-03-27T11:11:19+00:00","author":{"@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/317c14a877385667f19d3b7496bd5108"},"description":"Learn how to change the root password in Linux with step-by-step instructions for different methods. Get a simple, secure, and beginner-friendly guide.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/494\/change-root-password-in-linux.html"]}]},{"@type":"WebSite","@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#website","url":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/","name":"Host IT Smart Knowledge base","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/317c14a877385667f19d3b7496bd5108","name":"Admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d4827c56a6721070dde339640d47ff44ba0d0e515c7e577cf29305ab72383fe3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d4827c56a6721070dde339640d47ff44ba0d0e515c7e577cf29305ab72383fe3?s=96&d=mm&r=g","caption":"Admin"},"sameAs":["https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/"],"url":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/author\/admin"}]}},"_links":{"self":[{"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/posts\/4149","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/comments?post=4149"}],"version-history":[{"count":20,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/posts\/4149\/revisions"}],"predecessor-version":[{"id":4170,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/posts\/4149\/revisions\/4170"}],"wp:attachment":[{"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/media?parent=4149"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/categories?post=4149"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/tags?post=4149"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}