{"id":565,"date":"2026-09-22T09:07:40","date_gmt":"2026-09-22T09:07:40","guid":{"rendered":"https:\/\/packetra.com\/knowledgebase\/?post_type=ht_kb&#038;p=565"},"modified":"2026-09-22T09:07:41","modified_gmt":"2026-09-22T09:07:41","slug":"how-to-guide-setup-custom-image-on-your-vps","status":"publish","type":"ht_kb","link":"https:\/\/packetra.com\/knowledgebase\/kb\/how-to-guide-setup-custom-image-on-your-vps\/","title":{"rendered":"How to Guide \u2013 Setup Custom Image on your VPS"},"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\">You are not limited to our templates. If you would rather run your own operating system, bootloader and network setup, you can write your own bootable disk image straight over the Packetra template from inside your running VPS and reboot into it. Our panel does not offer ISO mounting or uploads, but because you hold full root on the running server, you can do the whole thing yourself from the command line. 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 your image overwrites the entire disk, wiping the template OS and all data on it. Back up anything you need first. Once written, 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\">Because this process overwrites the running operating system, your SSH connection will drop the instant the disk is rewritten. If the write has not finished by then, you are left with an unbootable server. For this reason we strongly recommend running the whole procedure from the <strong>noVNC \/ HTML5 console<\/strong> in your Packetra client area rather than over SSH. From the console you can watch the write finish and the reboot happen, with no session to drop mid-way.<\/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 Kind of Image Can I Use?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">This method writes a <strong>whole-disk, BIOS-bootable image<\/strong> onto the disk, so the file you write must be a full disk image, not just any download. Good candidates are prebuilt cloud images (Debian, Ubuntu, Alpine and similar), a vendor appliance image, or an image you built yourself. The file is usually a <strong>.img<\/strong> or <strong>.raw<\/strong>, sometimes compressed as <strong>.gz<\/strong>, <strong>.xz<\/strong> or <strong>.zip<\/strong>, which you extract first.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Two things to know before you start:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The image must already be set up to let you in \u2014 a known password, an injected SSH key, or a cloud-init datasource. There is no rescue shell once your image is on disk, so if you cannot log in, your only option is to reload the template from the panel and try again.<\/li>\n\n\n\n<li>This is for disk images, not interactive install ISOs. If you specifically want to run an OS installer, write a network boot loader such as <strong>netboot.xyz<\/strong> instead, which gives you an installer menu on the console. That is a separate workflow and generally wants a second disk to install onto.<\/li>\n<\/ul>\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\">First, install the tools we need, <strong>wget<\/strong> to download the image and the extractors for the common compressed formats. 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 and extract tools<\/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 unzip xz-utils gzip<\/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 and extract tools<\/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 unzip xz-utils gzip<\/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\"># Update the system and install the download and extract tools<\/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 unzip xz gzip<\/strong><\/code><\/p><\/div><\/div>\n\n\n\n<h3 class=\"wp-block-heading step-heading\">Download &amp; Extract Your Image 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. Keeping it in RAM means the write can read the image cleanly right up to the end. Replace the URL with the image you want to run.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>cd \/dev\/shm\nwget https:\/\/your-image-source\/os-image.img.gz -O image.gz\n\n# Extract with the tool that matches your file's format:\ngunzip image.gz        # .gz\n# unzip image.zip      # .zip\n# xz -d image.xz       # .xz<\/strong><\/code><\/pre>\n\n\n\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-alert\">Match the extractor to the archive format. A <strong>.zip<\/strong> needs <strong>unzip<\/strong>, a <strong>.gz<\/strong> needs <strong>gunzip<\/strong>, a <strong>.xz<\/strong> needs <strong>xz -d<\/strong>. Using the wrong tool leaves you with an unextracted file, and if you then write that to disk the server will not boot. If your image is already an uncompressed <strong>.img<\/strong> or <strong>.raw<\/strong>, skip the extract step entirely.<\/p>\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\">This one check saves the most common failure. Confirm the extracted file is a real disk image and note its exact name.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>ls -la\nfile image.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 says <strong>Zip archive<\/strong>, <strong>gzip compressed<\/strong> or <strong>XZ compressed<\/strong>, the extract did not happen, go back and run the right extractor. Do not proceed until this reports a boot sector.<\/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\">Next, find the disk your server boots from, this is the device we write your image onto. It is usually <strong>vda<\/strong> or <strong>sda<\/strong>, but you must confirm rather than assume, as writing to the wrong device will fail.<\/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, so a legacy BIOS image works out of the box, there is no action needed. If your image is UEFI-only it will write fine but fail to boot, because the disk here has no EFI firmware to load it. Stick to images that support BIOS\/legacy boot.<\/p>\n\n\n\n<h3 class=\"wp-block-heading step-heading\">Write the Image and Reboot Into It<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Now write the image to the disk. Replace <strong>image.img<\/strong> with the exact filename from the verify step, and <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 into your new image.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>dd if=\/dev\/shm\/image.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 you will see the server reboot. SeaBIOS loads, and within a few seconds your image starts. Watch the console for the boot messages and a login prompt.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">First Boot, Login &amp; Networking<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Log in with whatever credentials your image ships with, its default account, a password you set, or the SSH key you injected. If it is a cloud image relying on cloud-init, log in through the method your image expects.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Your image comes up with its own network configuration, which is often DHCP or cloud-init. If it does not get online automatically, set the networking manually. Everything you need \u2014 your <strong>IP address<\/strong>, <strong>gateway<\/strong>, <strong>netmask\/prefix<\/strong> and usable <strong>DNS<\/strong> \u2014 is listed on your VPS&#8217;s page in the <a href=\"https:\/\/portal.packetra.com\/clientarea.php\"><strong>client area<\/strong><\/a>. Apply those values using whatever the OS you installed uses (for example netplan, systemd-networkd, or \/etc\/network\/interfaces on Debian-based systems).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Once networking is up, confirm it before you rely on it:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>ip address show\nping -c 3 YOUR_GATEWAY\nping -c 3 1.1.1.1<\/strong><\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">If both pings reply, your server is online and reachable, and you can 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 now run your own image on your Packetra VPS, installed directly from the running server with no special tooling and no ISO mounting required. This suits anyone who would rather bring their own OS, bootloader and network setup than use a prebuilt template. If you ever want to go back, reload the OS from your control panel and you are on a clean template again, we do not lock you into ours.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Frequently Asked Questions<\/h3>\n\n\n\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-info\"><strong>Your panel doesn&#8217;t let me upload an ISO. Is this the only way?<\/strong><br>Our module does not do client-side ISO uploads or mounting, so writing a whole-disk image from inside the running VPS is the way to bring your own OS. If you specifically want an interactive installer, write a network boot loader like netboot.xyz to the disk instead, which gives you an installer menu on the console.<br><br><strong>The server does not boot after the reboot. What happened?<\/strong><br>Almost always the file written was not a whole-disk BIOS-bootable image, or the extract did not finish before writing. Reload the OS from the panel, then repeat the steps making sure the <strong>file<\/strong> command reports a boot sector before you run dd, and that your image supports BIOS\/legacy boot.<br><br><strong>It boots but I cannot log in.<\/strong><br>There is no rescue shell once your image is on disk, so the image has to be prepared to let you in beforehand, with a set password, an SSH key, or a cloud-init datasource. If you are locked out, reload the template from the panel and rebuild the image with valid credentials first.<br><br><strong>Can I go back to your template?<\/strong><br>Yes. Reload the OS from the control panel, which wipes your image and restores a clean Packetra template.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Good to Know<\/h3>\n\n\n\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-success\">Always run this from the noVNC console rather than SSH, and always verify the extracted image with the <strong>file<\/strong> command before writing. Those two habits prevent most failed installs. Keep the image in <strong>\/dev\/shm<\/strong> so the write can read it cleanly while overwriting the disk, but note that \/dev\/shm is limited by your RAM, so a very large image may not fit on a small VPS. Make sure the image already has a working login before you write it. Your network details are on your VPS&#8217;s page in the client area. A cloud image smaller than your disk will only use part of it until you grow the partition, though most cloud images do this automatically on first boot. 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>You are not limited to our templates. If you would rather run your own operating system, bootloader and network setup, you can write your own bootable disk image straight over the Packetra template from inside your running VPS and reboot into it. Our panel does not offer ISO mounting or&#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-565","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 Custom Image on VPS | Packetra<\/title>\n<meta name=\"description\" content=\"Learn how to setup a custom image file over your Packetra VPS template. 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-custom-image-on-your-vps\/\" \/>\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 Custom Image on VPS | Packetra\" \/>\n<meta property=\"og:description\" content=\"Learn how to setup a custom image file over your Packetra VPS template. Set it up in few commands and clicks.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/packetra.com\/knowledgebase\/kb\/how-to-guide-setup-custom-image-on-your-vps\/\" \/>\n<meta property=\"og:site_name\" content=\"Packetra Knowledgebase\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-22T09:07:41+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-custom-image-on-your-vps\\\/\",\"url\":\"https:\\\/\\\/packetra.com\\\/knowledgebase\\\/kb\\\/how-to-guide-setup-custom-image-on-your-vps\\\/\",\"name\":\"How to Guide - How to setup Custom Image on VPS | Packetra\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/packetra.com\\\/knowledgebase\\\/#website\"},\"datePublished\":\"2026-09-22T09:07:40+00:00\",\"dateModified\":\"2026-09-22T09:07:41+00:00\",\"description\":\"Learn how to setup a custom image file over your Packetra VPS template. Set it up in few commands and clicks.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/packetra.com\\\/knowledgebase\\\/kb\\\/how-to-guide-setup-custom-image-on-your-vps\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/packetra.com\\\/knowledgebase\\\/kb\\\/how-to-guide-setup-custom-image-on-your-vps\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/packetra.com\\\/knowledgebase\\\/kb\\\/how-to-guide-setup-custom-image-on-your-vps\\\/#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 Custom Image on your VPS\"}]},{\"@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 Custom Image on VPS | Packetra","description":"Learn how to setup a custom image file over your Packetra VPS template. 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-custom-image-on-your-vps\/","og_locale":"en_US","og_type":"article","og_title":"How to Guide - How to setup Custom Image on VPS | Packetra","og_description":"Learn how to setup a custom image file over your Packetra VPS template. Set it up in few commands and clicks.","og_url":"https:\/\/packetra.com\/knowledgebase\/kb\/how-to-guide-setup-custom-image-on-your-vps\/","og_site_name":"Packetra Knowledgebase","article_modified_time":"2026-09-22T09:07:41+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-custom-image-on-your-vps\/","url":"https:\/\/packetra.com\/knowledgebase\/kb\/how-to-guide-setup-custom-image-on-your-vps\/","name":"How to Guide - How to setup Custom Image on VPS | Packetra","isPartOf":{"@id":"https:\/\/packetra.com\/knowledgebase\/#website"},"datePublished":"2026-09-22T09:07:40+00:00","dateModified":"2026-09-22T09:07:41+00:00","description":"Learn how to setup a custom image file over your Packetra VPS template. Set it up in few commands and clicks.","breadcrumb":{"@id":"https:\/\/packetra.com\/knowledgebase\/kb\/how-to-guide-setup-custom-image-on-your-vps\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/packetra.com\/knowledgebase\/kb\/how-to-guide-setup-custom-image-on-your-vps\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/packetra.com\/knowledgebase\/kb\/how-to-guide-setup-custom-image-on-your-vps\/#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 Custom Image on your VPS"}]},{"@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\/565","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=565"}],"version-history":[{"count":1,"href":"https:\/\/packetra.com\/knowledgebase\/wp-json\/wp\/v2\/ht-kb\/565\/revisions"}],"predecessor-version":[{"id":568,"href":"https:\/\/packetra.com\/knowledgebase\/wp-json\/wp\/v2\/ht-kb\/565\/revisions\/568"}],"wp:attachment":[{"href":"https:\/\/packetra.com\/knowledgebase\/wp-json\/wp\/v2\/media?parent=565"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/packetra.com\/knowledgebase\/wp-json\/wp\/v2\/ht-kb-category?post=565"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/packetra.com\/knowledgebase\/wp-json\/wp\/v2\/ht-kb-tag?post=565"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}