Skip to main content

Download

Server Download

PlatformArchitectureTypeVersionSizesha256Download
Proxmoxx64zstv1.3.02.2GB6bc473cf3d0a29a3121a63f3c31a7412017ca5993450ec41c014584fa0e28e99OpenDesk

Client Download

PlatformArchitectureTypeVersionSizesha256Download
windowsx64exev1.4.028.4MBce25df2a776caabf1811790b566cf7a21d9afe5741659b9d04b9b96b6c14a3a3VDI-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 root@192.168.1.8:/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.