Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

13 total results found

Proxmox QEMU Guest Agent

Proxmox Proxmox VMs

The qemu-guest-agent is a helper daemon, which is installed in the guest. It is used to exchange information between the host and guest, and to execute command in the guest. In Proxmox VE, the qemu-guest-agent is used for mainly three things: To prop...

Linux
Proxmox

How to Import OVA to Proxmox

Proxmox Proxmox VMs

What Is an OVA File? OVA file or a file with OVA extension is known as an Open Virtual Appliance, which means an Archive format of a ready Virtual Machine (VM) that you can import into your Virtualization Platform like Oracle Virtual Box or VMWare. The file ...

Proxmox
Virtual Machine
OVA

Jellyfin in an Unprivileged LXC Container

Proxmox LXC Containers

This will allow a Jellyfin instance to run in an unprivilidged LXC Container with an iGPU passed into it. Either as an install or in a Docker image. On the Proxmox Host System Find Device Numbers ls -l /dev/dri Find Group Numbers cat /etc/group Add Group...

Linux
Proxmox

SMB Bind Mounts in an Unprivileged LXC Container

Proxmox LXC Containers

Prep Work We will need to do a bit of prep work on the Proxmox Host to have this work as intended in an Unprivileged LXC Container, but it’s worth it. Understanding the IDs First of all you should be aware that the host (Proxmox) and an Unprivileged LXC con...

Proxmox

Upgrade & Replace Proxmox boot disk, resize and extend local partition

Proxmox Proxmox Host

This video will show how to upgrade and replace Proxmox boot drive. We will be cloning and upgrading Proxmox boot disk to a bigger size drive and extending root and local partitions to fill the available disk space. Commands used in this tutorial: lsblk d...

Proxmox

Remove Subscription Notice

Proxmox Proxmox Host

To remove the “You do not have a valid subscription for this server” popup message while logging in, run the command bellow. You’ll need to SSH to your Proxmox server or use the node console through the PVE web interface. One Line Command Run the following o...

Linux
Proxmox

Install PVE Headers

Proxmox Proxmox Host

Enter the following in a terminal as root on the host machine. apt install pve-headers

Linux
Proxmox

Resize LXC Root Disk

Proxmox LXC Containers

What is this for This guide is to show how to resize the root fs of a Proxmox LXC Container Go to the bottom of this page --->here for the quick way to do this in Proxmox 8.0+ On your proxmox node List the containers: pct list Stop the particular contain...

Linux
Proxmox

Stop A Power Button Press From Shutting Down The Host

Proxmox Proxmox Host

Introduction What we are trying to prevent here is to not shutdown the Proxmox host from a momentary press of the Power Button on the host. My cat was the inperation for this. Console To Your Proxmox Host Fist we will need to ssh to the Proxmox host that yo...

Proxmox
Linux

Ultimate Beginner's Guide to Proxmox GPU Passthrough

Proxmox Proxmox VMs

Welcome all, to the first installment of my Idiot Friendly tutorial series! I'll be guiding you through the process of configuring GPU Passthrough for your Proxmox Virtual Machine Guests. This guide is aimed at beginners to virtualization, particularly for Pro...

Proxmox
Virtual Machine

Proxmox QEMU Guest Agent

Proxmox Proxmox VMs

The qemu-guest-agent is a helper daemon, which is installed in the guest. It is used to exchange information between the host and guest, and to execute command in the guest. In Proxmox VE, the qemu-guest-agent is used for mainly three things: To pr...

Proxmox
Virtual Machine

Debian LXC Upgrade From 12 to 13

Proxmox LXC Containers

Upgrading an LXC Container from Debian 12 to 13 is fairly straightforward. Change the Sources to Trixie This will replace the Bookworm Sources to the new Debian 13 Trixie sources in the Sources list. Add SUDO if not running as root. sed -i 's/bookworm/trixi...

Proxmox

Passthrough Physical Disk to Virtual Machine

Proxmox Proxmox VMs

Attach Pass Through Disk Identify Disk Before adding a physical disk to host make note of vendor, serial so that you'll know which disk to share in /dev/disk/by-id/ lshw lshw is not installed by default on Proxmox VE (see lsblk for that below), you can ins...

Proxmox
Virtual Machine