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
Download and extract the HiNC installation package from the official website:
https://superhightech-gitea.webredirect.org/HiNC-Deploy/HiNC-Manager-Win/archive/master.zip
Plug in the HiNC license dongle and run
HiNC-loop-with-update.batfrom 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.batagain.If the default download mirror is too slow, you can first use
HiNC-update-gitcode.batto download from the gitcode mirror, then runHiNC-loop-with-update.bat.Inside the HiNC subfolder you will find the
appsettings.jsonfile, 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
AutoLicenseUpdatetoDoNothing."LicenseManager": { //Available Command: "DoNothing","AutoLicenseUpdate","GetC2V","GenV2C","ApplyV2C","WriteInfo" "Command": "AutoLicenseUpdate", "Server": { "URI": "http://superhightech.com.tw:20201", } }The
appsettings.jsonfile creates../HiNC-Rootby 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++.Open a web browser and navigate to the default URL: http://localhost:4330
Log in with the default credentials. Username:
adminPassword:00000