Table of Contents

Getting Started with HiNC

This section covers how to set up and launch the HiNC system in different environments, including basic installation on Windows, single-machine multi-station configuration, multi-host authorization setup, and tutorial videos.

Launching HiNC on Windows

  1. Download and extract the HiNC installation package from the official website:

    https://superhightech-gitea.webredirect.org/HiNC-Deploy/HiNC-Manager-Win/archive/master.zip

  2. Plug in the HiNC license dongle and run HiNC-loop-with-update.bat from the extracted folder.

    This script downloads or updates the HiNC software into the HiNC subfolder each time it runs.

    After the first run, a HiNC subfolder will be created.

    Except for appsettings, all other file changes within the HiNC folder will be overwritten after an update. If non-system modifications exist in the HiNC folder, the download or update may fail. In that case, manually delete the entire HiNC folder and run HiNC-loop-with-update.bat again.

    Demo video

    If the default download mirror is too slow, you can first use HiNC-update-gitcode.bat to download from the gitcode mirror, then run HiNC-loop-with-update.bat.

    Inside the HiNC subfolder you will find the appsettings.json file, which is used to configure HiNC settings such as the web address, user credentials, etc. The following explains the default values.

    By default, each time HiNC starts it connects to the license server to check for license updates. The default license update settings are shown below. To disable automatic license updates, change AutoLicenseUpdate to DoNothing.

    "LicenseManager": {
       //Available Command: "DoNothing","AutoLicenseUpdate","GetC2V","GenV2C","ApplyV2C","WriteInfo"
       "Command": "AutoLicenseUpdate",
       "Server": {
       "URI": "http://superhightech.com.tw:20201",
       }
    }
    

    The appsettings.json file creates ../HiNC-Root by default as the storage location for data and projects.

    If HiNC repeatedly shows long error messages on startup, the operating system may be outdated or not recently updated. Please install Microsoft Visual C++.

  3. Open a web browser and navigate to the default URL: http://localhost:4330

  4. Log in with the default credentials. Username: admin Password: 00000