{"id":83,"date":"2025-11-29T22:59:22","date_gmt":"2025-11-29T22:59:22","guid":{"rendered":"https:\/\/netguide.io\/?p=83"},"modified":"2025-11-29T22:59:22","modified_gmt":"2025-11-29T22:59:22","slug":"proxmox-community-repository-installieren-und-no-subscription-benachrichtigung-entfernen","status":"publish","type":"post","link":"https:\/\/netguide.io\/linux\/de\/proxmox-community-repository-installieren-und-no-subscription-benachrichtigung-entfernen\/","title":{"rendered":"Proxmox: Community Repository installieren und No Subscription Benachrichtigung entfernen"},"content":{"rendered":"\n<p><a href=\"https:\/\/netguide.io\/linux\/de\/category\/proxmox\/\" data-internallinksmanager029f6b8e52c=\"1\" title=\"Proxmox Category\">Proxmox<\/a> Virtual Environment (PVE) ist eine beliebte Open-Source-Virtualisierungsplattform, die sowohl KVM als auch LXC unterst\u00fctzt. W\u00e4hrend <a href=\"https:\/\/netguide.io\/linux\/de\/category\/proxmox\/\" data-internallinksmanager029f6b8e52c=\"1\" title=\"Proxmox Category\">Proxmox<\/a> eine kommerzielle Subscription f\u00fcr professionelle Anwender anbietet, nutzen viele Privatnutzer und kleinere Unternehmen die kostenlose Version. Allerdings zeigt Proxmox standardm\u00e4\u00dfig eine &#8220;No Subscription&#8221;-Warnung an und verwendet das Enterprise-Repository, das f\u00fcr zahlende Kunden vorgesehen ist. In diesem Artikel erf\u00e4hrst du, wie du das Community Repository aktivierst und die No Subscription-Benachrichtigung entfernst \u2013 sowohl mit einem Community Script als auch manuell \u00fcber die Shell.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"methode-1-einrichtung-mit-dem-community-script\">Methode 1: Einrichtung mit dem Community Script<\/h2>\n\n\n\n<p>Die einfachste Methode, um das Community Repository zu aktivieren und die No Subscription-Benachrichtigung zu entfernen, ist die Nutzung eines Community Scripts. Dieses Skript automatisiert den gesamten Prozess und sorgt f\u00fcr eine optimale Konfiguration von Proxmox.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"schritt-1-skript-ausfuhren\">Schritt 1: Skript ausf\u00fchren<\/h3>\n\n\n\n<p>Verbinde dich per SSH mit deinem Proxmox-Server und f\u00fchre den folgenden Befehl aus:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2\"><span style=\"padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><\/span><span role=\"button\" style=\"color:#e1e4e8\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" aria-hidden=\"true\" readonly>bash -c \"$(wget -qLO - https:\/\/community-scripts.github.io\/ProxmoxVE\/scripts?id=post-pve-install)\"<\/textarea><\/pre><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\"><code><span class=\"line\"><span style=\"color: #B392F0\">bash<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">-c<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">&quot;$(<\/span><span style=\"color: #B392F0\">wget<\/span><span style=\"color: #9ECBFF\"> <\/span><span style=\"color: #79B8FF\">-qLO<\/span><span style=\"color: #9ECBFF\"> - https:\/\/community-scripts.github.io\/ProxmoxVE\/scripts?id=post-pve-install)&quot;<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>Dieses Skript:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Deaktiviert das Enterprise Repository<\/li>\n\n\n\n<li>Aktiviert das Community Repository<\/li>\n\n\n\n<li>Entfernt die &#8220;No Subscription&#8221;-Meldung<\/li>\n\n\n\n<li>F\u00fchrt ein Systemupdate durch<\/li>\n<\/ul>\n\n\n\n<p>Nach Abschluss der Ausf\u00fchrung ist dein Proxmox-Server optimal konfiguriert.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"methode-2-manuelle-einrichtung-uber-die-shell\">Methode 2: Manuelle Einrichtung \u00fcber die Shell<\/h2>\n\n\n\n<p>Falls du die \u00c4nderungen lieber manuell vornehmen m\u00f6chtest, kannst du die folgenden Schritte ausf\u00fchren.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"schritt-1-enterprise-repository-deaktivieren\">Schritt 1: Enterprise Repository deaktivieren<\/h3>\n\n\n\n<p>Zuerst solltest du das Enterprise Repository deaktivieren, da es sonst zu Fehlermeldungen bei Updates kommen kann.<\/p>\n\n\n\n<p>\u00d6ffne eine SSH-Verbindung zu deinem Proxmox-Server oder nutze die Web-GUI \u00fcber die Shell und f\u00fchre folgenden Befehl aus:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2\"><span style=\"padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><\/span><span role=\"button\" style=\"color:#e1e4e8\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" aria-hidden=\"true\" readonly>mv \/etc\/apt\/sources.list.d\/pve-enterprise.list \/etc\/apt\/sources.list.d\/pve-enterprise.list.bak<\/textarea><\/pre><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\"><code><span class=\"line\"><span style=\"color: #B392F0\">mv<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">\/etc\/apt\/sources.list.d\/pve-enterprise.list<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">\/etc\/apt\/sources.list.d\/pve-enterprise.list.bak<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>Dadurch wird die Datei umbenannt und das Enterprise Repository ist deaktiviert.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"schritt-2-community-repository-hinzufugen\">Schritt 2: Community Repository hinzuf\u00fcgen<\/h3>\n\n\n\n<p>Nun f\u00fcgst du das Community Repository hinzu. \u00d6ffne die Datei <code>\/etc\/apt\/sources.list.d\/pve-community.list<\/code> mit einem Texteditor deiner Wahl, z. B. <code>nano<\/code>:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2\"><span style=\"padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><\/span><span role=\"button\" style=\"color:#e1e4e8\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" aria-hidden=\"true\" readonly>nano \/etc\/apt\/sources.list.d\/pve-community.list<\/textarea><\/pre><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\"><code><span class=\"line\"><span style=\"color: #B392F0\">nano<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">\/etc\/apt\/sources.list.d\/pve-community.list<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>F\u00fcge folgende Zeile hinzu:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2\"><span style=\"padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><\/span><span role=\"button\" style=\"color:#e1e4e8\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" aria-hidden=\"true\" readonly>deb http:\/\/download.proxmox.com\/debian\/pve bookworm pve-no-subscription<\/textarea><\/pre><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\"><code><span class=\"line\"><span style=\"color: #B392F0\">deb<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">http:\/\/download.proxmox.com\/debian\/pve<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">bookworm<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">pve-no-subscription<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>Speichere die Datei mit <code>CTRL + X<\/code>, best\u00e4tige mit <code>Y<\/code> und dr\u00fccke <code>Enter<\/code>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"schritt-3-paketlisten-aktualisieren-und-system-updaten\">Schritt 3: Paketlisten aktualisieren und System updaten<\/h3>\n\n\n\n<p>F\u00fchre anschlie\u00dfend die folgenden Befehle aus, um die Paketquellen zu aktualisieren und dein System auf den neuesten Stand zu bringen:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2\"><span style=\"padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><\/span><span role=\"button\" style=\"color:#e1e4e8\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" aria-hidden=\"true\" readonly>apt update &amp;&amp; apt full-upgrade -y<\/textarea><\/pre><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\"><code><span class=\"line\"><span style=\"color: #B392F0\">apt<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">update<\/span><span style=\"color: #E1E4E8\"> &amp;&amp; <\/span><span style=\"color: #B392F0\">apt<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">full-upgrade<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #79B8FF\">-y<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>Nach Abschluss des Updates ist dein Proxmox-Server nun auf das Community Repository umgestellt.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"schritt-4-no-subscription-warnung-entfernen\">Schritt 4: No Subscription Warnung entfernen<\/h3>\n\n\n\n<p>Die No Subscription-Benachrichtigung erscheint in der Weboberfl\u00e4che von Proxmox nach jedem Login. Um sie zu entfernen, kannst du die Datei <code>\/usr\/share\/javascript\/proxmox-widget-toolkit\/proxmoxlib.js<\/code> bearbeiten:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2\"><span style=\"padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><\/span><span role=\"button\" style=\"color:#e1e4e8\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" aria-hidden=\"true\" readonly>nano \/usr\/share\/javascript\/proxmox-widget-toolkit\/proxmoxlib.js<\/textarea><\/pre><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\"><code><span class=\"line\"><span style=\"color: #B392F0\">nano<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">\/usr\/share\/javascript\/proxmox-widget-toolkit\/proxmoxlib.js<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>Suche nach folgender Zeile:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2\"><span style=\"padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><\/span><span role=\"button\" style=\"color:#e1e4e8\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" aria-hidden=\"true\" readonly>Ext.Msg.show({\n    title: gettext('No valid subscription'),<\/textarea><\/pre><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\"><code><span class=\"line\"><span style=\"color: #B392F0\">Ext.Msg.show(<\/span><span style=\"color: #E1E4E8\">{<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">    <\/span><span style=\"color: #B392F0\">title:<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">gettext<\/span><span style=\"color: #E1E4E8\">(<\/span><span style=\"color: #B392F0\">&#039;No valid subscription&#039;<\/span><span style=\"color: #E1E4E8\">)<\/span><span style=\"color: #9ECBFF\">,<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>Ersetze sie durch:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2\"><span style=\"padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><\/span><span role=\"button\" style=\"color:#e1e4e8\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" aria-hidden=\"true\" readonly>void({\n    title: gettext('No valid subscription'),<\/textarea><\/pre><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\"><code><span class=\"line\"><span style=\"color: #B392F0\">void(<\/span><span style=\"color: #E1E4E8\">{<\/span><\/span>\n<span class=\"line\"><span style=\"color: #E1E4E8\">    <\/span><span style=\"color: #B392F0\">title:<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">gettext<\/span><span style=\"color: #E1E4E8\">(<\/span><span style=\"color: #B392F0\">&#039;No valid subscription&#039;<\/span><span style=\"color: #E1E4E8\">)<\/span><span style=\"color: #9ECBFF\">,<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>Speichere die Datei und starte den Proxmox-Dienst neu:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.25rem;--cbp-tab-width:2\"><span style=\"padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#24292e\"><\/span><span role=\"button\" style=\"color:#e1e4e8\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" aria-hidden=\"true\" readonly>systemctl restart pveproxy<\/textarea><\/pre><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\"><code><span class=\"line\"><span style=\"color: #B392F0\">systemctl<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">restart<\/span><span style=\"color: #E1E4E8\"> <\/span><span style=\"color: #9ECBFF\">pveproxy<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"fazit\">Fazit<\/h2>\n\n\n\n<p>Es gibt zwei M\u00f6glichkeiten, um das Community Repository in Proxmox zu aktivieren und die &#8220;No Subscription&#8221;-Meldung zu entfernen: die einfache Methode mit dem Community Script oder die manuelle Einrichtung \u00fcber die Shell. W\u00e4hrend das Skript den gesamten Prozess automatisiert, gibt die manuelle Methode dir volle Kontrolle \u00fcber die Konfiguration. Beide Wege f\u00fchren zu einem optimierten Proxmox-Setup, das ohne Einschr\u00e4nkungen genutzt werden kann.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Proxmox Virtual Environment (PVE) ist eine beliebte Open-Source-Virtualisierungsplattform, die sowohl KVM als auch LXC unterst\u00fctzt. W\u00e4hrend Proxmox eine kommerzielle Subscription [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":78,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[9,27],"tags":[21,23,25],"class_list":["post-83","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux","category-proxmox","tag-community-repository","tag-hypervisor","tag-proxmox"],"uagb_featured_image_src":{"full":["https:\/\/netguide.io\/linux\/wp-content\/uploads\/sites\/2\/2025\/11\/proxmox-linuxbase.png",1920,1080,false],"thumbnail":["https:\/\/netguide.io\/linux\/wp-content\/uploads\/sites\/2\/2025\/11\/proxmox-linuxbase-150x150.png",150,150,true],"medium":["https:\/\/netguide.io\/linux\/wp-content\/uploads\/sites\/2\/2025\/11\/proxmox-linuxbase-300x169.png",300,169,true],"medium_large":["https:\/\/netguide.io\/linux\/wp-content\/uploads\/sites\/2\/2025\/11\/proxmox-linuxbase-768x432.png",768,432,true],"large":["https:\/\/netguide.io\/linux\/wp-content\/uploads\/sites\/2\/2025\/11\/proxmox-linuxbase-1024x576.png",1024,576,true],"1536x1536":["https:\/\/netguide.io\/linux\/wp-content\/uploads\/sites\/2\/2025\/11\/proxmox-linuxbase-1536x864.png",1536,864,true],"2048x2048":["https:\/\/netguide.io\/linux\/wp-content\/uploads\/sites\/2\/2025\/11\/proxmox-linuxbase.png",1920,1080,false]},"uagb_author_info":{"display_name":"tobias.pries","author_link":"https:\/\/netguide.io\/linux\/author\/tobias-pries\/"},"uagb_comment_info":0,"uagb_excerpt":"Proxmox Virtual Environment (PVE) ist eine beliebte Open-Source-Virtualisierungsplattform, die sowohl KVM als auch LXC unterst\u00fctzt. W\u00e4hrend Proxmox eine kommerzielle Subscription [&hellip;]","_links":{"self":[{"href":"https:\/\/netguide.io\/linux\/wp-json\/wp\/v2\/posts\/83","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/netguide.io\/linux\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/netguide.io\/linux\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/netguide.io\/linux\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/netguide.io\/linux\/wp-json\/wp\/v2\/comments?post=83"}],"version-history":[{"count":0,"href":"https:\/\/netguide.io\/linux\/wp-json\/wp\/v2\/posts\/83\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/netguide.io\/linux\/wp-json\/wp\/v2\/media\/78"}],"wp:attachment":[{"href":"https:\/\/netguide.io\/linux\/wp-json\/wp\/v2\/media?parent=83"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/netguide.io\/linux\/wp-json\/wp\/v2\/categories?post=83"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/netguide.io\/linux\/wp-json\/wp\/v2\/tags?post=83"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}