安裝

軟硬體需求

Veyon 設計用於執行在 Windows 或 Linux 的標準電腦上。 硬體的最低需求取決於部署 Veyon 環境的使用方案和大小。 雖然用戶端電腦沒有特殊需求,但所有主機電腦都應配備足夠的 RAM 和 CPU 核心,以監視所需的用戶端電腦數量。

  • 至少 2 GB - Veyon Master 需要每個用戶端電腦 20-30 MB,具體取決於用戶端的螢幕解析度

  • 強烈建議多核心系統 (2-4 CPU 核心)

所有電腦都必須透過 TCP/IP 相容網路進行連線。 有線和無線網路連線均能工作。 對於使用 10 多台電腦的 Veyon,建議使用 Gigabit 網路,否則示範模式功能的效能 (請參閱使用者手冊) 可能令人不滿意。 這同樣適用於無線網路 (Wifi) ,其中至少應使用 IEEE 802.11n 標準。

從軟體的角度來看,必須使用製造商或社群支援的最新作業系統。 支援以下作業系統:

  • Windows 10 or 11 (32/64 Bit)

  • Linux with at least version 5.7 of Qt
    • Debian 10 or newer

    • Ubuntu 20.04 or newer

    • openSUSE 15.4 or newer

    • Fedora 38 or newer

    • CentOS 7.9 or newer

Veyon 在 Windows 和 Linux 電腦上的混合操作沒有任何限制。

修復安裝

First of all download the installation files for your platform from the Veyon download page. For Windows computers it is recommended to use the 64-bit version (win64). For 32-bit installations the 32-bit version (win32) has to be used.

在 Windows 電腦上安裝

使用管理特權執行安裝程式檔,並按照顯示的說明進行操作。 在不需要 Veyon Master 應用程式 (例如學生電腦) 的電腦上,您可以在 選取元件 對話方塊中取消選取元件 Veyon Master

安裝完成後,預設情況下啟動 Veyon 組態器。 這個程式允許設定和自訂您的 Veyon 安裝。 在下一章 組態 中詳細介紹了用法。

在 Linux 電腦上安裝

The installation of Veyon on Linux differs depending on the distribution used. If Veyon is available in the package archive of your distribution you can install the program through the appropriate software management application. Alternatively up-to-date binary packages for most major distributions are available at the Veyon download page. In all other cases it’s always possible to build and install a current version of Veyon from source. For further information please visit the Github page of Veyon.

自動/無訊息安裝

基礎

社群提供的 Veyon Windows 安裝程式可以在 無訊息 模式下執行,這意味著沒有使用者互動,安裝會自動執行。 這對於大型環境中的自動部署特別有用。 透過這種方式,Veyon 可以輕鬆與所有通用軟體分發解決方案和機制整合。

透過使用命令列參數 /S 執行安裝程式,所有操作都無需進一步的問題和對話方塊即可執行。 這同樣適用於解除安裝程式。

範例

無訊息 模式安裝 Veyon:

veyon-x.y.z-win64-setup.exe /S

無訊息 模式解除安裝 Veyon:

C:\Program Files\Veyon\uninstall.exe /S

指定自動安裝的安裝目錄:

veyon-x.y.z-win64-setup.exe /S /D=C:\Veyon

備註

由於安裝程式軟體 (NSIS) 的缺點,選項 /D=... 必須始終是最後一個參數。

安裝後自動匯入並套用給予的 Veyon 組態:

veyon-x.y.z-win64-setup.exe /S /ApplyConfig=%cd%\MyConfig.json

重要

您必須指定組態檔的絕對路徑,因為內部呼叫的命令列工具 (Veyon CLI) 是在不同的工作目錄中執行。 請使用建議的 %cd%- 變數或以絕對路徑取代。

自動安裝不含 Veyon Master 元件:

veyon-x.y.z-win64-setup.exe /S /NoMaster

自動安裝不建立開始功能表資料夾:

veyon-x.y.z-win64-setup.exe /S /NoStartMenuFolder

自動安裝不含攔截驅動程式:

veyon-x.y.z-win64-setup.exe /S /NoInterception

解除安裝期間刪除所有與 Veyon 相關的設定:

C:\Program Files\Veyon\uninstall.exe /ClearConfig