Download
Server Download
| Platform | Architecture | Type | Version | Size | sha256 | Download |
|---|---|---|---|---|---|---|
| Proxmox | x64 | zst | v1.6.1 | 2.11GB | 7b8489475eae4fc18c7397bb2142c21d893ff9619e97211cfc61f4cf84207587 | OpenDesk |
Client Download
| Platform | Architecture | Type | Runtime Environment | Version | Size | sha256 | Download |
|---|---|---|---|---|---|---|---|
| windows | x64 | exe | Win10/11 | v1.6.1 | 55.5MB | ccce9cb82ddbe34df0dd7f55232bb198c81b9a406991c1147d4aa207a62e1b79 | Client |
| macos | arm | dmg | MacOS 14-27 | v1.6.1 | 113.3MB | a6b0d66b8b30d53af5cd01cb8266f0585ee6c892534d686cfc97e8efd6072170 | Client |
| linux | x64 | deb | Debian 13 [GNOME, KDE, MATE] | v1.6.1 | 2.1MB | 240e6ac5a50da122f9e6cc0ee933a0e7faa11c10b23f26c49d9f5d38c9bfb5b9 | 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