If you have a Node-Locked License file, copy the license file into ” /Library/Application Support/KeyShot11NetworkResources“
- Open the Terminal
cd “/Applications/KeyShot 11 Network Configurator.app/Contents/MacOS”
- Configure the manager via terminal prompts:
./keyshot_network_manager --config
Follow on-screen commands. - Configure the worker via terminal prompts:
./keyshot_network_worker --config
Follow on-screen commands. - Install the manager watchdog service:
sudo ./keyshot_network_manager_watchdog -install
- Install the worker watchdog service:
sudo ./keyshot_network_worker_watchdog -install
- Start the manager watchdog service:
./keyshot_network_manager_watchdog
- Start the worker watchdog service:
./keyshot_network_worker_watchdog
Stop Services
- Open a Terminal
cd “/Applications/KeyShot 11 Network Configurator.app/Contents/MacOS”
- Stop the manager watchdog service:
./keyshot_network_manager_watchdog -terminate
- Stop the worker watchdog service:
./keyshot_network_worker_watchdog -terminate