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

  1. Log into the LAB Management backend https://lab.d5render.com/seat

  2. Select Lab Details.

  3. Select Management.

  4. 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)

Example (for demonstration purpose only):

Reminder:

  • The installer file name will change with each version.

  • Always refer to the latest installation package in the Lab Management BackendInstall Scripts.

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

Reminder:

  • The installer file name will change with each version.

  • Always refer to the latest installation package in the Lab Management BackendInstall Scripts.

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?