Filter by Category
Filter by Tags
At times, the docker service may take a long long time to start on your Proxmox VE VM/LXC containers. This usually happens due to network interface configuration issues. If the VM/LXC container fails to assign an IP or correct IP information to a network interface, the docker service will not…
Create a Linux template VM on Proxmox VE. Download the Ubuntu Cloud image to Proxmox VE Resize the cloud image to 20G Add the cloud image as disk to the template VM Enable Snippets in the local storage and create a snippet file in the path /var/lib/vz/snippets/vendor.yaml The same configuration…
In this article, I am going to show you how to configure WiFi network on Proxmox VE host. Installing Required Tools To configure WiFi network interface on Proxmox VE, you need to install the wpasupplicant and isc-dhcp-client programs installed on your Proxmox VE host. You can install those programs on…
You can use the pct command on the Proxmox VE host to copy files between LXC containers and your Proxmox VE host. Copying a File from LXC Container to Proxmox Host To copy a file /root/gitea.tar.gz from the LXC container ID 203 to your Proxmox VE host and put it…
Creating a Keycloak OpenID Client To configure Keycloak SSO for Proxmox VE, you need to create a Keycloak OpenID client with the following settings: General Settings: Client type: OpenID Connect Client ID: Proxmox Name: Proxmox Description: Proxmox VE OpenID Authentication Capability config: Client authentication: On Authentication flow: Standard flow Login…
If you’re running Fedora 42 on Proxmox or other KVM/QEMU/libvirt-based hypervisors, you need to install the QEMU Guest Agent to get the best performance and integrations. To install QEMU Guest Agent on Fedora 42, run the following command: To confirm the installation, press Y and then press <Enter>. QEMU Guest…
Installing iostat on Proxmox VE To monitor disk I/O on Proxmox VE, you must install the iostat program. On Proxmox VE, you can install the iostat program with the following commands: Checking for Disk/IO Statistics on Proxmox VE You can check for read/write statistics for all the disks on Proxmox…