Version 6.x
6.0.x
6.0.0 Testing Build 3
July 14, 2025
- Fixed an issue when adding a token value for self service via the UI would fail.
- Fixed admin header layout in Safari browsers.
- Added API endpoint to modify server traffic allowance. https://docs.virtfusion.com/api/#tag/servers/put/servers/{serverId}/modify/traffic
- Increased the amount of characters allowed in the hypervisor CPU Set field.
- The last known operating system template used is now shown to admins.
- Fixed an issue with specific date ranges when displaying traffic usage.
- Improved the distribution of the required UEFI vars file (fix for RHEL hypervisors).
- Added the option to specify a reply-to name and address for all emails sent out by the system.
- Final fixes and tweaks to the underlying control and hypervisor frameworks.
6.0.0 Testing Build 2
June 27, 2025
- Added new CPU models
AMD EPYC Milan v2
,AMD EPYC Genoa
,AMD EPYC v2, v3, v4
,AMD EPYC Rome v2, v3, v4
,Hygon Dhyana v2
,Intel Sapphire Rapids v1, v2, v3
,Intel Granite Rapids v1, v2
,Intel Sierra Forest
,Intel Denverton v1 ,v2 ,v3
,Intel Knights Mill
,Intel Ice Lake Server v2, v3, v4, v5, v6, v7
. - Added customer facing Rescue Mode for x86 VMs.
- Added a root CLI command to retrieve the last used password for a VM (
vfcli-ctrl server:password show <SERVER_ID>
). - Added noindex,nofollow robots meta tags to guest headers.
- Fixed issue where a 2FA code could be used multiple times within its validity timeframe.
- Fixed issue when trying to run a hybrid migration on an IPv6 only system would fail.
- Fixed display issue where it was possible for CPU usage to show more than 100%.
- Tabbed content in customer area is now persistent.
6.0.0 Testing Build 1
June 11, 2025
This version brings a complete upgrade to both the frontend and backend underlying frameworks serving as the foundation for VirtFusion v6.
- Major control and hypervisor framework updates.
- Added UTC to available timezones when creating a VM.
- Added control & hypervisor support for RHEL 10 (AlmaLinux v2/v3) and Debian 13 (Trixie).
- Added the option to lock sessions (admin/end user) to their login IP and/or user agent.
- Added the ability to specify a negative credit for a user in self service. https://docs.virtfusion.com/api/#tag/self-serviceexternal-relational-id/post/selfService/credit/byUserExtRelationId/{extRelationId}
- A new self service negative credit email template has been added.
- Fixed issue where traffic accounting periods would show incorrectly if a VM creation date was near the end of a month.
- Fixed issue when attempting to start an end user backup failed and no error message was being displayed.
- Fixed issue where traffic block dates were showing incorrectly via the https://docs.virtfusion.com/api/#tag/serverstraffic/get/servers/{serverId}/traffic/blocks API method.
- Last login date now shows correctly when authentication is initiated via API token authentication keys.
- Fixed issue where control server health would not display correctly when caching was disabled.
- Passwords are now masked in the admin email log. This only applies to logs generated after this update.
- The system encryption key is no longer displayed in the UI to administrators. It now must be retrieved using the
vfcli-ctrl app:retrieve-key
CLI command. - The token authentication endpoint is now rate limited to match the standard UI login limits.
- Various fixes and enhancements for updated framework compatibility.