Typical setup example
If you have a Node-Locked License file, copy the license file into C:\Users\Public\Public Documents\KeyShot12NetworkResources
- Open an elevated PowerShell Window
cd 'C:\Program Files\KeyShot12 Network Rendering\bin\'
- Configure the manager via PowerShell prompts:
./keyshot_network_manager.exe --config
Follow on-screen commands. - Configure the worker via PowerShell prompts:
./keyshot_network_worker.exe --config
Follow on-screen commands. - Install the manager watchdog service:
./keyshot_network_manager_watchdog.exe -install
- Install the worker watchdog service:
./keyshot_network_worker_watchdog.exe -install
- Start the manager watchdog service:
net start "KeyShot12 Render Manager"
- Start the worker watchdog service:
net start "KeyShot12 Render Worker"
Stop Services
- Open an elevated PowerShell
- Stop the manager watchdog service:
net stop "KeyShot12 Render Manager"
- Stop the worker watchdog service:
net stop "KeyShot12 Render Worker"