Skip to content

Windows

This page contains the description for installation of the Windows version of vinkvfxls. To make the guide easier to understand, the name vinkvfxls is used as this is also the name of the application. vinkvfxls means Vink VFX License Server.

Download

First, make sure you download the latest version of vinkvfxls at the downloads page:

Downloads


Installation

Once downloaded, you will find the installer called as vinkvfxls-{version}-windows.msi

Hashes

For safety it is recommended to verify if the hashes match with the INSTALL.md file. The command to check the hashes is provided in there.

Run the installer, and choose your install directory. By default, this is C:\Program Files\vinkvfxls.

Open installer

The installer will guide you for installation. After you've completed the installation, open a new terminal instance and enter the vinkvfxls command.

It is recommended to use the Windows Terminal application instead of Powershell & CMD, as Terminal has proper color highlighting support.

Confirm installation

You can now also call the help menu for all commands using vinkvfxls --help

License server for Vink VFX software.

Usage: vinkvfxls [OPTIONS]

Options:
  -c, --configure            Start the configure panel
  -l, --logs                 Fetch the logs
  -s, --status               Collect the system status
  -m, --manage-licenses      Start the license management utility
  -r, --reset-configuration  Reset the configuration file if problems have occurred. Will not delete license data.
  -h, --help                 Print help
  -V, --version              Print version


Service

A service file has been added as well to the installation, to make it easy to setup the license server to automatically start on boot. Navigate to the installation directory and run the svc.bat script.

Installation order

Make sure to set-up the licenses first before installing the service. As the license server will exit immediately if there are no licenses installed.

It has a few options:

  • install: setup the svc service
  • start: enable and start the service
  • status: fetch status of the service
  • stop: disable and stop the service
  • uninstall: stop and uninstall the service.

Make sure to run the shell with administration rights, as it is needed to manage a Windows service.

Confirm installation

Enter the following command (this is executed in CMD):

"C:\Program Files\vinkvfxls\svc.bat" install

Confirm installation

This will confirm if it succeeded.

Next up

If installation succeeded, continue to the Quickstart for usage of the CLI and installation of the licenses.