{"id":566,"date":"2026-09-22T09:14:10","date_gmt":"2026-09-22T09:14:10","guid":{"rendered":"https:\/\/packetra.com\/knowledgebase\/?post_type=ht_kb&#038;p=566"},"modified":"2026-09-22T09:14:11","modified_gmt":"2026-09-22T09:14:11","slug":"how-to-guide-setup-os-using-netboot","status":"publish","type":"ht_kb","link":"https:\/\/packetra.com\/knowledgebase\/kb\/how-to-guide-setup-os-using-netboot\/","title":{"rendered":"How to Guide \u2013 Setup OS using Netboot"},"content":{"rendered":"\n<p class=\"has-primary-color has-text-color has-link-color has-small-font-size wp-elements-1 wp-block-paragraph\"><mark style=\"background-color:rgba(0, 0, 0, 0);color:#9c9c9c\" class=\"has-inline-color\">Sometimes you don&#8217;t want a prebuilt image, you want to run a real OS installer and make your own choices about partitioning, filesystems and setup. Our panel does not mount ISOs, but you can get the same result with netboot.xyz. It is a tiny bootloader you write over your VPS disk, that on boot loads a menu and pulls an OS installer over the network straight into RAM. Because the installer runs from RAM, the disk is free for it to wipe and install onto, which is exactly what a plain install ISO cannot do on a single-disk VPS. This guide shows you how.<\/mark><\/p>\n\n\n\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-alert\">This article assumes you are already logged into your VPS\/Dedicated Server. Don&#8217;t have an account with us, feel free to sign up over at our <a href=\"https:\/\/portal.packetra.com\/register.php\"><strong>Portal<\/strong><\/a>. Once registered check out our selection of <a href=\"https:\/\/packetra.com\/hosting\/cloud-hosting\"><strong>VPS<\/strong><\/a> and <a href=\"https:\/\/packetra.com\/hosting\/dedicated-hosting\"><strong>Dedicated Servers<\/strong><\/a>. <br>Already have one? Then feel free to proceed to follow the how-to guide below.<\/p>\n\n\n\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-alert\"><strong>Important &#8211; this is destructive and irreversible.<\/strong> Writing netboot.xyz overwrites the disk, and the install you run afterwards wipes it again to lay down your new OS. Everything currently on the server is lost. Back up anything you need first. The only way back to a working template is a fresh OS reload from your control panel. Do <strong>not<\/strong> run this on a server holding data you care about, spin up a fresh VPS for it instead.<\/p>\n\n\n\n<h3 class=\"wp-block-heading step-heading\">Before You Begin &#8211; Use the Console, Not SSH<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">You drive this entire process from the server&#8217;s screen, so you must use the <strong>noVNC \/ HTML5 console<\/strong> in your Packetra client area, not SSH. Two reasons: your SSH session drops the instant the disk is overwritten, and the netboot.xyz menu and the OS installer both run on the console, there is nothing to SSH into while they are up.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You will find the console under your service in the <a href=\"https:\/\/portal.packetra.com\/clientarea.php\"><strong>client portal<\/strong><\/a>. Log into your server there as <strong>cloudvpsXXX\/root <\/strong>before continuing.<\/p>\n\n\n\n<h3 class=\"wp-block-heading step-heading\">What netboot.xyz Is and When to Use It<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">netboot.xyz is a small iPXE-based bootloader. You write it to the disk once, and on boot it reaches out over the internet and presents a menu of operating systems and utilities. Pick one, and it netboots that installer or live system into memory. From there you install your OS the normal way, choosing your own partitioning, filesystem and options.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Use this instead of writing a finished disk image when you want control over the install rather than someone else&#8217;s prebuilt layout. It also gives you a handy rescue path, the Utilities menu includes tools for disk wiping, cloning and recovery. Note that netboot.xyz is only a springboard: once you install an OS, that install overwrites netboot.xyz on the disk and your server boots your new system from then on.<\/p>\n\n\n\n<h3 class=\"wp-block-heading step-heading\">Select your Linux OS to Prepare the Tools<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">You only need <strong>wget<\/strong> to download the loader image. Select the tab matching the OS your VPS is currently running.<\/p>\n\n\n\n<div class=\"wp-block-ht-blocks-tabs wp-block-hb-tabs\"><ul class=\"wp-block-hb-tabs__nav\" role=\"tablist\"><li class=\"wp-block-hb-tabs__head\" data-tab=\"tabs-0\" data-hb-tabs-tab--state=\"active\"><span class=\"wp-block-hb-tabs__head_item\" for=\"tab0\">Ubuntu<\/span><\/li><li class=\"wp-block-hb-tabs__head\" data-tab=\"tabs-1\" data-hb-tabs-tab--state=\"inactive\"><span class=\"wp-block-hb-tabs__head_item\" for=\"tab1\">Debian<\/span><\/li><li class=\"wp-block-hb-tabs__head\" data-tab=\"tabs-2\" data-hb-tabs-tab--state=\"inactive\"><span class=\"wp-block-hb-tabs__head_item\" for=\"tab2\">AlmaLinux<\/span><\/li><\/ul><div id=\"tabs-0\" class=\"wp-block-hb-tabs__content\" role=\"tabpanel\" data-hb-tabs-tab--state=\"active\"><p><code><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\"># Update the system and install the download tool<\/mark><\/strong><\/code><br><code><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-green-color\">apt<\/mark> update<\/strong><\/code><br><code><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-green-color\">apt<\/mark> install -y wget<\/strong><\/code><\/p><\/div><div id=\"tabs-1\" class=\"wp-block-hb-tabs__content\" role=\"tabpanel\" data-hb-tabs-tab--state=\"inactive\"><p><code><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\"># Update the system and install the download tool<\/mark><\/strong><\/code><br><code><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-green-color\">apt<\/mark> update<\/strong><\/code><br><code><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-green-color\">apt<\/mark> install -y wget<\/strong><\/code><\/p><\/div><div id=\"tabs-2\" class=\"wp-block-hb-tabs__content\" role=\"tabpanel\" data-hb-tabs-tab--state=\"inactive\"><p><code><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\"># Install the download tool<\/mark><\/strong><\/code><br><code><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-green-color\">dnf<\/mark> install -y wget<\/strong><\/code><\/p><\/div><\/div>\n\n\n\n<h3 class=\"wp-block-heading step-heading\">Download netboot.xyz into RAM<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">We download the image into <code><strong>\/dev\/shm<\/strong><\/code>, which is a RAM-backed folder. This matters because we are about to overwrite the disk, the source image needs to live somewhere that <em>isn&#8217;t<\/em> the disk we are wiping. The loader is only a couple of megabytes and comes as a ready-to-write <strong>.img<\/strong>, so there is nothing to extract.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>cd \/dev\/shm\nwget https:\/\/boot.netboot.xyz\/ipxe\/netboot.xyz.img -O netboot.xyz.img<\/strong><\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading step-heading\">Verify the Image Before Writing<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Confirm the download is a real disk image, not an error page saved under the wrong name.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>ls -la\nfile netboot.xyz.img<\/strong><\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The <strong>file<\/strong> command must report something like <strong>DOS\/MBR boot sector<\/strong> or <strong>data<\/strong>. If it reports <strong>HTML document<\/strong> or the size is only a few kilobytes, the download failed, run wget again before continuing.<\/p>\n\n\n\n<h3 class=\"wp-block-heading step-heading\">Identify Your Target Disk<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Find the disk your server boots from, this is the device we write netboot.xyz onto. It is usually <strong>vda<\/strong> or <strong>sda<\/strong>, but confirm rather than assume.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>lsblk<\/strong><\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">Example:<\/mark><\/strong> a line reading <strong>sda&nbsp;&nbsp;&nbsp;25G&nbsp;disk<\/strong> with a partition <strong>sda1<\/strong> mounted at <strong>\/<\/strong> tells you the boot disk is <strong>\/dev\/sda<\/strong>. Use the whole disk (<strong>sda<\/strong>), not the partition (<strong>sda1<\/strong>). Note the name for the next step.<\/p>\n\n\n\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-info\"><strong>Booting mode:<\/strong> All Packetra VPS boot in BIOS (SeaBIOS) mode. The standard <strong>netboot.xyz.img<\/strong> supports Legacy BIOS as well as UEFI, so it works here out of the box, there is no need for the separate UEFI-only bootloaders.<\/p>\n\n\n\n<h3 class=\"wp-block-heading step-heading\">Write the Loader and Reboot into the Menu<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Write the loader to the disk. Replace <strong>\/dev\/sda<\/strong> with the disk you confirmed with lsblk. The <strong>sync<\/strong> flushes the write, then <strong>echo b<\/strong> forces an immediate reboot.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>dd if=\/dev\/shm\/netboot.xyz.img of=\/dev\/sda bs=4M conv=notrunc oflag=direct\nsync\necho b &gt; \/proc\/sysrq-trigger<\/strong><\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The console will freeze briefly, then the server reboots. SeaBIOS loads, iPXE starts, and after it pulls the menu over the network you will see the <strong>netboot.xyz<\/strong> menu on the console.<\/p>\n\n\n\n<h3 class=\"wp-block-heading step-heading\">Boot an OS Installer from the Menu<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Use the arrow keys and Enter to navigate. To install a Linux distribution, go to <strong>Linux Network Installs<\/strong>, choose your distribution (for example <strong>Debian<\/strong>), then the version. netboot.xyz loads that installer into RAM and starts it. The Utilities menu is also here if you need a rescue or disk tool instead of an install.<\/p>\n\n\n\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-info\"><strong>Text installer, not graphical:<\/strong> Over the console you get the installer&#8217;s text (ncurses) interface, not the graphical one. It is the same installer with the same steps, just keyboard-driven, which suits a console session well.<\/p>\n\n\n\n<h3 class=\"wp-block-heading step-heading\">Install to the Disk &amp; Set Networking<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Run through the installer as you normally would. Two points specific to running on your VPS:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Target disk:<\/strong> when the installer asks where to install, pick your VPS disk (the <strong>vda<\/strong> or <strong>sda<\/strong> you identified earlier). Since the installer is running from RAM, it can wipe and partition that disk freely.<\/li>\n\n\n\n<li><strong>Networking:<\/strong> the installer will usually pick up networking automatically. If it asks you to configure it manually, enter the values from your VPS&#8217;s page in the client area, your <strong>IP address<\/strong>, <strong>gateway<\/strong>, <strong>netmask\/prefix<\/strong> and a <strong>DNS<\/strong> server such as 1.1.1.1.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">When the install finishes it writes a bootloader to the disk and reboots. netboot.xyz is now gone, replaced by your freshly installed OS, which boots straight from the disk. Watch the console for the login prompt, then connect over SSH as normal.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Final Words<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">You have installed your own operating system on your Packetra VPS from a real installer, with full control over partitioning and setup, and no ISO mounting required. netboot.xyz served as a one-time springboard and has been replaced by your new system. If you ever want to go back to a clean template, reload the OS from your control panel.<\/p>\n\n\n\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-info\"><strong>Frequently Asked Questions<\/strong><br><br><strong>How is this different from writing a disk image?<\/strong><br>A disk image is a finished OS you write and boot with no choices to make. netboot.xyz runs the real installer instead, so you decide the partitioning, filesystem and setup yourself. Use the image method when you want fast and prebuilt, use netboot.xyz when you want control.<br><br><strong>Is the installer graphical?<\/strong><br>Over the console you get the text (ncurses) installer, not the graphical one. It is the same installer with the same options, driven by the keyboard.<br><br><strong>The menu will not load, or there is no network in iPXE.<\/strong><br>netboot.xyz has to reach boot.netboot.xyz over the internet to fetch the menu, which needs working networking at boot. On most setups this is automatic. If your server&#8217;s network does not hand out an address automatically, iPXE cannot self-configure, and you would need to set its networking by hand at the iPXE prompt or open a support ticket for guidance.<br><br><strong>Does netboot.xyz stay on my server?<\/strong><br>No. It is only a springboard. Once you install an OS, that install overwrites netboot.xyz on the disk and your server boots your new system from then on. Remember, the netboot is in your RAM memory, that goes away after the reboot.<br><br><strong>My SSH session froze and dropped during the write. Did it fail?<\/strong><br>No, that is expected. The moment dd overwrites the running OS, SSH has nothing to talk to and drops. This is exactly why we use the console.<\/p>\n\n\n\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-success\"><strong>Good to Know<\/strong><br>Always run this from the noVNC console rather than SSH, since the menu and installer live on the console and SSH drops the moment the disk is written. The standard <strong>netboot.xyz.img<\/strong> is the right file for Packetra&#8217;s legacy BIOS boot. The trick that makes this work on a single-disk VPS is that the installer loads into RAM, which frees the disk for it to wipe and install onto, something a plain install ISO cannot do here. Have your network details from the client area ready in case the installer asks for them. Want to revert? Reload the OS from your control panel for a clean template. Run into any issues? Open a support ticket through the <a href=\"https:\/\/portal.packetra.com\/submitticket.php\"><strong>client portal<\/strong><\/a> and our team will help you.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sometimes you don&#8217;t want a prebuilt image, you want to run a real OS installer and make your own choices about partitioning, filesystems and setup. Our panel does not mount ISOs, but you can get the same result with netboot.xyz. It is a tiny bootloader you write over your VPS&#8230;<\/p>\n","protected":false},"author":1,"comment_status":"closed","ping_status":"closed","template":"","format":"standard","meta":{"footnotes":""},"ht-kb-category":[71],"ht-kb-tag":[77],"class_list":["post-566","ht_kb","type-ht_kb","status-publish","format-standard","hentry","ht_kb_category-guides-tutorials","ht_kb_tag-router"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Guide - How to setup OS using Netboot | Packetra<\/title>\n<meta name=\"description\" content=\"Learn how to setup an operating system on your Packetra VPS server using netboot. Set it up in few commands and clicks.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/packetra.com\/knowledgebase\/kb\/how-to-guide-setup-os-using-netboot\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Guide - How to setup OS using Netboot | Packetra\" \/>\n<meta property=\"og:description\" content=\"Learn how to setup an operating system on your Packetra VPS server using netboot. Set it up in few commands and clicks.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/packetra.com\/knowledgebase\/kb\/how-to-guide-setup-os-using-netboot\/\" \/>\n<meta property=\"og:site_name\" content=\"Packetra Knowledgebase\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-22T09:14:11+00:00\" \/>\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=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/packetra.com\\\/knowledgebase\\\/kb\\\/how-to-guide-setup-os-using-netboot\\\/\",\"url\":\"https:\\\/\\\/packetra.com\\\/knowledgebase\\\/kb\\\/how-to-guide-setup-os-using-netboot\\\/\",\"name\":\"How to Guide - How to setup OS using Netboot | Packetra\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/packetra.com\\\/knowledgebase\\\/#website\"},\"datePublished\":\"2026-09-22T09:14:10+00:00\",\"dateModified\":\"2026-09-22T09:14:11+00:00\",\"description\":\"Learn how to setup an operating system on your Packetra VPS server using netboot. Set it up in few commands and clicks.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/packetra.com\\\/knowledgebase\\\/kb\\\/how-to-guide-setup-os-using-netboot\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/packetra.com\\\/knowledgebase\\\/kb\\\/how-to-guide-setup-os-using-netboot\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/packetra.com\\\/knowledgebase\\\/kb\\\/how-to-guide-setup-os-using-netboot\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/packetra.com\\\/knowledgebase\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Articles\",\"item\":\"https:\\\/\\\/packetra.com\\\/knowledgebase\\\/kb\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Guide \u2013 Setup OS using Netboot\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/packetra.com\\\/knowledgebase\\\/#website\",\"url\":\"https:\\\/\\\/packetra.com\\\/knowledgebase\\\/\",\"name\":\"Packetra Knowledgebase\",\"description\":\"Hosting Guides, VPS Help &amp; Support\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/packetra.com\\\/knowledgebase\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Guide - How to setup OS using Netboot | Packetra","description":"Learn how to setup an operating system on your Packetra VPS server using netboot. Set it up in few commands and clicks.","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:\/\/packetra.com\/knowledgebase\/kb\/how-to-guide-setup-os-using-netboot\/","og_locale":"en_US","og_type":"article","og_title":"How to Guide - How to setup OS using Netboot | Packetra","og_description":"Learn how to setup an operating system on your Packetra VPS server using netboot. Set it up in few commands and clicks.","og_url":"https:\/\/packetra.com\/knowledgebase\/kb\/how-to-guide-setup-os-using-netboot\/","og_site_name":"Packetra Knowledgebase","article_modified_time":"2026-09-22T09:14:11+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/packetra.com\/knowledgebase\/kb\/how-to-guide-setup-os-using-netboot\/","url":"https:\/\/packetra.com\/knowledgebase\/kb\/how-to-guide-setup-os-using-netboot\/","name":"How to Guide - How to setup OS using Netboot | Packetra","isPartOf":{"@id":"https:\/\/packetra.com\/knowledgebase\/#website"},"datePublished":"2026-09-22T09:14:10+00:00","dateModified":"2026-09-22T09:14:11+00:00","description":"Learn how to setup an operating system on your Packetra VPS server using netboot. Set it up in few commands and clicks.","breadcrumb":{"@id":"https:\/\/packetra.com\/knowledgebase\/kb\/how-to-guide-setup-os-using-netboot\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/packetra.com\/knowledgebase\/kb\/how-to-guide-setup-os-using-netboot\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/packetra.com\/knowledgebase\/kb\/how-to-guide-setup-os-using-netboot\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/packetra.com\/knowledgebase\/"},{"@type":"ListItem","position":2,"name":"Articles","item":"https:\/\/packetra.com\/knowledgebase\/kb\/"},{"@type":"ListItem","position":3,"name":"How to Guide \u2013 Setup OS using Netboot"}]},{"@type":"WebSite","@id":"https:\/\/packetra.com\/knowledgebase\/#website","url":"https:\/\/packetra.com\/knowledgebase\/","name":"Packetra Knowledgebase","description":"Hosting Guides, VPS Help &amp; Support","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/packetra.com\/knowledgebase\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/packetra.com\/knowledgebase\/wp-json\/wp\/v2\/ht-kb\/566","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/packetra.com\/knowledgebase\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/packetra.com\/knowledgebase\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/packetra.com\/knowledgebase\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/packetra.com\/knowledgebase\/wp-json\/wp\/v2\/comments?post=566"}],"version-history":[{"count":2,"href":"https:\/\/packetra.com\/knowledgebase\/wp-json\/wp\/v2\/ht-kb\/566\/revisions"}],"predecessor-version":[{"id":569,"href":"https:\/\/packetra.com\/knowledgebase\/wp-json\/wp\/v2\/ht-kb\/566\/revisions\/569"}],"wp:attachment":[{"href":"https:\/\/packetra.com\/knowledgebase\/wp-json\/wp\/v2\/media?parent=566"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/packetra.com\/knowledgebase\/wp-json\/wp\/v2\/ht-kb-category?post=566"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/packetra.com\/knowledgebase\/wp-json\/wp\/v2\/ht-kb-tag?post=566"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}