Skip to content

Releases: sandrogekeler/Konnekt

Release list

v0.1.0-alpha.1

Choose a tag to compare

@github-actions github-actions released this 16 Jul 18:51

Konnekt v0.1.0-alpha.1 — First Alpha

First public alpha of Konnekt, a cross-platform desktop control panel for self-hosted Minecraft servers (Wails/Go backend, React 19 + TypeScript frontend). This is an early build for testing core workflows — expect rough edges and breaking changes between alphas.

Platform support

  • Windows x64 only in this release. macOS and Linux builds are not yet published.
  • The binary is unsigned — Windows SmartScreen will warn on first launch (click "More info" → "Run anyway"). This is expected for an unsigned alpha build.

What's included

  • Multi-server management (add/configure servers, start/stop/restart, EULA flow)
  • Live console with real-time log streaming and quick-command buttons
  • Stats & performance monitoring (TPS, RAM, player count, uptime history)
  • Player management (kick/ban/pardon)
  • Visual scheduler (node-based triggers/actions for automation)
  • World management with 3D visualizer, world switching, backups, NBT inspection
  • Manual and scheduled backups with safe restore
  • Server config editor (server.properties, JSON/YAML/TOML)
  • Mod/plugin browsing and install via Modrinth, with dependency resolution
  • Customizable, draggable/resizable tile dashboard with layout presets
  • In-app + native OS notifications
  • In-place auto-updater: checks GitHub Releases, downloads, verifies, and installs updates without leaving the app

Installing

  1. Download konnekt-windows-amd64.exe from the Assets below.
  2. (Optional) Verify integrity against checksums.txt:
    (Get-FileHash .\konnekt-windows-amd64.exe -Algorithm SHA256).Hash.ToLower()