Advanced Search
Search Results
13 total results found
Proxmox QEMU Guest Agent
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...
How to Import OVA to Proxmox
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 ...
Jellyfin in an Unprivileged LXC Container
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...
SMB Bind Mounts in an Unprivileged LXC Container
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...
Upgrade & Replace Proxmox boot disk, resize and extend local partition
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...
Remove Subscription Notice
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...
Install PVE Headers
Enter the following in a terminal as root on the host machine. apt install pve-headers
Resize LXC Root Disk
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...
Stop A Power Button Press From Shutting Down The 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...
Ultimate Beginner's Guide to Proxmox GPU Passthrough
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 QEMU Guest Agent
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...
Debian LXC Upgrade From 12 to 13
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...
Passthrough Physical Disk to Virtual Machine
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...