Typical setup example
If you have a Node-Locked License file, copy the license file into C:\Users\Public\Public Documents\KeyShot11NetworkResources
- Open an elevated PowerShell Window
cd 'C:\Program Files\KeyShot11 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 "KeyShot11 Render Manager"
- Start the worker watchdog service:
net start "KeyShot11 Render Worker"
Stop Services
- Open an elevated PowerShell
- Stop the manager watchdog service:
net stop "KeyShot11 Render Manager"
- Stop the worker watchdog service:
net stop "KeyShot11 Render Worker"