Comment on Selfhosting as a Linux newbie - Ubuntu Server LTS or Debian 13?
habitualTartare@lemmy.world 5 days agoyou could definitely run proxmox in a VPS but I was thinking more of debian in the cloud. Then exporting that computer from wherever you host it as a ova file then importing it into your local server: pve.proxmox.com/wiki/Migrate_to_Proxmox_VE#Automa…
and on the ram issue, I’m running on over 10 year old workstation hardware ddr3. it doesn’t take much to run.
NAS with zfs storage does typically want a lot of ram (e.g. truenas) but still for a small home environment it works fine with a lot less than 64gb.
lucullus@discuss.tchncs.de 5 days ago
For proxmox on a VPS beware: Some hosters are using a kind of virtualization, that is more like a container instead of a VM. This means, that if you need kernel access (like changing active modules) you will fail. Proxmox probably won’t run on such a VPS.
Also: A VPS is already virtualized. Running nested VMs (some VMs on your Proxmos VM/VPS) will hurt the performance. Better stick to containers on a VPS.