Download
Server Download
| Platform | Architecture | Type | Version | Size | sha256 | Download |
|---|---|---|---|---|---|---|
| Proxmox | x64 | zst | v1.3.0 | 2.2GB | 44d9fb49391f9eaf13e0ae5512ccf68acfa6bf422d3aae4eedffd6ce667d628f | OpenDesk |
Client Download
| Platform | Architecture | Type | Runtime Environment | Version | Size | sha256 | Download |
|---|---|---|---|---|---|---|---|
| windows | x64 | exe | Win10/11 | v1.5.0 | 28.4MB | 2799726be32c0f2b9f9c74b9ac14059180a3fa7e8c026be23088603058ec7eb3 | VDI-Client |
| macos | arm | dmg | macOS 14-26 | v1.5.0 | 63.5MB | e3ed1efd36a12823f6d65f3cd1419985ad4552f3bb21750fe492262a134e2a61 | VDI-Client |
| linux | x64 | deb | Debian 13 [GNOME, KDE, MATE] | v1.5.0 | 2.1MB | 7f49312c90c99a3b9de93860e4829efa227c117784101c9c3d984c14b5d88a0f | VDI-Client |
Installation
Server Installation
- One-click Automatic Deployment
Execute the following command in Proxmox's shell to automatically download and install.
cd /var/lib/vz/dump; wget -qO- https://r2.opendesk.top/install.py | python3
- Manual Download Installation
Use SSH to copy the installation package to /var/lib/vz/dump/ directory, restore it as a virtual machine in Proxmox web console, and after boot, enter the OpenDesk VM's IP in the browser to login and complete the installation.
Reference command:
scp vzdump-qemu-200-2026_03_26-22_29_37.vma.zst [email protected]:/var/lib/vz/dump/
Note: If there is no DHCP in your network environment, login to the VM with username root and default password opendesk, then manually edit the network interface configuration at /etc/network/interfaces and reboot to take effect.
Network interface reference configuration:
root@vdi:~# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug ens18
iface ens18 inet static
address 192.168.1.60
netmask 255.255.255.0
gateway 192.168.1.1
dns-nameservers 116.116.116.116
Client Installation
Double-click the exe file to complete the installation.
Note: Debian installation requires network access. Please use sudo apt install ./VDIClient_1.5.0_amd64.deb -y