Runnable Public Beta · evaluation-first deploymentGitHub ↗
KINGAI OPS / Deploy

Start with a local-first Public Beta.

Install on a test/evaluation Linux server, validate the node and access the dashboard through loopback or an SSH tunnel.

Deploy Public BetaDemo walkthrough
KINGAI OPS deploy demo
Install

One command for the Public Beta.

Linux test/evaluation server
curl -fsSL https://raw.githubusercontent.com/kingaiwork/KINGAIOPS/main/scripts/install.sh | sudo sh

Validate

Run kingai doctor, kingai status and kingai security.

Local panel

Default dashboard binds to 127.0.0.1:17888.

Remote evaluation

Use ssh -L 17888:127.0.0.1:17888 user@server instead of opening a public management port.

Compatibility

Major Linux package-manager families and multiple architectures.

Debian / Ubuntu

apt family.

Fedora / RHEL / Rocky / Alma

dnf/yum family.

openSUSE / SUSE

zypper family.

Arch / Manjaro

pacman family.

Alpine

apk family.

Void Linux

xbps family.

Init systems

systemd, OpenRC and runit integration; manual fallback path.

CI architectures

amd64, arm64, 386, arm/v7, ppc64le, s390x and riscv64.