{"id":18327,"date":"2025-01-06T10:22:43","date_gmt":"2025-01-06T10:22:43","guid":{"rendered":"https:\/\/truehost.com\/support\/?post_type=docs&#038;p=18327"},"modified":"2025-01-06T10:25:53","modified_gmt":"2025-01-06T10:25:53","password":"","slug":"how-to-install-update-and-uninstall-fastpanel","status":"publish","type":"docs","link":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-install-update-and-uninstall-fastpanel\/","title":{"rendered":"How to Install, Update and Uninstall FastPanel"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<p>In this guide, we shall be installing FastPanel on Almalinux.<\/p>\n\n\n\n<p>You can view the article below for a full list of supported Operating Systems(OS)<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Part I: Installation <\/strong><\/h3>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Prerequisites<\/strong><\/h4>\n\n\n\n<p><strong>Clean Installation:<\/strong> It&#8217;s highly recommended to start with a fresh OS installation for optimal performance and stability. <\/p>\n\n\n\n<p><strong>Root Access:<\/strong> You&#8217;ll need root privileges to execute the installation commands.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Update System:<\/strong><\/h4>\n\n\n\n<p>Update system packages:<br><\/p>\n\n\n\n<p><strong><code>yum update -y<\/code><\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"268\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-1024x268.png\" alt=\"\" class=\"wp-image-18328\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-1024x268.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-300x78.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-768x201.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image.png 1357w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Install EPEL Repository:<\/strong><\/h4>\n\n\n\n<p>Install the Extra Packages for Enterprise Linux (EPEL) repository:<\/p>\n\n\n\n<p><strong><code>yum install -y epel-release<\/code><\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"394\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-1-1024x394.png\" alt=\"\" class=\"wp-image-18329\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-1-1024x394.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-1-300x115.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-1-768x295.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-1.png 1358w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Install wget<\/strong><\/h4>\n\n\n\n<p><code>yum makecache; yum install wget<\/code><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"295\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-2-1024x295.png\" alt=\"\" class=\"wp-image-18331\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-2-1024x295.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-2-300x86.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-2-768x221.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-2.png 1355w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Download and run the FastPanel Installation Script:<\/strong><\/h4>\n\n\n\n<p><code><strong>wget https:\/\/repo.fastpanel.direct\/install_fastpanel.sh -O - | bash -<\/strong><\/code><\/p>\n\n\n\n<p>To install with a specific version of Mysql or MariaDB Database, run the script below first to check available versions.<\/p>\n\n\n\n<p><strong><code>wget https:\/\/repo.fastpanel.direct\/install_fastpanel.sh &amp;&amp; bash install_fastpanel.sh --help | grep 'Available versions'<\/code><\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"349\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-4-1024x349.png\" alt=\"\" class=\"wp-image-18332\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-4-1024x349.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-4-300x102.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-4-768x262.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-4.png 1366w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>You can specify the MySQL or MariaDB version or fork. Below is the example of installing FASTPANEL\u00ae with MySQL 8.0<\/p>\n\n\n\n<p><code><strong>bash install_fastpanel.sh -m mysql8.0<\/strong><\/code><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>In my case, I&#8217;ll be using <em><strong><code>Mariadb 10.11<\/code><\/strong><\/em><\/p>\n\n\n\n<p>Run the the script and allow a few minutes for the process to complete.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"518\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-6-1024x518.png\" alt=\"\" class=\"wp-image-18334\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-6-1024x518.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-6-300x152.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-6-768x389.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-6.png 1338w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Once completed, you will a message as below.<\/p>\n\n\n\n<p>Congratulations! <strong>FASTPANEL<\/strong> has been successfully installed and available for you at<code><strong> https:\/\/server-IP:8888\/ <\/strong><\/code><br>Login: <code>fastuser<\/code><br>Password: <code>yourpassword<\/code><\/p>\n\n\n\n<p>That is all. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Part II: Updating the Panel<\/strong><\/h3>\n\n\n\n<p>FastPanel is automatically updated. Should you need to manually update the panel, you can run the following command.<\/p>\n\n\n\n<p><strong><code>\/usr\/local\/fastpanel2\/app\/updater<\/code><\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"169\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-7-1024x169.png\" alt=\"\" class=\"wp-image-18335\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-7-1024x169.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-7-300x50.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-7-768x127.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-7.png 1223w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Part III: Uninstalling the Panel.<\/strong><\/h3>\n\n\n\n<p>The recommended option is to re-install the OS if moving to another panel. <\/p>\n\n\n\n<p><strong>FASTPANEL<\/strong><sup>\u00ae<\/sup>\u00a0can also be uninstalled without disrupting the operation of sites. However, this will lead to consequences such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Stopping automatic renewal of SSL certificates from Let&#8217;s Encrypt issued through\u00a0<strong>FASTPANEL<\/strong><sup>\u00ae<\/sup>.<\/li>\n\n\n\n<li>Disabling backup tasks previously configured in\u00a0<strong>FASTPANEL<\/strong><sup>\u00ae<\/sup>.<\/li>\n\n\n\n<li>You will be able to change site settings, create and edit users, mailboxes, FTP\/SFTP accounts, etc. only through manual configuration.<\/li>\n<\/ul>\n\n\n\n<p>If you are certain you want to uninstall&nbsp;<strong>FASTPANEL<\/strong><sup>\u00ae<\/sup>&nbsp;and fully understand the consequences, you can do so by executing the following commands in the server console as root:<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Debian\/Ubuntu:<\/strong><\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code><code><strong>apt-get remove fastpanel2 fastpanel2-nginx<\/strong><\/code><\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>CentOS\/AlmaLinux\/RockyLinux:<\/strong><\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code><strong><code>yum remove fastpanel2 fastpanel2-nginx<\/code><\/strong><\/code><\/pre>\n\n\n\n<p>That is All! Happy Hosting.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this guide, we shall be installing FastPanel on Almalinux. You can view the article below for a full list of supported Operating Systems(OS) Part I: Installation Prerequisites Clean Installation: It&#8217;s highly recommended to start with a fresh OS installation for optimal performance and stability. Root Access: You&#8217;ll need root privileges to execute the installation [&hellip;]<\/p>\n","protected":false},"author":24,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_eb_attr":"","_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"doc_category":[2139],"doc_tag":[],"class_list":["post-18327","docs","type-docs","status-publish","hentry","doc_category-fastpanel"],"year_month":"2026-07","word_count":374,"total_views":0,"reactions":{"happy":0,"normal":0,"sad":0},"author_info":{"name":"Kibera","author_nicename":"dan-k","author_url":"https:\/\/truehost.com\/support\/author\/dan-k\/"},"doc_category_info":[{"term_name":"Fastpanel","term_url":"https:\/\/truehost.com\/support\/docs-category\/fastpanel\/"}],"doc_tag_info":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install, Update and Uninstall FastPanel -<\/title>\n<meta name=\"description\" content=\"Simplify server management with this guide on installing, updating, and uninstalling FastPanel. Easy guide to using Fastpanel.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-install-update-and-uninstall-fastpanel\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install, Update and Uninstall FastPanel -\" \/>\n<meta property=\"og:description\" content=\"Simplify server management with this guide on installing, updating, and uninstalling FastPanel. Easy guide to using Fastpanel.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-install-update-and-uninstall-fastpanel\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-06T10:25:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-1024x268.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-install-update-and-uninstall-fastpanel\\\/\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-install-update-and-uninstall-fastpanel\\\/\",\"name\":\"How to Install, Update and Uninstall FastPanel -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-install-update-and-uninstall-fastpanel\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-install-update-and-uninstall-fastpanel\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/image-1024x268.png\",\"datePublished\":\"2025-01-06T10:22:43+00:00\",\"dateModified\":\"2025-01-06T10:25:53+00:00\",\"description\":\"Simplify server management with this guide on installing, updating, and uninstalling FastPanel. Easy guide to using Fastpanel.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-install-update-and-uninstall-fastpanel\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-install-update-and-uninstall-fastpanel\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-install-update-and-uninstall-fastpanel\\\/#primaryimage\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/image-1024x268.png\",\"contentUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/image-1024x268.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-install-update-and-uninstall-fastpanel\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/truehost.com\\\/support\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install, Update and Uninstall FastPanel\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#website\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/\",\"name\":\"\",\"description\":\"Help In a Click\",\"publisher\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/truehost.com\\\/support\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#organization\",\"name\":\"Truehost Kenya\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cropped-image_2026-04-16_174808866.png\",\"contentUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cropped-image_2026-04-16_174808866.png\",\"width\":240,\"height\":48,\"caption\":\"Truehost Kenya\"},\"image\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install, Update and Uninstall FastPanel -","description":"Simplify server management with this guide on installing, updating, and uninstalling FastPanel. Easy guide to using Fastpanel.","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:\/\/truehost.com\/support\/knowledge-base\/how-to-install-update-and-uninstall-fastpanel\/","og_locale":"en_US","og_type":"article","og_title":"How to Install, Update and Uninstall FastPanel -","og_description":"Simplify server management with this guide on installing, updating, and uninstalling FastPanel. Easy guide to using Fastpanel.","og_url":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-install-update-and-uninstall-fastpanel\/","article_modified_time":"2025-01-06T10:25:53+00:00","og_image":[{"url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-1024x268.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-install-update-and-uninstall-fastpanel\/","url":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-install-update-and-uninstall-fastpanel\/","name":"How to Install, Update and Uninstall FastPanel -","isPartOf":{"@id":"https:\/\/truehost.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-install-update-and-uninstall-fastpanel\/#primaryimage"},"image":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-install-update-and-uninstall-fastpanel\/#primaryimage"},"thumbnailUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-1024x268.png","datePublished":"2025-01-06T10:22:43+00:00","dateModified":"2025-01-06T10:25:53+00:00","description":"Simplify server management with this guide on installing, updating, and uninstalling FastPanel. Easy guide to using Fastpanel.","breadcrumb":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-install-update-and-uninstall-fastpanel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/truehost.com\/support\/knowledge-base\/how-to-install-update-and-uninstall-fastpanel\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-install-update-and-uninstall-fastpanel\/#primaryimage","url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-1024x268.png","contentUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2025\/01\/image-1024x268.png"},{"@type":"BreadcrumbList","@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-install-update-and-uninstall-fastpanel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/truehost.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Install, Update and Uninstall FastPanel"}]},{"@type":"WebSite","@id":"https:\/\/truehost.com\/support\/#website","url":"https:\/\/truehost.com\/support\/","name":"","description":"Help In a Click","publisher":{"@id":"https:\/\/truehost.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/truehost.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/truehost.com\/support\/#organization","name":"Truehost Kenya","url":"https:\/\/truehost.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/truehost.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2026\/04\/cropped-image_2026-04-16_174808866.png","contentUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2026\/04\/cropped-image_2026-04-16_174808866.png","width":240,"height":48,"caption":"Truehost Kenya"},"image":{"@id":"https:\/\/truehost.com\/support\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/18327","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/users\/24"}],"replies":[{"embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/comments?post=18327"}],"version-history":[{"count":3,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/18327\/revisions"}],"predecessor-version":[{"id":18339,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/18327\/revisions\/18339"}],"wp:attachment":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/media?parent=18327"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/doc_category?post=18327"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/doc_tag?post=18327"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}