{"id":1982,"date":"2019-12-11T10:30:03","date_gmt":"2019-12-11T07:00:03","guid":{"rendered":"https:\/\/airoserver.com\/?p=1982"},"modified":"2022-04-03T15:24:05","modified_gmt":"2022-04-03T10:54:05","slug":"cpanel-installation-guide","status":"publish","type":"post","link":"https:\/\/airoserver.com\/de\/engagiert\/cpanel-installationsanleitung\/","title":{"rendered":"cPanel Installationsanleitung"},"content":{"rendered":"<p>In unserem letzten Beitrag haben wir ausf\u00fchrlich erkl\u00e4rt, wie Sie die <a href=\"https:\/\/airoserver.com\/de\/engagiert\/directadmin-bedienfeld-automatische-installation\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"DirectAdmin (\u00f6ffnet in einer neuen Registerkarte)\">DirectAdmin<\/a> automatisch auf Ihr <a href=\"https:\/\/airoserver.com\/de\/engagiert\/verschiedene-arten-von-servern-beim-webhosting\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Server (\u00f6ffnet in einer neuen Registerkarte)\">Server<\/a>. DirectAdmin ist ein <a href=\"https:\/\/airoserver.com\/de\/airoserver\/was-ist-ein-hosting-kontrollzentrum\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Hosting-Kontrollzentrum (\u00f6ffnet in einer neuen Registerkarte)\">Hosting-Kontrollzentrum<\/a> die unterst\u00fctzt wird von <a href=\"https:\/\/airoserver.com\/de\/engagiert\/die-linux-distributionen\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Linux (\u00f6ffnet in einer neuen Registerkarte)\">Linux<\/a>cPanel ist ein weiteres Control Panel, das auf Linux unterst\u00fctzt wird. In diesem Beitrag werden wir die Installation dieses Control Panels auf <a href=\"https:\/\/en.wikipedia.org\/wiki\/CentOS\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"CentOS (\u00f6ffnet in einer neuen Registerkarte)\">CentOS<\/a>.<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" class=\"wp-image-1983\" src=\"https:\/\/airoserver.com\/wp-content\/uploads\/2019\/12\/cpanel-vector-logo.jpg\" alt=\"cPanel-Logo\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>cPanel ist wie jedes andere Bedienfeld. Im Dashboard von cPanel k\u00f6nnen Sie Dinge wie die Verwaltung Ihrer Dateien, die Erstellung eines Backups, die Verwaltung Ihrer Webmail und vieles mehr erledigen.<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" class=\"wp-image-1984\" src=\"https:\/\/airoserver.com\/wp-content\/uploads\/2019\/12\/cPanel-dashboard.jpg\" alt=\"cPanel Dashboard\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li><strong>Achtung!<\/strong> Wenn Sie ein Bedienfeld auf einem <a href=\"https:\/\/airoserver.com\/de\/airo-vps\/was-ist-vps\/\">VPS<\/a> oder <a href=\"https:\/\/airoserver.com\/de\/blog\/dedicated-server\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"dedizierter Server (\u00f6ffnet in einer neuen Registerkarte)\">dedizierter Server<\/a> Sie k\u00f6nnen es nicht deinstallieren, ohne das Betriebssystem neu zu installieren. Eine Neuinstallation des Betriebssystems bedeutet, dass Sie alle Daten des Servers l\u00f6schen und das Betriebssystem neu installieren m\u00fcssen. cPanel ist wie jedes andere Control Panel und verf\u00fcgt daher nicht \u00fcber ein Deinstallationsprogramm.<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<h4 class=\"wp-block-heading\"><strong>Perl-Installation<\/strong>:<\/h4>\r\n\r\n\r\n\r\n<p>Bevor Sie cPanel installieren, m\u00fcssen Sie sicherstellen, dass <a href=\"https:\/\/www.perl.org\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Perl (\u00f6ffnet in einer neuen Registerkarte)\">Perl<\/a> auf Ihrem Server installiert ist. Um Perl zu installieren, stellen Sie eine SSH-Verbindung mit Root-Zugang zu Ihrem Linux-Server her und verwenden diesen Befehl, um Perl zu installieren.<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">sudo yum install perl<\/pre>\r\n\r\n\r\n\r\n<p>Ein weiterer wichtiger Punkt vor der Installation ist Ihr Hostname. cPanel ist sehr empfindlich, was den Hostnamen angeht. Wenn Sie keinen FQDN-Hostnamen (Fully Qualified Domain Name) w\u00e4hlen, erhalten Sie diese Fehlermeldung:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">461 (FEHLER): Ihr Hostname () ist nicht richtig eingestellt. Bitte 462 (ERROR): \u00e4ndern Sie Ihren Hostnamen in einen voll qualifizierten Dom\u00e4nennamen, 463 (ERROR): und f\u00fchren Sie dieses Installationsprogramm erneut aus.<\/pre>\r\n\r\n\r\n\r\n<p>W\u00e4hlen Sie diesen Befehl, um Ihren Hostnamen in einen FQDN zu \u00e4ndern.<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">Hostname <em>Ihr FQDN<\/em><\/pre>\r\n\r\n\r\n\r\n<p>Wenn Sie im Moment keinen guten Hostnamen w\u00e4hlen k\u00f6nnen, w\u00e4hlen Sie mit diesem Befehl einen tempor\u00e4ren Namen.<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">Hostname host.beispiel.com<\/pre>\r\n\r\n\r\n\r\n<p>Nach der Installation von cPanel k\u00f6nnen Sie sich in das WHM-Kontrollpanel &gt; Networking setup &gt; change hostname einloggen und den Hostnamen \u00e4ndern.<\/p>\r\n\r\n\r\n\r\n<h4 class=\"wp-block-heading\"><strong>Installation von cPanel auf CentOS<\/strong><\/h4>\r\n\r\n\r\n\r\n<p>Wir sollten erw\u00e4hnen, dass dies ein sehr einfacher, aber zeitraubender Prozess ist. W\u00e4hrend dieser Schritte sollten Sie sich keine Sorgen um die Internetverbindung machen. Denn dieser Prozess findet auf der Serverseite statt, so dass die Installation auch dann fortgesetzt wird, wenn Sie die Verbindung zum Server unterbrechen.<\/p>\r\n\r\n\r\n\r\n<p>Installieren Sie den Bildschirm und wget:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">sudo yum install screen wget<\/pre>\r\n\r\n\r\n\r\n<p>Starten Sie eine Sitzung:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">Bildschirm<\/pre>\r\n\r\n\r\n\r\n<p>WHM installieren:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">wget -N http:\/\/httpupdate.cPanel.net\/latest<\/pre>\r\n\r\n\r\n\r\n<p>F\u00fchren Sie das Skript aus:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">sh neuesten<\/pre>\r\n\r\n\r\n\r\n<p>Die Installation kann etwa 1 bis 2 Stunden dauern. Nach Abschluss der Installation k\u00f6nnen Sie sich ganz einfach mit einem Browser und einer dieser Adressen bei Ihrem WHM anmelden:<\/p>\r\n\r\n\r\n\r\n<p>https:\/\/ip Adresse:2087<br \/>http:\/\/ip Adresse:2086<\/p>\r\n\r\n\r\n\r\n<p>Ihre Anmeldedaten sind der Benutzername und das Passwort des Servers.<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">Benutzernamen: <em>ihr_server_benutzer<\/em> Kennwort: <em>Ihr_Kennwort<\/em><\/pre>\r\n\r\n\r\n\r\n<p>Ich hoffe, dass Ihnen dieser Beitrag gefallen hat, wenn ja, besuchen Sie unsere <a href=\"https:\/\/airoserver.com\/de\/blog\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Blog (\u00f6ffnet in einer neuen Registerkarte)\">Blog<\/a> f\u00fcr mehr!<\/p>","protected":false},"excerpt":{"rendered":"<p>In our last post, we have explained fully how you can install DirectAdmin automatically on your server. DirectAdmin is a hosting control panel that is supported on Linux. cPanel is another control panel that is supported on Linux. In this post, we are going to explain the installation of this control panel on CentOS. cPanel [&hellip;]<\/p>","protected":false},"author":5,"featured_media":33896,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[179,176,178],"tags":[85,188,177,142,71],"class_list":["post-1982","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-airoserver","category-dedicated","category-airo-vps","tag-airoserver","tag-control-panel","tag-dedicated-server","tag-linux","tag-vps"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>cPanel Installation Guide<\/title>\n<meta name=\"description\" content=\"cPanel is another control panel that is supported on Linux. In this post, we are going to explain the easy steps of cPanel&#039;s installation on cPanel.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/airoserver.com\/de\/engagiert\/cpanel-installationsanleitung\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"cPanel Installation Guide\" \/>\n<meta property=\"og:description\" content=\"cPanel is another control panel that is supported on Linux. In this post, we are going to explain the easy steps of cPanel&#039;s installation on cPanel.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/airoserver.com\/de\/engagiert\/cpanel-installationsanleitung\/\" \/>\n<meta property=\"og:site_name\" content=\"Airoserver | Cloud Hosting Solutions\" \/>\n<meta property=\"article:published_time\" content=\"2019-12-11T07:00:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-04-03T10:54:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/airoserver.com\/wp-content\/uploads\/2019\/12\/Cpanel.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"750\" \/>\n\t<meta property=\"og:image:height\" content=\"376\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"SEO Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"SEO Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/airoserver.com\/dedicated\/cpanel-installation-guide\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/airoserver.com\/dedicated\/cpanel-installation-guide\/\"},\"author\":{\"name\":\"SEO Team\",\"@id\":\"https:\/\/airoserver.com\/#\/schema\/person\/62f9488eeb65ea1e571178292d4bb897\"},\"headline\":\"cPanel Installation Guide\",\"datePublished\":\"2019-12-11T07:00:03+00:00\",\"dateModified\":\"2022-04-03T10:54:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/airoserver.com\/dedicated\/cpanel-installation-guide\/\"},\"wordCount\":379,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/airoserver.com\/#organization\"},\"keywords\":[\"airoserver\",\"Control Panel\",\"Dedicated Server\",\"Linux\",\"VPS\"],\"articleSection\":[\"AiroServer\",\"Dedicated\",\"VPS\"],\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/airoserver.com\/dedicated\/cpanel-installation-guide\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/airoserver.com\/dedicated\/cpanel-installation-guide\/\",\"url\":\"https:\/\/airoserver.com\/dedicated\/cpanel-installation-guide\/\",\"name\":\"cPanel Installation Guide\",\"isPartOf\":{\"@id\":\"https:\/\/airoserver.com\/#website\"},\"datePublished\":\"2019-12-11T07:00:03+00:00\",\"dateModified\":\"2022-04-03T10:54:05+00:00\",\"description\":\"cPanel is another control panel that is supported on Linux. In this post, we are going to explain the easy steps of cPanel's installation on cPanel.\",\"breadcrumb\":{\"@id\":\"https:\/\/airoserver.com\/dedicated\/cpanel-installation-guide\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/airoserver.com\/dedicated\/cpanel-installation-guide\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/airoserver.com\/dedicated\/cpanel-installation-guide\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/airoserver.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"cPanel Installation Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/airoserver.com\/#website\",\"url\":\"https:\/\/airoserver.com\/\",\"name\":\"Airoserver | Cloud Hosting Solutions\",\"description\":\"Cloud server | Dedicated server | Domain | Hosting| SSL | Virtual server | Airoserver\",\"publisher\":{\"@id\":\"https:\/\/airoserver.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/airoserver.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/airoserver.com\/#organization\",\"name\":\"Airoserver | Cloud Hosting Solutions\",\"url\":\"https:\/\/airoserver.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/airoserver.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/airoserver.com\/wp-content\/uploads\/2023\/09\/logo_airoserver.png\",\"contentUrl\":\"https:\/\/airoserver.com\/wp-content\/uploads\/2023\/09\/logo_airoserver.png\",\"width\":925,\"height\":880,\"caption\":\"Airoserver | Cloud Hosting Solutions\"},\"image\":{\"@id\":\"https:\/\/airoserver.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/airoserver.com\/#\/schema\/person\/62f9488eeb65ea1e571178292d4bb897\",\"name\":\"SEO Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/airoserver.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0cc6a1209a0e36c0bf4f0fcdcd743946df92fde7ba86163b0724f194a722a861?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0cc6a1209a0e36c0bf4f0fcdcd743946df92fde7ba86163b0724f194a722a861?s=96&d=mm&r=g\",\"caption\":\"SEO Team\"},\"url\":\"https:\/\/airoserver.com\/de\/author\/seoteam\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"cPanel Installation Guide","description":"cPanel is another control panel that is supported on Linux. In this post, we are going to explain the easy steps of cPanel's installation on cPanel.","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:\/\/airoserver.com\/de\/engagiert\/cpanel-installationsanleitung\/","og_locale":"de_DE","og_type":"article","og_title":"cPanel Installation Guide","og_description":"cPanel is another control panel that is supported on Linux. In this post, we are going to explain the easy steps of cPanel's installation on cPanel.","og_url":"https:\/\/airoserver.com\/de\/engagiert\/cpanel-installationsanleitung\/","og_site_name":"Airoserver | Cloud Hosting Solutions","article_published_time":"2019-12-11T07:00:03+00:00","article_modified_time":"2022-04-03T10:54:05+00:00","og_image":[{"width":750,"height":376,"url":"https:\/\/airoserver.com\/wp-content\/uploads\/2019\/12\/Cpanel.jpg","type":"image\/jpeg"}],"author":"SEO Team","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"SEO Team","Gesch\u00e4tzte Lesezeit":"2\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/airoserver.com\/dedicated\/cpanel-installation-guide\/#article","isPartOf":{"@id":"https:\/\/airoserver.com\/dedicated\/cpanel-installation-guide\/"},"author":{"name":"SEO Team","@id":"https:\/\/airoserver.com\/#\/schema\/person\/62f9488eeb65ea1e571178292d4bb897"},"headline":"cPanel Installation Guide","datePublished":"2019-12-11T07:00:03+00:00","dateModified":"2022-04-03T10:54:05+00:00","mainEntityOfPage":{"@id":"https:\/\/airoserver.com\/dedicated\/cpanel-installation-guide\/"},"wordCount":379,"commentCount":0,"publisher":{"@id":"https:\/\/airoserver.com\/#organization"},"keywords":["airoserver","Control Panel","Dedicated Server","Linux","VPS"],"articleSection":["AiroServer","Dedicated","VPS"],"inLanguage":"de","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/airoserver.com\/dedicated\/cpanel-installation-guide\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/airoserver.com\/dedicated\/cpanel-installation-guide\/","url":"https:\/\/airoserver.com\/dedicated\/cpanel-installation-guide\/","name":"cPanel Installation Guide","isPartOf":{"@id":"https:\/\/airoserver.com\/#website"},"datePublished":"2019-12-11T07:00:03+00:00","dateModified":"2022-04-03T10:54:05+00:00","description":"cPanel is another control panel that is supported on Linux. In this post, we are going to explain the easy steps of cPanel's installation on cPanel.","breadcrumb":{"@id":"https:\/\/airoserver.com\/dedicated\/cpanel-installation-guide\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/airoserver.com\/dedicated\/cpanel-installation-guide\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/airoserver.com\/dedicated\/cpanel-installation-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/airoserver.com\/"},{"@type":"ListItem","position":2,"name":"cPanel Installation Guide"}]},{"@type":"WebSite","@id":"https:\/\/airoserver.com\/#website","url":"https:\/\/airoserver.com\/","name":"Airoserver | Cloud Hosting Solutions","description":"Cloud server | Dedicated server | Domain | Hosting| SSL | Virtual server | Airoserver","publisher":{"@id":"https:\/\/airoserver.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/airoserver.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/airoserver.com\/#organization","name":"Airoserver | Cloud Hosting Solutions","url":"https:\/\/airoserver.com\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/airoserver.com\/#\/schema\/logo\/image\/","url":"https:\/\/airoserver.com\/wp-content\/uploads\/2023\/09\/logo_airoserver.png","contentUrl":"https:\/\/airoserver.com\/wp-content\/uploads\/2023\/09\/logo_airoserver.png","width":925,"height":880,"caption":"Airoserver | Cloud Hosting Solutions"},"image":{"@id":"https:\/\/airoserver.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/airoserver.com\/#\/schema\/person\/62f9488eeb65ea1e571178292d4bb897","name":"SEO Team","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/airoserver.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0cc6a1209a0e36c0bf4f0fcdcd743946df92fde7ba86163b0724f194a722a861?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0cc6a1209a0e36c0bf4f0fcdcd743946df92fde7ba86163b0724f194a722a861?s=96&d=mm&r=g","caption":"SEO Team"},"url":"https:\/\/airoserver.com\/de\/author\/seoteam\/"}]}},"_links":{"self":[{"href":"https:\/\/airoserver.com\/de\/wp-json\/wp\/v2\/posts\/1982","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/airoserver.com\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/airoserver.com\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/airoserver.com\/de\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/airoserver.com\/de\/wp-json\/wp\/v2\/comments?post=1982"}],"version-history":[{"count":0,"href":"https:\/\/airoserver.com\/de\/wp-json\/wp\/v2\/posts\/1982\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/airoserver.com\/de\/wp-json\/wp\/v2\/media\/33896"}],"wp:attachment":[{"href":"https:\/\/airoserver.com\/de\/wp-json\/wp\/v2\/media?parent=1982"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/airoserver.com\/de\/wp-json\/wp\/v2\/categories?post=1982"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/airoserver.com\/de\/wp-json\/wp\/v2\/tags?post=1982"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}