Search Docs…
Introduction to DeskIn Enterprise
First-Time Operation Guide
DeskIn Remote Connection Modes
Firewall & Port Requirements
Security
High Performance Remote Work Settings
DeskIn Enterprise v2.0.0 New Features
選擇主題
選擇主題
3.1 Silent Cmd Installation & Device Binding
Silent Cmd Installation & Device Binding
For controlled-end installation, consider using command-line silent installation and one-click binding to simplify operations.
3.1.1. Windows
Place the installation package in a fixed path (e.g., `D:\DeskIn\DeskIn_B_Host_x64.exe`).
3.1.1.1. Method 1
Step 1: One-Click Installation
Run in Command Prompt:
D:\DeskIn\DeskIn_B_Host_x64.exe /S
Note: `/S` must be uppercase.
Step 2: One-Click Device Binding
Run in Command Prompt:
"C:\Program Files\DeskIn Agent\DeskIn_Host.exe" -deploy pUxxxJ
Note: `pUxxxJ` is the assigned device group code.
3.1.1.2. Method 2
Combine Steps 1 & 2
Install + Bind in One Command
Run in Command Prompt:
D:\DeskIn\DeskIn_B_Host_x64.exe /S && "C:\Program Files\DeskIn Agent\DeskIn_Host.exe" -deploy [Deployment Code]
For convenience, you can save this in a `.bat` file for direct execution.
If a Windows system prompt appears during execution, adjust system settings according : https://kb.blackbaud.com/knowledgebase/articles/Article/44890
Special Cases:
If installation succeeds but deployment fails due to network/device performance issues, add a delay (e.g., 9 seconds):
D:\DeskIn\DeskIn_B_Host_x64.exe /S & timeout /t 9 & "C:\Program Files\DeskIn Agent\DeskIn_Host.exe" -deploy [Deployment Code]
3.1.2. Linux
Terminal command-line deployment for controlled-end installation and binding.
3.1.2.1. Method 1
Step 1: One-Click Installation Run in Terminal:
dpkg -i DeskIn_host-xxxx.debUOS as root: dpkg -i DeskIn_host-xxxx-uos-amd64.deb
Step 2: One-Click Device Binding Run in Terminal:
CentOS:
/opt/DeskIn_host/bin/DeskIn_Host -deploy pUxxxJ
UOS (root):
/opt/apps/com.DeskIn.bhost/files/bin/DeskIn_Host -deploy pUxxxJ
Ubuntu:
/opt/DeskIn_host/bin/DeskIn_Host -deploy pUxxxJ
3.1.2.2. Method 2
Combine Steps 1 & 2 (Install + Bind in One Command)
Run in Terminal:
CentOS Example:
rpm -ivh DeskIn_host-xxxx-uos-amd64.deb && /opt/apps/com.DeskIn.bhost/files/bin/DeskIn_Host -deploy pUxxxJ
UOS Example:
dpkg -i DeskIn_host-xxxx-uos-amd64.deb && /opt/apps/com.DeskIn.bhost/files/bin/DeskIn_Host -deploy pUxxxJ
Ubuntu Example (Download + Install + Deploy in One Command):
wget [Download_URL] && apt-get install -y ./DeskIn_Host_arm64.deb && /opt/DeskIn_host/bin/DeskIn_Host -deploy pUxxxJ
Note: `pUxxxJ` is the deployment code.
One-Click Download, Install & Deployment
Example for Ubuntu:
wegt https://dl.todesk.com/tob/linux/2.0.0.0/arm64_host/ToDesk_Host_arm64.deb && apt-get install -y ./DeskIn_Host_arm64.deb && /opt/DeskIn_host/bin/DeskIn_Host -deploy PUxxxj
Need more help? Contact us support@zulertech.com
Silent Cmd Installation & Device Binding
For controlled-end installation, consider using command-line silent installation and one-click binding to simplify operations.
3.1.1. Windows
Place the installation package in a fixed path (e.g., `D:\DeskIn\DeskIn_B_Host_x64.exe`).
3.1.1.1. Method 1
Step 1: One-Click Installation
Run in Command Prompt:
D:\DeskIn\DeskIn_B_Host_x64.exe /S
Note: `/S` must be uppercase.
Step 2: One-Click Device Binding
Run in Command Prompt:
"C:\Program Files\DeskIn Agent\DeskIn_Host.exe" -deploy pUxxxJ
Note: `pUxxxJ` is the assigned device group code.
3.1.1.2. Method 2
Combine Steps 1 & 2
Install + Bind in One Command
Run in Command Prompt:
D:\DeskIn\DeskIn_B_Host_x64.exe /S && "C:\Program Files\DeskIn Agent\DeskIn_Host.exe" -deploy [Deployment Code]
For convenience, you can save this in a `.bat` file for direct execution.
If a Windows system prompt appears during execution, adjust system settings according : https://kb.blackbaud.com/knowledgebase/articles/Article/44890
Special Cases:
If installation succeeds but deployment fails due to network/device performance issues, add a delay (e.g., 9 seconds):
D:\DeskIn\DeskIn_B_Host_x64.exe /S & timeout /t 9 & "C:\Program Files\DeskIn Agent\DeskIn_Host.exe" -deploy [Deployment Code]
3.1.2. Linux
Terminal command-line deployment for controlled-end installation and binding.
3.1.2.1. Method 1
Step 1: One-Click Installation Run in Terminal:
dpkg -i DeskIn_host-xxxx.debUOS as root: dpkg -i DeskIn_host-xxxx-uos-amd64.deb
Step 2: One-Click Device Binding Run in Terminal:
CentOS:
/opt/DeskIn_host/bin/DeskIn_Host -deploy pUxxxJ
UOS (root):
/opt/apps/com.DeskIn.bhost/files/bin/DeskIn_Host -deploy pUxxxJ
Ubuntu:
/opt/DeskIn_host/bin/DeskIn_Host -deploy pUxxxJ
3.1.2.2. Method 2
Combine Steps 1 & 2 (Install + Bind in One Command)
Run in Terminal:
CentOS Example:
rpm -ivh DeskIn_host-xxxx-uos-amd64.deb && /opt/apps/com.DeskIn.bhost/files/bin/DeskIn_Host -deploy pUxxxJ
UOS Example:
dpkg -i DeskIn_host-xxxx-uos-amd64.deb && /opt/apps/com.DeskIn.bhost/files/bin/DeskIn_Host -deploy pUxxxJ
Ubuntu Example (Download + Install + Deploy in One Command):
wget [Download_URL] && apt-get install -y ./DeskIn_Host_arm64.deb && /opt/DeskIn_host/bin/DeskIn_Host -deploy pUxxxJ
Note: `pUxxxJ` is the deployment code.
One-Click Download, Install & Deployment
Example for Ubuntu:
wegt https://dl.todesk.com/tob/linux/2.0.0.0/arm64_host/ToDesk_Host_arm64.deb && apt-get install -y ./DeskIn_Host_arm64.deb && /opt/DeskIn_host/bin/DeskIn_Host -deploy PUxxxj
Need more help? Contact us support@zulertech.com
Silent Cmd Installation & Device Binding
For controlled-end installation, consider using command-line silent installation and one-click binding to simplify operations.
3.1.1. Windows
Place the installation package in a fixed path (e.g., `D:\DeskIn\DeskIn_B_Host_x64.exe`).
3.1.1.1. Method 1
Step 1: One-Click Installation
Run in Command Prompt:
D:\DeskIn\DeskIn_B_Host_x64.exe /S
Note: `/S` must be uppercase.
Step 2: One-Click Device Binding
Run in Command Prompt:
"C:\Program Files\DeskIn Agent\DeskIn_Host.exe" -deploy pUxxxJ
Note: `pUxxxJ` is the assigned device group code.
3.1.1.2. Method 2
Combine Steps 1 & 2
Install + Bind in One Command
Run in Command Prompt:
D:\DeskIn\DeskIn_B_Host_x64.exe /S && "C:\Program Files\DeskIn Agent\DeskIn_Host.exe" -deploy [Deployment Code]
For convenience, you can save this in a `.bat` file for direct execution.
If a Windows system prompt appears during execution, adjust system settings according : https://kb.blackbaud.com/knowledgebase/articles/Article/44890
Special Cases:
If installation succeeds but deployment fails due to network/device performance issues, add a delay (e.g., 9 seconds):
D:\DeskIn\DeskIn_B_Host_x64.exe /S & timeout /t 9 & "C:\Program Files\DeskIn Agent\DeskIn_Host.exe" -deploy [Deployment Code]
3.1.2. Linux
Terminal command-line deployment for controlled-end installation and binding.
3.1.2.1. Method 1
Step 1: One-Click Installation Run in Terminal:
dpkg -i DeskIn_host-xxxx.debUOS as root: dpkg -i DeskIn_host-xxxx-uos-amd64.deb
Step 2: One-Click Device Binding Run in Terminal:
CentOS:
/opt/DeskIn_host/bin/DeskIn_Host -deploy pUxxxJ
UOS (root):
/opt/apps/com.DeskIn.bhost/files/bin/DeskIn_Host -deploy pUxxxJ
Ubuntu:
/opt/DeskIn_host/bin/DeskIn_Host -deploy pUxxxJ
3.1.2.2. Method 2
Combine Steps 1 & 2 (Install + Bind in One Command)
Run in Terminal:
CentOS Example:
rpm -ivh DeskIn_host-xxxx-uos-amd64.deb && /opt/apps/com.DeskIn.bhost/files/bin/DeskIn_Host -deploy pUxxxJ
UOS Example:
dpkg -i DeskIn_host-xxxx-uos-amd64.deb && /opt/apps/com.DeskIn.bhost/files/bin/DeskIn_Host -deploy pUxxxJ
Ubuntu Example (Download + Install + Deploy in One Command):
wget [Download_URL] && apt-get install -y ./DeskIn_Host_arm64.deb && /opt/DeskIn_host/bin/DeskIn_Host -deploy pUxxxJ
Note: `pUxxxJ` is the deployment code.
One-Click Download, Install & Deployment
Example for Ubuntu:
wegt https://dl.todesk.com/tob/linux/2.0.0.0/arm64_host/ToDesk_Host_arm64.deb && apt-get install -y ./DeskIn_Host_arm64.deb && /opt/DeskIn_host/bin/DeskIn_Host -deploy PUxxxj
Need more help? Contact us support@zulertech.com
聯絡我們
電子郵件: support@deskin.io
總部: 6 Shenton Way, #36-01 OUE Downtown 1, Singapore 068809
聯絡我們
電子郵件: support@deskin.io
總部: 6 Shenton Way, #36-01 OUE Downtown 1, Singapore 068809
聯絡我們
support@deskin.io
6 Shenton Way, #36-01 OUE Downtown 1, Singapore 068809