diff --git a/docs/guides/concept-guide/components/index.md b/docs/guides/concept-guide/components/index.md
index a415bf654b..8a1181cc67 100644
--- a/docs/guides/concept-guide/components/index.md
+++ b/docs/guides/concept-guide/components/index.md
@@ -16,4 +16,3 @@ sidebar_position: 10
* [Privileged Access Management (PAM) to all infrastructure with Teleport](./teleport)
* [Logging, Monitoring & Telemetry with Prometheus & Grafana](./prometheus)
* [Realtime insights with Netdata](./netdata)
-* [Simple virtualization & containerization with Proxmox VE](./proxmox)
diff --git a/docs/guides/concept-guide/components/proxmox.md b/docs/guides/concept-guide/components/proxmox.md
deleted file mode 100644
index 6e22fab2be..0000000000
--- a/docs/guides/concept-guide/components/proxmox.md
+++ /dev/null
@@ -1,40 +0,0 @@
-# Proxmox VE
-
-Proxmox Virtual Environment (Proxmox VE) is an open-source server virtualization management
-platform designed to manage virtual machines (VMs), containers, and software-defined storage.
-Leveraging the power of KVM (Kernel-based Virtual Machine) for full virtualization and LXC
-(Linux Containers) for containerization, Proxmox VE provides a robust and flexible solution
-for enterprise virtualization needs.
-
-Key benefits of Proxmox VE:
-
-* Comprehensive Virtualization:
- * KVM Virtual Machines: Proxmox VE supports KVM-based virtualization, allowing users to run
- multiple, isolated VMs on a single physical server. KVM provides near-native performance
- and supports various operating systems, including Windows, Linux, and BSD.
- * LXC Containers: For lightweight virtualization, Proxmox VE uses LXC containers, which share
- the host’s kernel but maintain isolated user spaces. This approach is ideal for runningx
- Linux-based applications with minimal overhead.
-* Integrated Management Interface: Proxmox VE includes a web-based management interface, enabling
- administrators to manage VMs, containers, storage, and network configurations from a single,
- intuitive dashboard. This interface supports various administrative tasks, including VM creation,
- backup scheduling, and live migration.
-* High Availability (HA) and Clustering: Proxmox VE supports clustering, allowing multiple Proxmox
- servers to be managed as a single entity. Clustering facilitates high availability by automatically
- restarting VMs or containers on other nodes in the event of hardware failure, ensuring minimal downtime.
-* Storage Options: Proxmox VE offers flexible storage management with support for local storage,
- shared storage (NFS, iSCSI, Ceph), and distributed storage systems. The built-in Proxmox VE storage
- replication feature ensures data redundancy and high availability.
-* Backup and Restore: Proxmox VE includes integrated backup tools, supporting scheduled backups of VMs
- and containers. These backups can be stored locally or on remote storage solutions, and can be restored
- easily via the management interface.
-* Networking: Proxmox VE supports advanced networking features, including VLANs, bridges, and bonding.
- This allows for complex network topologies and efficient use of network resources. The platform also
- integrates seamlessly with SDN (Software-Defined Networking) solutions for enhanced network management.
-
-By using Proxmox VE, organizations can leverage a powerful, open-source virtualization platform
-that combines the benefits of both KVM and LXC. Proxmox VE’s comprehensive feature set,
-intuitive management interface, and robust high availability options make it an ideal choice for
-managing virtualized environments efficiently and effectively.
-
-## Lifecycle Management of Proxmox VE in OSISM
diff --git a/docs/guides/concept-guide/index.md b/docs/guides/concept-guide/index.md
index 40be516a9a..f37deaa716 100644
--- a/docs/guides/concept-guide/index.md
+++ b/docs/guides/concept-guide/index.md
@@ -22,7 +22,6 @@ sidebar_position: 10
* [Privileged Access Management (PAM) to all infrastructure with Teleport](./components/teleport)
* [Logging, Monitoring & Telemetry with Prometheus & Grafana](./components/prometheus)
* [Realtime insights with Netdata](./components/netdata)
-* [Simple virtualization & containerization with Proxmox VE](./components/proxmox)
## Requirements
diff --git a/i18n/de/code.json b/i18n/de/code.json
index ae8eadb91d..1e73a24313 100644
--- a/i18n/de/code.json
+++ b/i18n/de/code.json
@@ -139,14 +139,6 @@
"message": "Teleport is an innovative open-source software that redefines the way teams access their infrastructure. Designed with security and efficiency at its core, Teleport allows engineers and DevOps teams to seamlessly access servers, Kubernetes clusters, and internal applications, regardless of where they are located or what device they are using. It centralizes access control, providing a unified gateway to manage permissions and access rights across your entire infrastructure landscape.",
"description": "Teleport description"
},
- "module.proxmox.title": {
- "message": "Einfache Virtualisierung & Containerisierung mit Proxmox VE",
- "description": "Proxmos title"
- },
- "module.proxmox.description": {
- "message": "Proxmox VE is a comprehensive open-source platform designed for virtualization and container-based management. It seamlessly combines two virtualization technologies in one solution: KVM for virtual machines and LXC for containerized applications. This dual capability allows to manage VMs and containers through a single, intuitive web-based interface, enhancing operational efficiency and flexibility.",
- "description": "Proxmox description"
- },
"theme.ErrorPageContent.title": {
"message": "This page crashed.",
"description": "The title of the fallback page when the page crashed"
diff --git a/i18n/en/code.json b/i18n/en/code.json
index c86e001da3..8f7e86ea96 100644
--- a/i18n/en/code.json
+++ b/i18n/en/code.json
@@ -139,14 +139,6 @@
"message": "Teleport is an innovative open-source software that redefines the way teams access their infrastructure. Designed with security and efficiency at its core, Teleport allows engineers and DevOps teams to seamlessly access servers, Kubernetes clusters, and internal applications, regardless of where they are located or what device they are using. It centralizes access control, providing a unified gateway to manage permissions and access rights across your entire infrastructure landscape.",
"description": "Teleport description"
},
- "module.proxmox.title": {
- "message": "Simple virtualization & containerization with Proxmox VE",
- "description": "Proxmos title"
- },
- "module.proxmox.description": {
- "message": "Proxmox VE is a comprehensive open-source platform designed for virtualization and container-based management. It seamlessly combines two virtualization technologies in one solution: KVM for virtual machines and LXC for containerized applications. This dual capability allows to manage VMs and containers through a single, intuitive web-based interface, enhancing operational efficiency and flexibility.",
- "description": "Proxmox description"
- },
"theme.ErrorPageContent.title": {
"message": "This page crashed.",
"description": "The title of the fallback page when the page crashed"
diff --git a/src/components/SoftwareModules/index.js b/src/components/SoftwareModules/index.js
index e652d1f462..2cc65018bd 100644
--- a/src/components/SoftwareModules/index.js
+++ b/src/components/SoftwareModules/index.js
@@ -125,17 +125,6 @@ const FeatureList = [
>
),
},
- {
- title: (module.proxmox.title),
- name: (<>Proxmox VE>),
- linktarget: "/docs/guides/concept-guide/components/proxmox",
- Svg: require('@site/static/img/logo-proxmox.svg').default,
- description: (
- <>
- module.proxmox.description
- >
- ),
- },
];
function Feature({Svg, title, description, name, linktarget}) {