{"id":74349,"date":"2021-06-16T12:44:56","date_gmt":"2021-06-16T16:44:56","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=74349"},"modified":"2023-08-21T08:43:52","modified_gmt":"2023-08-21T12:43:52","slug":"turn-dedicated-server-into-a-vps-node-using-proxmox","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/","title":{"rendered":"How to Turn Your Dedicated Server into a VPS Node Using ProxMox"},"content":{"rendered":"<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"538\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/06\/VPS-Node-Using-ProxMox-1024x538.png\" alt=\"VPS Node Using ProxMox\" class=\"wp-image-74350\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/06\/VPS-Node-Using-ProxMox-1024x538.png 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/06\/VPS-Node-Using-ProxMox-300x158.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/06\/VPS-Node-Using-ProxMox-768x403.png 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/06\/VPS-Node-Using-ProxMox.png 1200w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<p><a href=\"https:\/\/www.proxmox.com\/en\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>ProxMox<\/strong><\/a> is a free-to-use Linux-based virtualization operating system that allows you to create virtual systems and gives you much greater flexibility. It also allows you to use multiple <a href=\"https:\/\/www.inmotionhosting.com\/bare-metal-servers\">Bare Metal Dedicated Servers<\/a> as separate nodes and even run it in a high-availability mode, which keeps clones of your virtual machines on multiple nodes. This allows the containers to start up on another node if the one running goes down for any reason.<\/p>\n\n\n\n<p>Using a virtualization system that enables you to run multiple virtual systems on your server makes it so you can isolate different systems and have multiple server instances running from a single physical server.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"582\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/06\/Using_ProxMox-1024x582.png\" alt=\"ProxMox Dashboard\" class=\"wp-image-74351\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/06\/Using_ProxMox-1024x582.png 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/06\/Using_ProxMox-300x171.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/06\/Using_ProxMox-768x437.png 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/06\/Using_ProxMox.png 1430w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><figcaption class=\"wp-element-caption\">Image: ProxMox dashboard<br><\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Features of using Proxmox<\/h2>\n\n\n\n<p>When you have installed ProxMox you will be to perform admin tasks via the web-based interface.  Features of Proxmox include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Full virtualization<\/li>\n\n\n\n<li>Container support<\/li>\n\n\n\n<li>Pre-installed applications<\/li>\n\n\n\n<li>Move a VM from one host to another without downtime<\/li>\n\n\n\n<li>Uses OVMF (Open Virtual Machine Firmware)<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">How to Install Proxmox<\/h2>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li>To start, you will need to have Debian 10 (Buster) installed on your server. If you would like this installed on your Dedicated Server, <a href=\"https:\/\/www.inmotionhosting.com\/managed-hosting\">please contact support<\/a> and request that our data center install Debian 10 (Latest Stable) on your Dedicated Server. <strong>Please note \u2013 this will wipe your server and all data will be lost.<\/strong><br><\/li>\n\n\n\n<li>Once the OS has been installed, the next step is to log into your server as root and add the ProxMox repository to your server using this command:<pre>echo \"deb http:\/\/download.proxmox.com\/debian\/pve buster pve-no-subscription\" &gt; \/etc\/apt\/sources.list.d\/pve-install-repo.list<\/pre><\/li>\n\n\n\n<li> The next step is to add the repository key.<pre>wget http:\/\/download.proxmox.com\/debian\/proxmox-ve-release-6.x.gpg -O \/etc\/apt\/trusted.gpg.d\/proxmox-ve-release-6.x.gpg<br>chmod +r \/etc\/apt\/trusted.gpg.d\/proxmox-ve-release-6.x.gpg\u00a0 # optional, if you have a non-default umask<\/pre><\/li>\n\n\n\n<li>Install Ifupdown2 as ProxMox uses this to manage network settings:<pre>apt-get install ifupdown2<\/pre><p class=\"alert alert-warning\">This may cause the server to become unresponsive after installation starts. If this is the case, please wait 10 minutes and restart the server. You may need to contact support to request a restart of the server.<\/p><\/li>\n\n\n\n<li>For users not using an InMotion server, check to see if network-manager is installed:<pre>systemctl status network-manager<\/pre>If it is, please uninstall network-manager.<\/li>\n\n\n\n<li>Then, you will want to run the update and upgrade function so ProxMox will install. This process upgrades software and the kernel to the ProxMox versions.<pre>apt update &amp;&amp; apt full-upgrade<\/pre><\/li>\n\n\n\n<li>Now, install the ProxMox VE Packages.<pre>apt install proxmox-ve postfix open-iscsi<\/pre><\/li>\n\n\n\n<li>OPTIONAL: Remove the Debian kernel.<pre>apt remove linux-image-amd64 'linux-image-4.19*'<\/pre><\/li>\n\n\n\n<li>If removing the Debian kernel, update grub.<pre>update-grub<\/pre><\/li>\n\n\n\n<li>Reboot the system at this time. Once the system is back up, you will be able to access the ProxMox control panel at https:\/\/youripaddress:8006. Note, you must use HTTPS, if you attempt to only use HTTP, it will not load.<br><\/li>\n\n\n\n<li>Log in with the root user and the root password using \u201cPAM Authentication\u201d.<br><\/li>\n\n\n\n<li>Once logged in, create a\u00a0Linux Bridge\u00a0called\u00a0vmbr0, and add your first network interface to it.<\/li>\n<\/ol>\n\n\n\n<p>Congratulations, you can now turn your Dedicated Server into a VPS node using ProxMox! <\/p>\n\n\n<div class=\"jumbotron\">\r\n<p style=\"font-size: 20px;\"><strong>Dedicated Servers, Your Way<\/strong><\/p>\r\n<p>Let InMotion handle security, updates, and optimization with Premier Care, or take full control with self-managed bare metal.<\/p>\r\n<p><a class=\"btn btn-primary btn-lg\" href=\"https:\/\/www.inmotionhosting.com\/dedicated-servers?mktgp=t&irgwc=1&affiliates=5001860&utm_campaign=Jumbotron&utm_source=supportcenter&utm_medium=cta&utm_term=dedi-cta1\">Explore Dedicated Servers<\/a><\/p>\r\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>ProxMox is a free-to-use Linux-based virtualization operating system that allows you to create virtual systems and gives you much greater flexibility. It also allows you to use multiple Bare Metal Dedicated Servers as separate nodes and even run it in a high-availability mode, which keeps clones of your virtual machines on multiple nodes. This allows<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/\"> Read More ><\/a><\/p>\n","protected":false},"author":57014,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4323],"tags":[],"class_list":["post-74349","post","type-post","status-publish","format-standard","hentry","category-dedicated-hosting"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Install ProxMox to Turn Your Dedicated Server into a VPS Node | InMotion Hosting<\/title>\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.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Install ProxMox to Turn Your Dedicated Server into a VPS Node | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"ProxMox is a free-to-use Linux-based virtualization operating system that allows you to create virtual systems and gives you much greater flexibility. It also allows you to use multiple Bare Metal Dedicated Servers as separate nodes and even run it in a high-availability mode, which keeps clones of your virtual machines on multiple nodes. This allows Read More &gt;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-06-16T16:44:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-21T12:43:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/06\/VPS-Node-Using-ProxMox.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\"},\"headline\":\"How to Turn Your Dedicated Server into a VPS Node Using ProxMox\",\"datePublished\":\"2021-06-16T16:44:56+00:00\",\"dateModified\":\"2023-08-21T12:43:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/\"},\"wordCount\":463,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/06\/VPS-Node-Using-ProxMox-1024x538.png\",\"articleSection\":[\"Dedicated Hosting\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/\",\"name\":\"Install ProxMox to Turn Your Dedicated Server into a VPS Node | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/06\/VPS-Node-Using-ProxMox-1024x538.png\",\"datePublished\":\"2021-06-16T16:44:56+00:00\",\"dateModified\":\"2023-08-21T12:43:52+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/06\/VPS-Node-Using-ProxMox.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/06\/VPS-Node-Using-ProxMox.png\",\"width\":1200,\"height\":630},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Turn Your Dedicated Server into a VPS Node Using ProxMox\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Install ProxMox to Turn Your Dedicated Server into a VPS Node | InMotion Hosting","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.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/","og_locale":"en_US","og_type":"article","og_title":"Install ProxMox to Turn Your Dedicated Server into a VPS Node | InMotion Hosting","og_description":"ProxMox is a free-to-use Linux-based virtualization operating system that allows you to create virtual systems and gives you much greater flexibility. It also allows you to use multiple Bare Metal Dedicated Servers as separate nodes and even run it in a high-availability mode, which keeps clones of your virtual machines on multiple nodes. This allows Read More >","og_url":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2021-06-16T16:44:56+00:00","article_modified_time":"2023-08-21T12:43:52+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/06\/VPS-Node-Using-ProxMox.png","type":"image\/png"}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644"},"headline":"How to Turn Your Dedicated Server into a VPS Node Using ProxMox","datePublished":"2021-06-16T16:44:56+00:00","dateModified":"2023-08-21T12:43:52+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/"},"wordCount":463,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/06\/VPS-Node-Using-ProxMox-1024x538.png","articleSection":["Dedicated Hosting"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/","url":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/","name":"Install ProxMox to Turn Your Dedicated Server into a VPS Node | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/06\/VPS-Node-Using-ProxMox-1024x538.png","datePublished":"2021-06-16T16:44:56+00:00","dateModified":"2023-08-21T12:43:52+00:00","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/06\/VPS-Node-Using-ProxMox.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/06\/VPS-Node-Using-ProxMox.png","width":1200,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/turn-dedicated-server-into-a-vps-node-using-proxmox\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Turn Your Dedicated Server into a VPS Node Using ProxMox"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":4323,"name":"Dedicated Hosting","slug":"dedicated-hosting","link":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/dedicated-hosting\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/74349","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/57014"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=74349"}],"version-history":[{"count":14,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/74349\/revisions"}],"predecessor-version":[{"id":106117,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/74349\/revisions\/106117"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=74349"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=74349"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=74349"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}