下载
服务端下载
| 平台 | 架构 | 类型 | 版本 | 大小 | sha256 | 下载 |
|---|---|---|---|---|---|---|
| Proxmox | x64 | zst | v1.3.0 | 2.2GB | 44d9fb49391f9eaf13e0ae5512ccf68acfa6bf422d3aae4eedffd6ce667d628f | OpenDesk |
客户端下载
| 平台 | 架构 | 类型 | 运行环境 | 版本 | 大小 | sha256 | 下载 |
|---|---|---|---|---|---|---|---|
| windows | x64 | exe | win10/11 | v1.5.0 | 28.4MB | 2799726be32c0f2b9f9c74b9ac14059180a3fa7e8c026be23088603058ec7eb3 | VDI-Client |
| macos | arm | dmg | macos14-26 | v1.5.0 | 63.5MB | e3ed1efd36a12823f6d65f3cd1419985ad4552f3bb21750fe492262a134e2a61 | VDI-Client |
| linux | x64 | deb | debian13[gnome,kde,mate] | v1.5.0 | 2.1MB | 7f49312c90c99a3b9de93860e4829efa227c117784101c9c3d984c14b5d88a0f | VDI-Client |
安装
服务端安装
- 一键自动部署
在 Proxmox 的 shell 中执行如下命令,即可自动下载安装。
cd /var/lib/vz/dump; wget -qO- https://r2.opendesk.top/install.py | python3
- 手动下载安装
使用ssh工具把安装包拷贝到 /var/lib/vz/dump/ 目录,在 Proxmox 的web 控制台还原为虚拟机,开机后在浏览器输入 OpenDesk 虚拟机的 ip 登陆,完成安装。
参考命令:
scp vzdump-qemu-200-2026_03_26-22_29_37.vma.zst [email protected]:/var/lib/vz/dump/
注意:如果网络环境没有 DHCP,请使用账号 root 和默认密码 opendesk 登陆虚拟机,手动编辑 /etc/network/interfaces 网卡配置,重启生效。
网卡参考配置:
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
客户端安装
双击 exe 程序完成安装。
注意:Debian安装时依赖网络,请使用 sudo apt install ./VDIClient_1.5.0_amd64.deb -y