D5 Lab Version (LAB) Installation Guide
This document provides installation instructions for the Lab License, designed for school IT administrators. This is an initial version, and we will promptly address any issues. Thank you for your support!
1. Registration and Login
A. Confirm with your D5 contact that your Lab (LAB) account has been activated.
B. Use your admin account to log in to D5 at https://myspace.d5render.com/
C. Click on the Lab Management entry to access the management interface.

Access the LAB Management Interface:

2. Download
2.1 Configure Outbound IP
Before the initial installation, configure a unified outbound IP Range for all Lab computers.
Note:
Only adding IP Ranges (in CIDR) is supported; editing or deleting is currently unavailable.
For changes, please contact us. We will optimize IP settings based on user needs.

How to Get Your Public IP
You can retrieve your public IP by visiting any of the following websites:
2.2 Download Installation Script
After setting at least one IP, click [Install Script] to download the script via your browser.

3. Installation
3.1 Secret Key
The Secret Key is a security measure to protect your account and prevent unauthorized resource usage.
How to Get the Secret Key
Log into the LAB Management backend https://lab.d5render.com/seat
Select Lab Details.
Select Management.
Copy the Secret Key.

3.2 Script Installation Guide
We provide two installation methods. Please choose the one that best suits your needs. If you require batch installation, we recommend using Method 2: Silent Installation.
3.2.1 Standard installation
1) Navigate to the folder where the installation package is stored. Click the address bar, type cmd, and press Enter to open the Command Prompt in that directory.

2) Run the following command, replacing [Latest_Installer_File_Name].exe with the actual installer file name from the Lab Management Backend, and xxxx with your Installation Key (labSecret):
"[Latest_Installer_File_Name].exe" -labSecret=xxxx (for demonstration purpose only)
Note:
The installer file name (e.g., D5_Render_installer-2.9.5.0537.exe -labSecret=xxxx ) shown above is for demonstration purposes only.
The installation package for the Lab License is regularly updated. Always download and use the latest version from the Lab Management Backend → Install Scripts.
To obtain your Installation Key: Log in to the Lab Management Backend → Go to Lab Details → Click Management → Copy the Secret Key, and replace xxxx in the command with it.
Example (for demonstration purpose only):

3.2.2 Silent installation
1) Open the Command Prompt as Administrator and navigate to the directory containing the installation package.


2) Enter the following command, separating each parameter with a space. Be sure to use double quotes where required.
Again, replace [Latest_Installer_File_Name].exe with the actual installer file name from the Lab Management Backend, and xxxx with your Installation Key (labSecret):
"[Latest_Installer_File_Name].exe" [Required - Use the latest installer from the Lab Management Backend]
labSecret=xxxx [Required - Replace xxxx with your Installation Key]
silent=true [Required]
installPath="xxx" [Required - Target installation directory] e.g., -installPath="D:\D5 Lab"
workspacePath="xxx" [Optional - Path for asset storage] e.g., -workspacePath="D:\D5Lab Workspace"
agreeEula [Required - Indicates acceptance of the EULA]
isForCurrentUser=true [Optional - Enabled by default]
Example (for demonstration purpose only):
"D5_Render_installer-2.9.5.0534.exe" -labSecret=xxxx -silent=true -installPath="D:\D5 Lab" -workspacePath="D:\D5Lab Workspace" -agreeEula -isForCurrentUser=true

Note:
The workspacePath defines where downloaded assets and libraries are stored.
After entering the command, press Enter. Once the message "Press enter to continue" appears, the installation is complete.
Batch Installation
Batch installation requires the use of a computer lab management system. Since each computer lab's setup may vary, detailed instructions are not provided here. If you encounter any issues, please contact your D5 point of contact or reach out to us at [email protected].
Last updated
Was this helpful?