Headless setup Mac

If you have a Node-Locked License file, copy the license file into ” /Library/Application Support/KeyShot12NetworkResources

  1. Open the Terminal
  2. cd “/Applications/KeyShot 12 Network Configurator.app/Contents/MacOS”
  3. Configure the manager via terminal prompts:
    ./keyshot_network_manager --config
    Follow on-screen commands.
  4. Configure the worker via terminal prompts:
    ./keyshot_network_worker --config
    Follow on-screen commands.
  5. Install the manager watchdog service:
    sudo ./keyshot_network_manager_watchdog -install
  6. Install the worker watchdog service:
    sudo ./keyshot_network_worker_watchdog -install
  7. Start the manager watchdog service:
    ./keyshot_network_manager_watchdog
  8. Start the worker watchdog service:
    ./keyshot_network_worker_watchdog

Stop Services

  1. Open a Terminal
  2. cd “/Applications/KeyShot 12 Network Configurator.app/Contents/MacOS”
  3. Stop the manager watchdog service:
    ./keyshot_network_manager_watchdog -terminate
  4. Stop the worker watchdog service:
    ./keyshot_network_worker_watchdog -terminate