Dashboard Update (Proxmox Template)

September 25, 2025 at 10:06 (9 months ago)

We are happy to announce a rudimentary installation of Proxmox 9.0.3 is now available for installation as a VPS! This adds a lot of functionality to our services and we are excited to see how the new opportunities for our users develops!

The installation customization is done via cloud-init and a simple script that ensures an entry to added to the file /etc/hosts that reflects the servers radv assigned IPv6 address. This keeps the SSL self signed certificates generating on initial boot. No other changes have been made to the default installation, making this a very basic installation. You will have to manually setup networking in your desired format along with complete setup otherwise. For more infomation, please see  /etc/systemd/system/update-hosts-ipv6.service and /usr/local/bin/update-hosts-ipv6.sh for single added script. Its content is as below for transparency:

#!/bin/bash
HOSTNAME=$(hostname)
IPV6=$(ip -6 addr show scope global | awk '/inet6/ {print $2}' | cut -d/ -f1 | head -n1)
[ -n "$IPV6" ] && sed -i "/[[:space:]]$HOSTNAME$/d" /etc/hosts && echo "$IPV6 $HOSTNAME" >> /etc/hosts
Proxmox Virtual Environment is a complete, open-source server management platform for enterprise virtualization. It tightly integrates the KVM hypervisor and Linux Containers (LXC), software-defined storage and networking functionality, on a single platform. With the integrated web-based user interface you can manage VMs and containers, high availability for clusters, or the integrated disaster recovery tools with ease.
↑↓ navigate select
⌘K to toggle