{"id":14066,"date":"2025-05-07T11:17:19","date_gmt":"2025-05-07T11:17:19","guid":{"rendered":"https:\/\/greenwebpage.com\/community\/?p=14066"},"modified":"2025-05-07T11:38:22","modified_gmt":"2025-05-07T11:38:22","slug":"how-to-install-proxmox-on-debian-12","status":"publish","type":"post","link":"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/","title":{"rendered":"How to Install Proxmox on Debian 12: Step-by-Step"},"content":{"rendered":"\n<p>\u201c<strong>Proxmox<\/strong>\u201d is a full-fledged, open-source, and powerful virtualization server. It is relatively easy to manage as it offers a web GUI to access the remote servers. It encapsulates <strong>KVM <\/strong>&amp; <strong>OpenVZ <\/strong>virtualization technologies and has wide hardware support. It is currently the best-suited virtualization server to manage the VMs and containers. Installing and configuring \u201c<strong>Proxmox<\/strong>\u201d on Debian 12 requires some knowledge.<\/p>\n\n\n\n<p>This tutorial offers detailed steps for installing Proxmox on Debian 12.<\/p>\n\n\n\n<p><strong>Quick Outline<\/strong><\/p>\n\n\n\n<p><a href=\"#How-to-Install-Proxmox-on-Debian-12\">How to Install Proxmox on Debian 12?<\/a><\/p>\n\n\n\n<p><a href=\"#How-to-Access-the-Web-GUI-of-Proxmox-on-Debian-12\">How to Access the Web GUI of Proxmox on Debian 12?<\/a><\/p>\n\n\n\n<p><a href=\"#How-to-Create-a-Virtual-Machine-Using-Proxmox-on-Debian-12\">How to Create a Virtual Machine Using Proxmox on Debian 12?<\/a><\/p>\n\n\n\n<p><a href=\"#Conclusion\">Conclusion<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"How-to-Install-Proxmox-on-Debian-12\"><a id=\"post-14066-_bxzp9g8ddb1l\"><\/a>How to Install Proxmox on Debian 12?<\/h2>\n\n\n\n<p>Follow the steps to \u201c<strong>Install Proxmox on Debian 12<\/strong>\u201d.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14066-_avcmuifi4d16\"><\/a>Step 1: Switch to the \u201croot\u201d User<\/h3>\n\n\n\n<p>To import the \u201c<strong>Proxmox Repository,<\/strong>\u201d users must switch to the \u201c<strong>root<\/strong>\u201d user via the \u201c<strong>su<\/strong>\u201d command as follows:<\/p>\n\n\n\n<pre>sudo su - root<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img fetchpriority=\"high\" decoding=\"async\" width=\"884\" height=\"188\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-1.png\" alt=\"sudo su - root\" class=\"wp-image-14067\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-1.png 884w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-1-300x64.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-1-768x163.png 768w\" sizes=\"(max-width: 884px) 100vw, 884px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14066-_6yb1s3d9tptr\"><\/a>Step 2: Import Proxmox Repository<\/h3>\n\n\n\n<p>Now, import the \u201c<strong>Proxmox Repository<\/strong>\u201d by using the following command. Doing this enables the OS to download the Proxmox package:<\/p>\n\n\n\n<pre>echo \"deb [arch=amd64] http:\/\/download.proxmox.com\/debian\/pve bookworm pve-no-subscription\" &gt; \/etc\/apt\/sources.list.d\/pve-install-repo.list<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"888\" height=\"153\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-2.png\" alt=\"echo &quot;deb [arch=amd64] http:\/\/download.proxmox.com\/debian\/pve bookworm pve-no-subscription&quot; &gt; \/etc\/apt\/sources.list.d\/pve-install-repo.list\" class=\"wp-image-14068\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-2.png 888w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-2-300x52.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-2-768x132.png 768w\" sizes=\"(max-width: 888px) 100vw, 888px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14066-_ultdwrix22yv\"><\/a>Step 3: Add the \u201cgpg\u201d Key to \u201c\/etc\/apt\/trusted.gpg\u201d<\/h3>\n\n\n\n<p>Next, add the \u201c<strong>Proxmox GPG Key<\/strong>\u201d to the \u201c<strong>\/etc\/apt\/trusted.gpg<\/strong>\u201d and make the OS authenticate the origin of the file using:<\/p>\n\n\n\n<pre>wget https:\/\/enterprise.proxmox.com\/debian\/proxmox-release-bookworm.gpg -O \/etc\/apt\/trusted.gpg.d\/proxmox-release-bookworm.gpg<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"884\" height=\"481\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-3.png\" alt=\"wget https:\/\/enterprise.proxmox.com\/debian\/proxmox-release-bookworm.gpg -O \/etc\/apt\/trusted.gpg.d\/proxmox-release-bookworm.gpg\" class=\"wp-image-14069\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-3.png 884w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-3-300x163.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-3-768x418.png 768w\" sizes=\"(max-width: 884px) 100vw, 884px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14066-_iefl58i32iti\"><\/a>Step 4: Update System Repositories<\/h3>\n\n\n\n<p>Now, use the following command to update &amp; upgrade the system repositories:<\/p>\n\n\n\n<pre>apt update &amp;&amp; apt full-upgrade<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"886\" height=\"581\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-4.png\" alt=\"apt update &amp;&amp; apt full-upgrade\" class=\"wp-image-14070\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-4.png 886w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-4-300x197.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-4-768x504.png 768w\" sizes=\"(max-width: 886px) 100vw, 886px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14066-_igrvuygx3pdx\"><\/a>Step 5: Install Proxmox Kernel<\/h3>\n\n\n\n<p>The \u201c<strong>Proxmox<\/strong>\u201d is based on the \u201c<strong>Debian GNU\/Linux<\/strong>\u201d and requires a custom kernel to run. To add the Kernel, run the following command:<\/p>\n\n\n\n<pre>apt install proxmox-default-kernel<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"883\" height=\"551\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-5.png\" alt=\"apt install proxmox-default-kernel\" class=\"wp-image-14071\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-5.png 883w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-5-300x187.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-5-768x479.png 768w\" sizes=\"(max-width: 883px) 100vw, 883px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14066-_4gzeywitdf99\"><\/a>Step 6: Install the Proxmox Packages<\/h3>\n\n\n\n<p>The \u201c<strong>Proxmox<\/strong>\u201d requires the \u201c<strong>postfix<\/strong>\u201d and \u201c<strong>chrony<\/strong>\u201d packages. To install the required \u201c<strong>Proxmox<\/strong>\u201d packages, use the following command:<\/p>\n\n\n\n<pre>apt install proxmox-ve postfix open-iscsi chrony<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"883\" height=\"631\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-6.png\" alt=\"apt install proxmox-ve postfix open-iscsi chrony\" class=\"wp-image-14072\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-6.png 883w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-6-300x214.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-6-768x549.png 768w\" sizes=\"(max-width: 883px) 100vw, 883px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>During the installation process, the following screen may appear, and from here, users can do basic \u201c<strong>Postfix Configuration<\/strong>\u201d:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"886\" height=\"629\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-7.png\" alt=\"Postfix Configuration\" class=\"wp-image-14073\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-7.png 886w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-7-300x213.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-7-768x545.png 768w\" sizes=\"(max-width: 886px) 100vw, 886px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Next, select the \u201c<strong>General mail configuration type<\/strong>\u201d. In this tutorial, the \u201c<strong>Local only<\/strong>\u201d configuration option is used. Users can choose from any of their preferences:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"720\" height=\"408\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-8.png\" alt=\"Postfix Configuration\" class=\"wp-image-14074\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-8.png 720w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-8-300x170.png 300w\" sizes=\"(max-width: 720px) 100vw, 720px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>From here, select the \u201c<strong>System mail name<\/strong>\u201d, specify it, and use the \u201c<strong>&lt;Ok&gt;<\/strong>\u201d to proceed:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"721\" height=\"461\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-9.png\" alt=\"Postfix Configuration\" class=\"wp-image-14075\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-9.png 721w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-9-300x192.png 300w\" sizes=\"(max-width: 721px) 100vw, 721px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14066-_tvel8j6jm131\"><\/a>Step 7: Check if Proxmox is Listening<\/h3>\n\n\n\n<p>The \u201c<strong>Proxmox<\/strong>\u201d server listens to \u201c<strong>Port 8006<\/strong>\u201d by default. To check if it is listening to it, run the following command:<\/p>\n\n\n\n<pre>sudo ss -tunelp | grep 8006<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"887\" height=\"186\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-10.png\" alt=\"sudo ss -tunelp | grep 8006\" class=\"wp-image-14076\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-10.png 887w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-10-300x63.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-10-768x161.png 768w\" sizes=\"(max-width: 887px) 100vw, 887px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14066-_oexky59c11kz\"><\/a>Step 8: Remove Linux Kernel (Optional)<\/h3>\n\n\n\n<p>Although it is optional, we recommend using a single kernel (<strong>Proxmox Kernel<\/strong>) as it often causes issues, especially while upgrading. To remove the Linux kernel, run:<\/p>\n\n\n\n<pre>sudo apt remove linux-image-amd64 'linux-image-6.1*'<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"882\" height=\"530\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-11.png\" alt=\"sudo apt remove linux-image-amd64 'linux-image-6.1*'\" class=\"wp-image-14077\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-11.png 882w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-11-300x180.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-11-768x461.png 768w\" sizes=\"(max-width: 882px) 100vw, 882px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Now update the \u201c<strong>GRUB Configuration File<\/strong>\u201d for the changes to take effect, using the command below:<\/p>\n\n\n\n<pre>update-grub<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"885\" height=\"315\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-12.png\" alt=\"update-grub\" class=\"wp-image-14078\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-12.png 885w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-12-300x107.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-12-768x273.png 768w\" sizes=\"(max-width: 885px) 100vw, 885px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14066-_dgbqxs35prky\"><\/a>Step 9: Sign In to the Proxmox VE Linux Kernel<\/h3>\n\n\n\n<p>Here, reboot the system and select the \u201c<strong>Proxmox VE GNU\/Linux<\/strong>\u201d from the grub menu to boot into the \u201c<strong>Proxmox Kernel<\/strong>\u201d:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"772\" height=\"554\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-13.png\" alt=\"Choose Proxmox VE GNU\/Linux from grub menu\" class=\"wp-image-14079\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-13.png 772w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-13-300x215.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-13-768x551.png 768w\" sizes=\"(max-width: 772px) 100vw, 772px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"How-to-Access-the-Web-GUI-of-Proxmox-on-Debian-12\"><a id=\"post-14066-_rpv9xpxjzo1r\"><\/a><br><strong>How to Access the Web GUI of Proxmox on Debian 12?<\/strong><\/h2>\n\n\n\n<p>To access the web GUI of Proxmox to manage it on Debian 12, follow these steps:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14066-_2lukhu5c38nd\"><\/a>Step 1: Check the System\u2019s IP<\/h3>\n\n\n\n<p>Users can use their system\u2019s IP and the local IP (127.0.0.1) as well to access the \u201c<strong>Proxmox Web GUI<\/strong>\u201d. To find your system\u2019s IP address, run the following command:<\/p>\n\n\n\n<pre>ip a<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"703\" height=\"488\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-14.png\" alt=\"ip a\" class=\"wp-image-14080\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-14.png 703w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-14-300x208.png 300w\" sizes=\"(max-width: 703px) 100vw, 703px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14066-_vnfbvndxka\"><\/a>Step 2: Edit the \u201c\/etc\/hosts\u201d File<\/h3>\n\n\n\n<p>The \u201c<strong>\/etc\/hosts<\/strong>\u201d file allows users to map the hostnames to the IP address before the system references the DNS. Here, users must map their hostname with their system\u2019s IP or use the local IP (127.0.0.1):<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"704\" height=\"487\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-15.png\" alt=\"Edit \/etc\/hosts file\" class=\"wp-image-14081\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-15.png 704w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-15-300x208.png 300w\" sizes=\"(max-width: 704px) 100vw, 704px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14066-_qyt2mcetttor\"><\/a>Step 3: Check the System\u2019s IP<\/h3>\n\n\n\n<p>Now check the system\u2019s IP against the mapped user:<\/p>\n\n\n\n<pre>hostname --ip-address<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"703\" height=\"163\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-16.png\" alt=\"hostname --ip-address\" class=\"wp-image-14082\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-16.png 703w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-16-300x70.png 300w\" sizes=\"(max-width: 703px) 100vw, 703px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14066-_k80ikvadcfp7\"><\/a>Step 4: Access the Proxmox Web GUI<\/h3>\n\n\n\n<p>Now open your internet browser and type in the IP address of your system, followed by the <strong>Proxmox Port <\/strong>(8006<strong>)<\/strong>. Here, the Local IP address is used:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"963\" height=\"727\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-17.png\" alt=\"Access Proxmox web GUI\" class=\"wp-image-14083\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-17.png 963w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-17-300x226.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-17-768x580.png 768w\" sizes=\"(max-width: 963px) 100vw, 963px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>As seen above, the browser warns of the security risks as it does not recognize the IP address. To go forward, hit the \u201c<strong>Advanced\u2026<\/strong>\u201d button and then \u201c<strong>Accept\u2026Continue<\/strong>\u201d, as highlighted.<\/p>\n\n\n\n<p>Now, utilize the \u201c<strong>root<\/strong>\u201d as username and your system\u2019s password:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"450\" height=\"246\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-18.png\" alt=\"Signing in to Proxmox web GUI \" class=\"wp-image-14084\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-18.png 450w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-18-300x164.png 300w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The successful login triggers the dashboard of the \u201c<strong>Proxmox Virtual Environment<\/strong>\u201d. From here, users can manage the virtual machines and containers with ease:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"956\" height=\"649\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-19.png\" alt=\"Proxmox dashboard\" class=\"wp-image-14085\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-19.png 956w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-19-300x204.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-19-768x521.png 768w\" sizes=\"(max-width: 956px) 100vw, 956px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"How-to-Create-a-Virtual-Machine-Using-Proxmox-on-Debian-12\"><a id=\"post-14066-_5fj4t09f3awy\"><\/a>How to Create a Virtual Machine Using Proxmox on Debian 12?<\/h2>\n\n\n\n<p>To create the virtual machine through the \u201c<strong>Proxmox on Debian 12<\/strong>\u201d, follow the steps below:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14066-_oaxurwssg3ly\"><\/a>Step 1: Open the \u201cCreate VM\u201d Wizard<\/h3>\n\n\n\n<p>From the left pane, select the \u201c<strong>local (Debian)<\/strong>\u201d using the <strong>Debian \u21d2 localnetwork (Debian<\/strong>)<strong>. <\/strong>Then hit the \u201c<strong>Create VM<\/strong>\u201d button that creates a new VM:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"958\" height=\"695\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-20.png\" alt=\"Creating virtual machine\" class=\"wp-image-14086\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-20.png 958w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-20-300x218.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-20-768x557.png 768w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-20-160x117.png 160w\" sizes=\"(max-width: 958px) 100vw, 958px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14066-_rrvpo819qqcp\"><\/a>Step 2: Name the Virtual Machine<\/h3>\n\n\n\n<p>Next, name (Node) the virtual machine you want to create (<strong>Linuxmint-VM <\/strong>in this case):<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14066-_gqqrq5j5dawk\"><\/a>Step 3: Choose ISO File<\/h3>\n\n\n\n<p>From here, specify the iso file. Whether it is on the disk (hard drive) or the USB\/CD<strong>:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"727\" height=\"546\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-22.png\" alt=\"Choose ISO file\" class=\"wp-image-14087\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-22.png 727w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-22-300x225.png 300w\" sizes=\"(max-width: 727px) 100vw, 727px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14066-_i4h4vbmca9dv\"><\/a>Step 4: Assign the System\u2019s Resources<\/h3>\n\n\n\n<p>Now, select the <strong>graphics card, SCSI Controller, Machine, and BIOS, <\/strong>and specify other settings:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"723\" height=\"543\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-23.png\" alt=\"Assign system's resources to virtual machine\" class=\"wp-image-14088\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-23.png 723w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-23-300x225.png 300w\" sizes=\"(max-width: 723px) 100vw, 723px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14066-_au1fqc83xq1o\"><\/a>Step 5: Modify Disk Properties<\/h3>\n\n\n\n<p>Next, modify the \u201c<strong>Disk<\/strong>\u201d properties and allocate the space for the VM:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"723\" height=\"547\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-24.png\" alt=\"Modify disk properties of virtual machine\" class=\"wp-image-14089\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-24.png 723w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-24-300x227.png 300w\" sizes=\"(max-width: 723px) 100vw, 723px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14066-_3yuwxfoy5v8j\"><\/a>Step 6: Allocate the CPU<\/h3>\n\n\n\n<p>In the \u201c<strong>CPU<\/strong>\u201d tab, assign the number of <strong>Sockets <\/strong>and <strong>Cores<\/strong> to the VM:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"724\" height=\"542\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-25.png\" alt=\"Allocate CPU to virtual machine\" class=\"wp-image-14090\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-25.png 724w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-25-300x225.png 300w\" sizes=\"(max-width: 724px) 100vw, 724px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14066-_ocwydm2wuwgs\"><\/a>Step 7: Allocate Memory<\/h3>\n\n\n\n<p>Use the \u201c<strong>Memory<\/strong>\u201d tab to change the amount of memory assigned to the VM:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"728\" height=\"544\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-26.png\" alt=\"Allocate memory to virtual machine\" class=\"wp-image-14091\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-26.png 728w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-26-300x224.png 300w\" sizes=\"(max-width: 728px) 100vw, 728px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14066-_uucn5y16qvol\"><\/a>Step 8: Select Network<\/h3>\n\n\n\n<p>The <strong>Network <\/strong>tab allows changing the network properties (Bridge, VLAN Tag, Model, Mac address, and more). Specify the desired settings from here:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"730\" height=\"544\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-27.png\" alt=\"Select network for virtual machine\" class=\"wp-image-14092\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-27.png 730w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-27-300x224.png 300w\" sizes=\"(max-width: 730px) 100vw, 730px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14066-_j0ic21fk47ki\"><\/a>Step 9: Confirm Changes<\/h3>\n\n\n\n<p>In the final step, the <strong>Confirm<\/strong> tab lets you view the configurations of the specified VM:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"732\" height=\"546\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-28.png\" alt=\"Confirm changes before creating virtual machine\" class=\"wp-image-14093\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-28.png 732w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-28-300x224.png 300w\" sizes=\"(max-width: 732px) 100vw, 732px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-14066-_4gantues8k28\"><\/a>How to Fix the \u201cTask Error: KVM Virtualization\u201d Error in Proxmox Web GUI?<\/h3>\n\n\n\n<p>After creating the VM, users may face the \u201c<strong>Task Error: KVM Virtualization\u2026<\/strong>\u201d. To fix this error, select the options and then double click\/tap on the \u201c<strong>KVM virtualization hardware<\/strong>\u201d and disable it:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1045\" height=\"625\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-29.png\" alt=\"Fixing task error: KVM virtualization\" class=\"wp-image-14094\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-29.png 1045w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-29-300x179.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-29-1024x612.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-29-768x459.png 768w\" sizes=\"(max-width: 1045px) 100vw, 1045px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The virtual machine will now load correctly with the \u201c<strong>OK<\/strong>\u201d status:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1062\" height=\"252\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-30.png\" alt=\"Status of new virtual machine\" class=\"wp-image-14095\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-30.png 1062w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-30-300x71.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-30-1024x243.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/word-image-14066-30-768x182.png 768w\" sizes=\"(max-width: 1062px) 100vw, 1062px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a id=\"post-14066-_7ucvzrjjdso8\"><\/a>Conclusion<\/h2>\n\n\n\n<p>\u201c<strong>Proxmox<\/strong>\u201d is a cutting-edge virtualization server offering several features that allow users to manage virtual machines and containers. To install \u201c<strong>Proxmox<\/strong>\u201d on Debian 12, switch to the \u201c<strong>root<\/strong>\u201d account, and import its repository and GPG key. Install its kernel and required packages, reboot the system, and use the \u201c<strong>Proxmox Kernel<\/strong>\u201d to boot.<\/p>\n\n\n\n<p>Next, use the format \u201c&lt;<strong>system\u2019s IP:8009<\/strong>&gt;\u201d, log in, and create &amp; manage the virtual machines\/containers from a simplified web GUI. This guide has presented the complete process to install and manage \u201cProxmox\u201d on Debian 12.<\/p>\n\n\n\t\t\t\t\t\t\t<h3 style=\"margin-bottom:20px;display:block;width:100%;margin-top:10px\">Frequently Asked Questions <\/h3>\r\n\t\t\t\t\t\t<style>\r\n\t\t\t\t<style>\r\n#wpsm_accordion_14102 .wpsm_panel-heading{\r\n\tpadding:0px !important;\r\n}\r\n#wpsm_accordion_14102 .wpsm_panel-title {\r\n\tmargin:0px !important; \r\n\ttext-transform:none !important;\r\n\tline-height: 1 !important;\r\n}\r\n#wpsm_accordion_14102 .wpsm_panel-title a{\r\n\ttext-decoration:none;\r\n\toverflow:hidden;\r\n\tdisplay:block;\r\n\tpadding:0px;\r\n\tfont-size: 18px !important;\r\n\tfont-family: Open Sans !important;\r\n\tcolor:#000000 !important;\r\n\tborder-bottom:0px !important;\r\n}\r\n\r\n#wpsm_accordion_14102 .wpsm_panel-title a:focus {\r\noutline: 0px !important;\r\n}\r\n\r\n#wpsm_accordion_14102 .wpsm_panel-title a:hover, #wpsm_accordion_14102 .wpsm_panel-title a:focus {\r\n\tcolor:#000000 !important;\r\n}\r\n#wpsm_accordion_14102 .acc-a{\r\n\tcolor: #000000 !important;\r\n\tbackground-color:#e8e8e8 !important;\r\n\tborder-color: #ddd;\r\n}\r\n#wpsm_accordion_14102 .wpsm_panel-default > .wpsm_panel-heading{\r\n\tcolor: #000000 !important;\r\n\tbackground-color: #e8e8e8 !important;\r\n\tborder-color: #e8e8e8 !important;\r\n\tborder-top-left-radius: 0px;\r\n\tborder-top-right-radius: 0px;\r\n}\r\n#wpsm_accordion_14102 .wpsm_panel-default {\r\n\t\tborder:1px solid transparent !important;\r\n\t}\r\n#wpsm_accordion_14102 {\r\n\tmargin-bottom: 20px;\r\n\toverflow: hidden;\r\n\tfloat: none;\r\n\twidth: 100%;\r\n\tdisplay: block;\r\n}\r\n#wpsm_accordion_14102 .ac_title_class{\r\n\tdisplay: block;\r\n\tpadding-top: 12px;\r\n\tpadding-bottom: 12px;\r\n\tpadding-left: 15px;\r\n\tpadding-right: 15px;\r\n}\r\n#wpsm_accordion_14102  .wpsm_panel {\r\n\toverflow:hidden;\r\n\t-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);\r\n\tbox-shadow: 0 0px 0px rgba(0, 0, 0, .05);\r\n\t\tborder-radius: 4px;\r\n\t}\r\n#wpsm_accordion_14102  .wpsm_panel + .wpsm_panel {\r\n\t\tmargin-top: 5px;\r\n\t}\r\n#wpsm_accordion_14102  .wpsm_panel-body{\r\n\tbackground-color:#ffffff !important;\r\n\tcolor:#000000 !important;\r\n\tborder-top-color: #e8e8e8 !important;\r\n\tfont-size:16px !important;\r\n\tfont-family: Open Sans !important;\r\n\toverflow: hidden;\r\n\t\tborder: 2px solid #e8e8e8 !important;\r\n\t}\r\n\r\n#wpsm_accordion_14102 .ac_open_cl_icon{\r\n\tbackground-color:#e8e8e8 !important;\r\n\tcolor: #000000 !important;\r\n\tfloat:right !important;\r\n\tpadding-top: 12px !important;\r\n\tpadding-bottom: 12px !important;\r\n\tline-height: 1.0 !important;\r\n\tpadding-left: 15px !important;\r\n\tpadding-right: 15px !important;\r\n\tdisplay: inline-block !important;\r\n}\r\n\r\n\t\t\t\r\n\t\t\t<\/style>\t\r\n\t\t\t<\/style>\r\n\t\t\t<div class=\"wpsm_panel-group\" id=\"wpsm_accordion_14102\" >\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<!-- Inner panel Start -->\r\n\t\t\t\t\t<div class=\"wpsm_panel wpsm_panel-default\">\r\n\t\t\t\t\t\t<div class=\"wpsm_panel-heading\" role=\"tab\" >\r\n\t\t\t\t\t\t  <h4 class=\"wpsm_panel-title\">\r\n\t\t\t\t\t\t\t<a  class=\"\"  data-toggle=\"collapse\" data-parent=\"#wpsm_accordion_14102 \" href=\"javascript:void(0)\" data-target=\"#ac_14102_collapse1\" onclick=\"do_resize()\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ac_open_cl_icon fa fa-plus\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t \r\n\t\t\t\t\t\t\t\t<span class=\"ac_title_class\">\r\n\t\t\t\t\t\t\t\t\tWhat is Proxmox VE?\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t  <\/h4>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div id=\"ac_14102_collapse1\" class=\"wpsm_panel-collapse collapse \"  >\r\n\t\t\t\t\t\t  <div class=\"wpsm_panel-body\">\r\n\t\t\t\t\t\t\tProxmox VE (Virtual Environment) is an open-source virtualization platform based on Debian, used for managing VMs and containers.\t\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<!-- Inner panel End -->\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<!-- Inner panel Start -->\r\n\t\t\t\t\t<div class=\"wpsm_panel wpsm_panel-default\">\r\n\t\t\t\t\t\t<div class=\"wpsm_panel-heading\" role=\"tab\" >\r\n\t\t\t\t\t\t  <h4 class=\"wpsm_panel-title\">\r\n\t\t\t\t\t\t\t<a  class=\"collapsed\"  data-toggle=\"collapse\" data-parent=\"#wpsm_accordion_14102 \" href=\"javascript:void(0)\" data-target=\"#ac_14102_collapse2\" onclick=\"do_resize()\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ac_open_cl_icon fa fa-plus\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t \r\n\t\t\t\t\t\t\t\t<span class=\"ac_title_class\">\r\n\t\t\t\t\t\t\t\t\tCan I install Proxmox VE on top of Debian 12?\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t  <\/h4>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div id=\"ac_14102_collapse2\" class=\"wpsm_panel-collapse collapse \"  >\r\n\t\t\t\t\t\t  <div class=\"wpsm_panel-body\">\r\n\t\t\t\t\t\t\tYes, Proxmox VE can be installed on a minimal Debian 12 setup using official Proxmox repositories.\t\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<!-- Inner panel End -->\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<!-- Inner panel Start -->\r\n\t\t\t\t\t<div class=\"wpsm_panel wpsm_panel-default\">\r\n\t\t\t\t\t\t<div class=\"wpsm_panel-heading\" role=\"tab\" >\r\n\t\t\t\t\t\t  <h4 class=\"wpsm_panel-title\">\r\n\t\t\t\t\t\t\t<a  class=\"collapsed\"  data-toggle=\"collapse\" data-parent=\"#wpsm_accordion_14102 \" href=\"javascript:void(0)\" data-target=\"#ac_14102_collapse3\" onclick=\"do_resize()\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ac_open_cl_icon fa fa-plus\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t \r\n\t\t\t\t\t\t\t\t<span class=\"ac_title_class\">\r\n\t\t\t\t\t\t\t\t\tWhat are the prerequisites before installation?\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t  <\/h4>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div id=\"ac_14102_collapse3\" class=\"wpsm_panel-collapse collapse \"  >\r\n\t\t\t\t\t\t  <div class=\"wpsm_panel-body\">\r\n\t\t\t\t\t\t\tYou need a minimal Debian 12 installation with root access, a static IP, and updated packages.\t\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<!-- Inner panel End -->\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<!-- Inner panel Start -->\r\n\t\t\t\t\t<div class=\"wpsm_panel wpsm_panel-default\">\r\n\t\t\t\t\t\t<div class=\"wpsm_panel-heading\" role=\"tab\" >\r\n\t\t\t\t\t\t  <h4 class=\"wpsm_panel-title\">\r\n\t\t\t\t\t\t\t<a  class=\"collapsed\"  data-toggle=\"collapse\" data-parent=\"#wpsm_accordion_14102 \" href=\"javascript:void(0)\" data-target=\"#ac_14102_collapse4\" onclick=\"do_resize()\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ac_open_cl_icon fa fa-plus\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t \r\n\t\t\t\t\t\t\t\t<span class=\"ac_title_class\">\r\n\t\t\t\t\t\t\t\t\tHow do I add the Proxmox repository to Debian 12?\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t  <\/h4>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div id=\"ac_14102_collapse4\" class=\"wpsm_panel-collapse collapse \"  >\r\n\t\t\t\t\t\t  <div class=\"wpsm_panel-body\">\r\n\t\t\t\t\t\t\tAdd the Proxmox APT repo to <code>\/etc\/apt\/sources.list<\/code> and import the Proxmox GPG key using <code>wget<\/code> and <code>apt-key<\/code>.\t\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<!-- Inner panel End -->\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<!-- Inner panel Start -->\r\n\t\t\t\t\t<div class=\"wpsm_panel wpsm_panel-default\">\r\n\t\t\t\t\t\t<div class=\"wpsm_panel-heading\" role=\"tab\" >\r\n\t\t\t\t\t\t  <h4 class=\"wpsm_panel-title\">\r\n\t\t\t\t\t\t\t<a  class=\"collapsed\"  data-toggle=\"collapse\" data-parent=\"#wpsm_accordion_14102 \" href=\"javascript:void(0)\" data-target=\"#ac_14102_collapse5\" onclick=\"do_resize()\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ac_open_cl_icon fa fa-plus\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t \r\n\t\t\t\t\t\t\t\t<span class=\"ac_title_class\">\r\n\t\t\t\t\t\t\t\t\tDo I need to disable the Debian enterprise repository?\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t  <\/h4>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div id=\"ac_14102_collapse5\" class=\"wpsm_panel-collapse collapse \"  >\r\n\t\t\t\t\t\t  <div class=\"wpsm_panel-body\">\r\n\t\t\t\t\t\t\tYes, if you are using the free version, disable the enterprise repo and use the no-subscription one instead.\t\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<!-- Inner panel End -->\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\r\n<script type=\"text\/javascript\">\r\n\t\r\n\t\tfunction do_resize(){\r\n\r\n\t\t\tvar width=jQuery( '.wpsm_panel .wpsm_panel-body iframe' ).width();\r\n\t\t\tvar height=jQuery( '.wpsm_panel .wpsm_panel-body iframe' ).height();\r\n\r\n\t\t\tvar toggleSize = true;\r\n\t\t\tjQuery('iframe').animate({\r\n\t\t\t    width: toggleSize ? width : 640,\r\n\t\t\t    height: toggleSize ? height : 360\r\n\t\t\t  }, 250);\r\n\r\n\t\t\t  toggleSize = !toggleSize;\r\n\t\t}\r\n\t\t\r\n<\/script>\t\n\n\n\n<p><\/p>\n\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>\u201cProxmox\u201d is a full-fledged, open-source, and powerful virtualization server. It is relatively easy to manage as it offers a web GUI to access the remote servers. It encapsulates KVM &amp; OpenVZ virtualization technologies and has wide hardware support. It is currently the best-suited virtualization server to manage the VMs and containers. Installing and configuring \u201cProxmox\u201d [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":14105,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[297,782,554,408],"class_list":["post-14066","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-debian-12","tag-proxmox","tag-virtual-machines","tag-virtualization"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Install Proxmox on Debian 12: Step-by-Step<\/title>\n<meta name=\"description\" content=\"This article walks you through steps to install Proxmox virtualization server on Debian 12 system. Keep reading!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Proxmox on Debian 12: Step-by-Step\" \/>\n<meta property=\"og:description\" content=\"This article walks you through steps to install Proxmox virtualization server on Debian 12 system. Keep reading!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/\" \/>\n<meta property=\"og:site_name\" content=\"Greenwebpage Community\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-07T11:17:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-07T11:38:22+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/Install-Proxmox-on-Debian-12-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1020\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Karim Buzdar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Karim Buzdar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/\"},\"author\":{\"name\":\"Karim Buzdar\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\"},\"headline\":\"How to Install Proxmox on Debian 12: Step-by-Step\",\"datePublished\":\"2025-05-07T11:17:19+00:00\",\"dateModified\":\"2025-05-07T11:38:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/\"},\"wordCount\":1006,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/Install-Proxmox-on-Debian-12-1.jpg\",\"keywords\":[\"Debian 12\",\"Proxmox\",\"Virtual machines\",\"Virtualization\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/\",\"name\":\"How to Install Proxmox on Debian 12: Step-by-Step\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/Install-Proxmox-on-Debian-12-1.jpg\",\"datePublished\":\"2025-05-07T11:17:19+00:00\",\"dateModified\":\"2025-05-07T11:38:22+00:00\",\"description\":\"This article walks you through steps to install Proxmox virtualization server on Debian 12 system. Keep reading!\",\"breadcrumb\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/#primaryimage\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/Install-Proxmox-on-Debian-12-1.jpg\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/Install-Proxmox-on-Debian-12-1.jpg\",\"width\":1020,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/greenwebpage.com\/community\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Proxmox on Debian 12: Step-by-Step\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"name\":\"Greenwebpage Community\",\"description\":\"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.\",\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/greenwebpage.com\/community\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\",\"name\":\"Greenwebpage Community\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"width\":512,\"height\":512,\"caption\":\"Greenwebpage Community\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\",\"name\":\"Karim Buzdar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"caption\":\"Karim Buzdar\"},\"sameAs\":[\"https:\/\/greenwebpage.com\"],\"url\":\"https:\/\/greenwebpage.com\/community\/author\/karim\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install Proxmox on Debian 12: Step-by-Step","description":"This article walks you through steps to install Proxmox virtualization server on Debian 12 system. Keep reading!","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:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Proxmox on Debian 12: Step-by-Step","og_description":"This article walks you through steps to install Proxmox virtualization server on Debian 12 system. Keep reading!","og_url":"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/","og_site_name":"Greenwebpage Community","article_published_time":"2025-05-07T11:17:19+00:00","article_modified_time":"2025-05-07T11:38:22+00:00","og_image":[{"width":1020,"height":600,"url":"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/Install-Proxmox-on-Debian-12-1.jpg","type":"image\/jpeg"}],"author":"Karim Buzdar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Karim Buzdar","Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/#article","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/"},"author":{"name":"Karim Buzdar","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8"},"headline":"How to Install Proxmox on Debian 12: Step-by-Step","datePublished":"2025-05-07T11:17:19+00:00","dateModified":"2025-05-07T11:38:22+00:00","mainEntityOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/"},"wordCount":1006,"commentCount":0,"publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/Install-Proxmox-on-Debian-12-1.jpg","keywords":["Debian 12","Proxmox","Virtual machines","Virtualization"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/","url":"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/","name":"How to Install Proxmox on Debian 12: Step-by-Step","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/#website"},"primaryImageOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/#primaryimage"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/Install-Proxmox-on-Debian-12-1.jpg","datePublished":"2025-05-07T11:17:19+00:00","dateModified":"2025-05-07T11:38:22+00:00","description":"This article walks you through steps to install Proxmox virtualization server on Debian 12 system. Keep reading!","breadcrumb":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/#primaryimage","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/Install-Proxmox-on-Debian-12-1.jpg","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/05\/Install-Proxmox-on-Debian-12-1.jpg","width":1020,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-proxmox-on-debian-12\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/greenwebpage.com\/community\/"},{"@type":"ListItem","position":2,"name":"How to Install Proxmox on Debian 12: Step-by-Step"}]},{"@type":"WebSite","@id":"https:\/\/greenwebpage.com\/community\/#website","url":"https:\/\/greenwebpage.com\/community\/","name":"Greenwebpage Community","description":"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.","publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/greenwebpage.com\/community\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/greenwebpage.com\/community\/#organization","name":"Greenwebpage Community","url":"https:\/\/greenwebpage.com\/community\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","width":512,"height":512,"caption":"Greenwebpage Community"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8","name":"Karim Buzdar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","caption":"Karim Buzdar"},"sameAs":["https:\/\/greenwebpage.com"],"url":"https:\/\/greenwebpage.com\/community\/author\/karim\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/14066","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/comments?post=14066"}],"version-history":[{"count":6,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/14066\/revisions"}],"predecessor-version":[{"id":14103,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/14066\/revisions\/14103"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media\/14105"}],"wp:attachment":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media?parent=14066"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/categories?post=14066"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/tags?post=14066"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}