Todos los artículos

Guías y opiniones sobre servidores dedicados, redes y operación de infraestructura, de la gente que opera la nuestra.

How to Set Up Your Own Proxmox VE Server

20 de julio de 2026

por Jesse Schokker

How to Set Up Your Own Proxmox VE Server

You have a bare-metal box and you want it to run virtual machines and containers instead of a single operating system. Proxmox VE turns that raw hardware into a full virtualisation platform: a Debian-based host with a web UI, KVM full virtualisation, LXC system containers, built-in storage and networking, and no per-socket hypervisor licence to buy. This guide walks the whole path from a blank server to a working host. We install Proxmox VE 9.2 from the ISO, fix the APT repositories and update, understand the default bridge networking, look at storage, build a first VM and a first LXC container, and finish with basic hardening. By the end you will have a production-ready single node you can grow into a cluster later.

Virtualization

Leer más

Contenedores LXC frente a VMs KVM en Proxmox: cuándo usar cada uno

10 de agosto de 2026

por Jesse Schokker

Contenedores LXC frente a VMs KVM en Proxmox: cuándo usar cada uno

Proxmox VE te da dos formas de dividir un servidor: máquinas virtuales completas mediante KVM, y contenedores de sistema LXC que comparten el kernel del host. La elección correcta para cada workload suele quedar clara en cuanto conoces las tres preguntas que la deciden: aislamiento, kernel y migración. Esta guía explica cómo funciona cada uno realmente, los compara en las dimensiones que importan a nivel operativo, resuelve la cuestión de Docker con las recomendaciones actuales del propio Proxmox, y termina con una tabla de decisión que puedes aplicar servicio por servicio.

Virtualization

Leer más