mastodon.ie is one of the many independent Mastodon servers you can use to participate in the fediverse.
Irish Mastodon - run from Ireland, we welcome all who respect the community rules and members.

Administered by:

Server stats:

1.6K
active users

#proxmoxve

1 post1 participant1 post today

🤫 Pssssst - ProxLB 1.1.5 for your Proxmox Clusters has been released!

Just one small new feature:
* You can now use custom ports for the API request

This becomes handy when using additional/external load balancers on different ports than tcp/8006. Have fun :)

Looking for a dedicated GPU for #transcoding purposes turned out to be the worst rabbit hole.🙈

So, I'm using a AMD Ryzen 4600G in my homelab featuring #ProxmoxVE. The hardware transcoding capabilities of AMD hardware is very much behind Nvidia and #Intel, even though it isn't half as bad as expected. Anyway, the best transcoding hardware (best quality at same size/profile) are Intel devices featuring #QuickSync. Setting up another dedicated transcoding device (featuing a low power Intel APU such as the #N100) device doesn't seem to make much sense for me. There are several Intel Arc GPUs on the market and they all have pretty much the same transcoding capabilities, so I'd like to get the Intel GPU featuring the lowest power draw, especially when idling. (1/?)

Happy to announce, that there'll be a talk about my #ProxLB project at the Dutch #Proxmox Day 2025!

In "The Art of Balance – Dynamic Load Management in Proxmox with ProxLB", @formorer (from our company @credativde speaks about the opportunities by integrating such solutions into your Proxmox cluster!

Thanks to the Tuxis Team for providing us this opportunity!

Feel free to join the Dutch Proxmox Day - 25.09.2025!

Proxmox for Enterprises: Imagine DRS-Like Guest Load Balancing!

ProxLB automatically rebalances VMs & Containers across a Proxmox cluster based on memory, CPU, and local disk usage, and can suggest the best nodes for further automation within CI/CDs. It supports maintenance mode, affinity and anti-affinity rules, and integrates seamlessly with the Proxmox API and ACL system. No SSH, just pure API! The best - it's free & #opensource

My wifey approved #homelab had to move...

The reason is easy - you can probably already guess that there might be some thermal problems raising on the left picture. It resulted into permanently spinning & annoying fans. Also the temperatures went a way too high. So, easy solution - everything moved into a metal shoe rack under my working desk. From ~80°C CPU temperature it dropped to ~65°C without spinning fans.

From #VMware to #Proxmox VE: Step-by-Step Escape Plan
#ProxmoxVE has become a popular platform because of its #opensource nature. Using the built-in import tool, they go through the steps for migrating a #virtualmachine from a standalone VMware #ESXi server to Proxmox Virtual Environment.
You can shift workloads with minimal downtime and disruption by following the right preparation steps: verifying compatibility, cleaning up VMware Tools, and configuring import settings.
storagereview.com/review/esxi-

StorageReview.comFrom VMware to Proxmox VE: A Step-by-Step Escape PlanLearn how to migrate VMs from VMware ESXi to Proxmox VE using its built-in import tool, with tips for optimizing Windows post-migration.

Been testing out the #virtiofs support now baked into #proxmoxVE. It works, had to do some #selinux adjustments on #fedora to allow my #podman containers to use the mountpoint. Added this policy

```
(allow container_t unlabeled_t ( dir ( read write )))
```

In raw speed it is definitely not a winner - #nfs is easily double the speed. But on this particular VM I don't need the speed - it is nice that this is all self-contained now, and I can actually remove NFS altogether.