163 lines
7.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Getting Started with HiNC | HiAPI-C# 2025 </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Getting Started with HiNC | HiAPI-C# 2025 ">
<link rel="icon" href="../../img/HiAPI.favicon.ico">
<link rel="stylesheet" href="../../public/docfx.min.css">
<link rel="stylesheet" href="../../public/main.css">
<meta name="docfx:navrel" content="../../toc.html">
<meta name="docfx:tocrel" content="../toc.html">
<meta name="docfx:rel" content="../../">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
<meta name="loc:tocFilter" content="Filter by title">
<meta name="loc:nextArticle" content="Next">
<meta name="loc:prevArticle" content="Previous">
<meta name="loc:themeLight" content="Light">
<meta name="loc:themeDark" content="Dark">
<meta name="loc:themeAuto" content="Auto">
<meta name="loc:changeTheme" content="Change theme">
<meta name="loc:copy" content="Copy">
<meta name="loc:downloadPdf" content="Download PDF">
<script type="module" src="./../../public/docfx.min.js"></script>
<script>
const theme = localStorage.getItem('theme') || 'auto'
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
</script>
</head>
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="">
<header class="bg-body border-bottom">
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
<div class="container-xxl flex-nowrap">
<a class="navbar-brand" href="../../index.html">
<img id="logo" class="svg" src="../../img/HiAPI.logo.png" alt="">
</a>
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
<i class="bi bi-three-dots"></i>
</button>
<div class="collapse navbar-collapse" id="navpanel">
<div id="navbar">
<form class="search" role="search" id="search">
<i class="bi bi-search"></i>
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
</form>
</div>
</div>
</div>
</nav>
</header>
<main class="container-xxl">
<div class="toc-offcanvas">
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<nav class="toc" id="toc"></nav>
</div>
</div>
</div>
<div class="content">
<div class="actionbar">
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
<i class="bi bi-list"></i>
</button>
<nav id="breadcrumb"></nav>
</div>
<article data-uid="">
<h1 id="getting-started-with-hinc">Getting Started with HiNC</h1>
<p>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.</p>
<ul>
<li><a href="multi-station.html">Single-Machine Multi-Station Configuration</a></li>
<li><a href="delegate-auth.html">Multi-Host Delegated Authorization</a></li>
<li><a href="tutorial.html">Tutorial Videos</a></li>
</ul>
<h2 id="launching-hinc-on-windows">Launching HiNC on Windows</h2>
<ol>
<li><p>Download and extract the HiNC installation package from the official website:</p>
<p><a href="https://superhightech-gitea.webredirect.org/HiNC-Deploy/HiNC-Manager-Win/archive/master.zip">https://superhightech-gitea.webredirect.org/HiNC-Deploy/HiNC-Manager-Win/archive/master.zip</a></p>
</li>
<li><p>Plug in the HiNC license dongle and run <code>HiNC-loop-with-update.bat</code> from the extracted folder.</p>
<p>This script downloads or updates the HiNC software into the HiNC subfolder each time it runs.</p>
<p>After the first run, a HiNC subfolder will be created.</p>
<blockquote>
<p>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 <code>HiNC-loop-with-update.bat</code> again.</p>
</blockquote>
<blockquote>
<p><a href="windows-img/startup.mp4">Demo video</a></p>
</blockquote>
<blockquote>
<p>If the default download mirror is too slow, you can first use <code>HiNC-update-gitcode.bat</code> to download from the gitcode mirror, then run <code>HiNC-loop-with-update.bat</code>.</p>
</blockquote>
<p>Inside the HiNC subfolder you will find the <code>appsettings.json</code> file, which is used to configure HiNC settings such as the web address, user credentials, etc. The following explains the default values.</p>
<p>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 <code>AutoLicenseUpdate</code> to <code>DoNothing</code>.</p>
<pre><code>&quot;LicenseManager&quot;: {
//Available Command: &quot;DoNothing&quot;,&quot;AutoLicenseUpdate&quot;,&quot;GetC2V&quot;,&quot;GenV2C&quot;,&quot;ApplyV2C&quot;,&quot;WriteInfo&quot;
&quot;Command&quot;: &quot;AutoLicenseUpdate&quot;,
&quot;Server&quot;: {
&quot;URI&quot;: &quot;http://superhightech.com.tw:20201&quot;,
}
}
</code></pre>
<p>The <code>appsettings.json</code> file creates <code>../HiNC-Root</code> by default as the storage location for data and projects.</p>
<blockquote>
<p>If HiNC repeatedly shows long error messages on startup, the operating system may be outdated or not recently updated. Please install <code>Microsoft Visual C++</code>.</p>
</blockquote>
</li>
<li><p>Open a web browser and navigate to the default URL:
http://localhost:4330</p>
</li>
<li><p>Log in with the default credentials.
Username: <code>admin</code>
Password: <code>00000</code></p>
</li>
</ol>
</article>
<div class="contribution d-print-none">
</div>
<div class="next-article d-print-none border-top" id="nextArticle"></div>
</div>
<div class="affix">
<nav id="affix"></nav>
</div>
</main>
<div class="container-xxl search-results" id="search-results"></div>
<footer class="border-top text-secondary">
<div class="container-xxl">
<div class="flex-fill">
<span> Copyright © 2025 <a href='https://superhightech.com.tw'>Tech Coordinate</a>. All rights reserved. <a href='https://superhightech.com.tw'>超級高科技股份有限公司</a> © 2025 版權所有 </span>
</div>
</div>
</footer>
</body>
</html>