Skip to content

Version Notes

Main issues with IDV3 / vDisk3:

  1. During a download, if the computer is restarted, the image automatically switches to write mode, but there is a high probability of image corruption resulting in boot failure or a blue screen. The vast majority of maintenance workload comes from this issue.
  2. Various update errors, such as "Failed to get disk information (job not cleared after failure)" and other errors displayed when enabling updates.
  3. Any error during download results in a full reset — very time-consuming. With large installation volumes and large software update volumes, this wastes significant time.

This round of refactoring focuses primarily on maintenance-free operation — no need for overnight downloads. Downloads can proceed while the system is in use, moving maintenance work to daytime hours. Regardless of whether a download succeeds, it has no impact on current operations. Additionally, this resolves download issues: every computer can continuously seed.

Cloud Desktop Bug Fixes

ComparisonvDisk5vDisk3
Architecture refactoringThe original architecture had been in use for many years. In the current trend toward Xinchuang (domestic hardware) and localization, updates and maintenance had become difficult. A full refactoring has been completed. The server now directly provides cross-platform binaries, synchronized with x86 platform updates. The client core components are compiled directly for all platforms — in theory capable of running on x86/ARM servers, NAS, and Docker.Cross-platform was difficult; compiled and maintained separately.
System corruption on restart during downloadFixed.Not fixed.
Same-version resume (checkpoint resume)Supported. If the desktop being downloaded has not changed versions, the download resumes; otherwise it re-downloads the version update. Before the download starts, the speed may appear as 0 — this is normal while previously downloaded data is being scanned. (This does not refer to incremental updates. Incremental updates are still supported. During an incremental update, if the download stops, the increment supports resume on shutdown/restart.)Not supported.
Background downloadRestarting during a download does not affect the update — it resumes on the next startup.Not supported. Restarting the computer during a background download will corrupt the current system.
Zero-speed optimizationWhen a zero-speed condition is detected on the current download link, automatic optimization is applied from that point to prevent the download from stalling.The download would directly stall.
Automatic download groupingPrecisely allocates different NIC speeds to different links for downloading.Imprecise — can allocate incorrectly.
Automatic download matchingDuring download, computers in the same group are assigned to the same link as much as possible based on the image, improving download speed.Not supported.
Automatic clearing of failed tasksSupports automatic clearing of failed tasks.Frequently encounters "Failed to get download task."
Dual-disk optimization and fix for frequent boot failures in dual-disk modeFixed.Not fixed.
SSD performance optimizationSSD performance has been optimized — read speeds can now exceed 1 GB/s.Maximum 300 MB/s read.
SSD gradually slowing down over timeFixed.SSD gets progressively slower until it begins to affect startup speed.
Download mode switched to BTSimultaneously supports BT / chain transfer / broadcast. BT mode is the default — in BT mode, each computer seeds during transfer, making transfer speeds significantly faster than before and eliminating the serial connection of all computers. Transfer success rates are also much higher. Built-in network environment auto-sensing improves accuracy over time.Chain transfer / broadcast — frequently results in 0-speed transfers.

alt text

Cloud Desktop V5 New Features

New FeatureDescriptionNotes
Network data disk / semi-read semi-cache data diskSupports creating a semi-read semi-cache data disk. During read/write operations, the disk automatically caches data locally — cache as you use — to resolve the problem of small hard drives storing resource files.None
Personal network driveCreates a network data disk based on user accounts. The data disk is a standard virtual disk, not a web-based drive, and functions identically to a local C drive.Only available within environments where the cloud desktop is deployed; no data audit risk. Not available in the Basic version.
Network boot / semi-read semi-cache bootSupports direct network boot and can achieve semi-read semi-cache boot — cache as you use.Requires the server to be permanently online; generally used only in combination with full caching.
Xinchuang (domestic hardware) supportCompatible with common Xinchuang machines on the market.None
Virtual switchA virtual switch can be configured — the more accurate the configuration, the faster the download speed.None
Graphical ROM interfaceA fully graphical ROM interface providing manual download, manual disk clearing, log viewing, download functions, etc.None
disk2image toolAfter the client is installed, an image creation tool automatically pops up. Using this tool, you can directly upload the local image to the server with no extra steps required.When creating a template client, do not partition C drive too large — if 200 GB is enough, aim for 200 GB (it can be expanded later). The larger the partition, the more fragmented it becomes.
Network-enabled boot menuSelecting the menu provides network connectivity. After connecting, access modes and other information are automatically synchronized. The new menu also provides many maintenance shortcuts — see the Boot Menu Usage Guide for details.The new menu and the original plus1x64.efi are combined into one. On the first boot, a prompt will indicate the menu cannot be reached — this is normal. After the timeout, the network ROM will automatically start with no action required.
Desktop version collectionCollects all downloaded and not-yet-downloaded desktops, matches them against the server, and allows the console to report which computers have downloaded and which have not.None
SSD health statusEvery 30 minutes in the background, SSD health information from all terminals is collected and a comprehensive assessment is returned.Requires a disk that supports standard NVMe SMART.
Software installation queryAutomatically collects the software installed on each desktop, including version information.None
Network access controlSupports setting LAN only / China only / Full Internet access.No complex configuration needed; can easily block external network access.
Desktop sidebarSimilar to the Windows 7 sidebar — an information panel appears on the right side. The background is in HTML format and supports adding hyperlinks.None
Desktop wallpaperAllows desktop wallpaper to be set directly from the console; synced on startup.None
Abnormal terminalsAutomatically tracks terminals that fail to start or have been offline for an extended period.Requires the boot menu to be enabled with a timeout of 7 seconds or more. If too short, the terminal reports and then boots before it can be flagged.
NIC driver PNPWorks with the network boot feature. Allows NIC drivers to be injected into the image to be booted at startup.None
Scheduled tasksSupports standard cron syntax for scheduled shutdown, power-on, setting default desktop, etc. Also supports standard cron configuration format.None
Cross-network remote supportSupports publishing a shared remote desktop link in restore mode / update mode and setting an expiry time. Write mode publishing is not supported.
Mini ProgramAdds complete cloud desktop management features, including remote deployment, restart/shutdown, and desktop control.Remote desktop is disabled when the terminal is in write mode.

Management Platform New Features

New FeatureDescriptionNotes
IoT ManagementSupports centralized management of surveillance / access control / air conditioning / lighting / central controlNone
Login AuthenticationSupports login authentication; customizable to support campus QR code login. Default uses username and password. One account can simultaneously use the network drive and log in with records kept. The login interface can be automatically customized in the backend, with automatic slideshow playback, announcements, etc.None
TimetableCan be imported manually or integrated via API; the middleware tool is open source. The timetable is the foundation for smart operations.None
Smart Operations / Smart Operations DashboardSupports smart operations — can automatically open/close doors, power on/off, and use surveillance to perform AI classroom inspections based on the timetable.None
Online SupervisionSupervision implementation based on cloud desktop + surveillance. Real-time classroom images come from surveillance; computer screen images come from cloud desktop monitoring. In addition to supporting traditional supervision, it also supports computer screen content analysis and automatic PPT material analysis with keyword matching.None
Screen MonitoringKeywords can be set to capture and save screenshots of screen content; also supports invoking surveillance cameras to record the scene.None
Resource Center / Information PortalInstallation packages can be published in the resource center and retained. The information center supports viewing the desktop distribution of all classrooms, software installed on desktops, number of machines per classroom, machine configurations, experiment software hyperlinks, etc.None

Changelog

2026-04-26

  • Client: Fixed installer package issue