Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

EdgeLink Server v2.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jun 12:33
· 3 commits to feature/dotnet-migration since this release

EdgeLink Server v2.1.1

An IoT protocol bridge and message routing server. Supports TCP/UDP multi-port management, custom Mask protocol transformation, real-time monitoring, and a browser-based management interface.


Requirements

  • Windows 10 / 11 x64
  • No .NET Runtime required (self-contained)

Installation

  1. Extract EdgeLink-Server-v2.1.1-win-x64.zip
  2. Run EdgeLinkServer.exe
  3. Open https://localhost:8443 in your browser
  4. Accept the self-signed certificate warning (Advanced → Proceed)
  5. Default password: adminchange it immediately after login

Downloads

File Description
EdgeLink-Server-v2.1.1-win-x64.zip Server application (Windows x64, self-contained)
EdgeLink.zip Arduino SDK — install via Arduino IDE → Sketch → Include Library → Add .ZIP
com.extrakyo.edgelink-v2.1.1.tgz Unity UPM package (offline install)

Unity SDK (UPM)

Option A — Git URL (Window → Package Manager → + → Add package from git URL):

https://github.com/Reymer/EdgeLink-Server.git?path=SDK/Unity/Package#feature/dotnet-migration

Option B — Tarball (Window → Package Manager → + → Add package from tarball):
Download com.extrakyo.edgelink-v2.1.1.tgz from this release.

CLI Options

EdgeLinkServer.exe [options]
  --port <n>          HTTP port (default: 8081)
  --no-https          Disable HTTPS
  --https-port <n>    HTTPS port (default: 8443)

Full Changelog: v2.1.0...v2.1.1