下载
服务端下载
| 平台 | 架构 | 类型 | 版本 | 大小 | sha256 | 下载 |
|---|---|---|---|---|---|---|
| Proxmox | x64 | zst | v1.6.1 | 2.11GB | 7b8489475eae4fc18c7397bb2142c21d893ff9619e97211cfc61f4cf84207587 | OpenDesk |
客户端下载
| 平台 | 架构 | 类型 | 运行环境 | 版本 | 大小 | sha256 | 下载 |
|---|---|---|---|---|---|---|---|
| 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 |
国内备用下载
| 平台 | 下载 |
|---|---|
| OpenDesk 服务端 | https://pan.quark.cn/s/aebee8a0e115 |
| windows 客户端 | https://pan.quark.cn/s/596cceec1abe |
| macos 客户端 | https://pan.quark.cn/s/00e52e4e7c82 |
| linux 客户端 | https://pan.quark.cn/s/3531823de0c6 |
安装
服务端安装
- 一键自动部署
在 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