Self-hosted control-plane · Go · Alpha

Host anything. Beautifully.

A control-plane for game servers and container apps that runs on your own machine. One Go binary, one command, no account.

One binary · GoPodman rootlessNo account · standaloneYour data · your machine
preview
STYGION Panel
Servery
4 běží · 1 node · 62 % kapacita
+ Nový server
smp-survival
Minecraft 1.21 · node-01
arma-altis
Arma 3 · node-01
stygion-web
Node app · node-01
id-backend
Go služba · node-01
[smp-survival] Done (4.21s)! For help, type "help" [backup] tar.gz + AES → s3://stygion-backups ✓ [scheduler] cron 03:00 daily-backup queued

Install the Panel

Downloads and runs on your machine. Linux now, Windows and macOS once the desktop build lands.

v0.2.0-dev.9 Alfa released 4 July 2026
Linux server · copy and run
curl -fsSL https://core.stygion.eu/install.sh | sh

Fetches the newest stable build from our repository and installs the binary into ~/.local/bin. or download manually (.tar.gz)

Windows Soon · desktop build (Wails)
macOS Soon · desktop build (Wails)

On the roadmap

The Panel is in alpha and growing. This is being built or planned right now, live from our roadmap.

Full roadmap →
Planned

Wails desktop shell (Windows/macOS)

Native desktop around the Go core (Wails 2 + SvelteKit, no Rust). Model: embedded-server webview — the Wails window opens the existing frontend talking to the in-process Go HTTP server on localhost (minimal refactor). Powers the Windows/macOS install in the release workflow.

Planned

Real Panel screenshot on /core

Marketing dashboard shot from a running instance (devdata has a seeded DB with 2 servers). Blocked by the auth gate (login required) + offline server status without podman. Best captured from a deployed/Linux instance. /core meanwhile uses an honest terminal visual.

Planned

Signed updates (minisign)

Self-update hardening: minisign-sign the tarball + verify with an embedded public key. sha256 is the current gate; add once the keypair + CI secret exist.

Planned

Updater: progress modal + auto-refresh after restart

During an update a modal shows progress; once the Panel restarts the page auto-refreshes so the admin sees when it is done.

Planned

Safe self-update: health-check + auto-rollback

Verify the new build boots before committing; auto-restore the previous version on a crash loop so an update can never take the Panel down.

Planned

Server backup — download & upload the whole database

Download a server’s entire database as a backup, and upload it back the same way.

Planned

Server reinstall (button in the controls)

A reinstall button added among the server’s control buttons.

Planned

Live console (WebSocket)

Read and write the server console from the web, command history.