For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deployment

OffShoot is used by many facilities with hundreds of offload/ingest stations, so we made it easy to deploy OffShoot at scale. We strongly suggest using an MDM solution to set up OffShoot deployment.

Activating OffShoot

Activating a license can be done via the API:

offshoot://activate?key=[your license key]

Deactivation works via the same mechanism:

offshoot://deactivate

Settings and Presets

By default, OffShoot stores settings and presets per user. When multiple users use the same computer, each user has their own preferences and presets.

If needed, OffShoot can use computer-based settings and presets.

Settings

OffShoot settings can be set at different levels. Each level overrides the levels before it.

  1. App Settings The default settings of OffShoot.

  2. Computer Settings Settings stored for the computer. These apply to all users on the same computer, unless overridden by user settings or policies.

  3. User Settings Settings stored for the current user. These override computer settings.

  4. Computer Policy Policy settings stored for the computer. These override the computer and user settings. Users can still change these settings while using OffShoot, but the settings will revert to the computer policy when OffShoot is relaunched.

  5. User Policy Policy settings stored for the current user. These have the highest priority. Users can still change these settings while using OffShoot, but the settings will revert to the user policy when OffShoot is relaunched.

On macOS, preferences may be cached by the system or overwritten by OffShoot while it is running. Before changing settings, make sure OffShoot is closed.

If changes do not appear, make sure to also restart macOS’s preferences server:

App Settings

Example

Check OffShoot's default settings

  • Open Terminal

  • Paste this command and press Return

Computer Settings

Example

Adds a computer-level setting for OffShoot > Settings > Connect > Computer Name

  • Open Terminal

  • Paste this command and press Return

  • Validate

User Settings

Example

Adds a user-level setting for OffShoot > Settings > Connect > Computer Name

  • Open Terminal

  • Paste this command and press Return

    • Current user

      Validate

    • Specific user

Computer Policy

Example

Adds a computer-level policy for OffShoot > Settings > Connect > Computer Name

  • Open Terminal

  • Paste this command and press Return

Validate

User Policy

Example

Adds a user-level policy for OffShoot > Settings > Connect > Computer Name

  • Open Terminal

  • Paste this command and press Return

  • Validate

Presets

By default, presets are stored separately for each account. You can set a different preset location with a computer setting or policy. This allows multiple users on the same computer to share the same presets.

Example

Override OffShoot's default preset folder location for all users.

  • Open Terminal

  • Paste this command and press Return

  • Validate

Last updated