Get up and running in 60 seconds.
Table of Contents
-
Git 2.40+
-
just (command runner) — https://just.systems
git clone https://github.com/hyperpolymath/game-server-admin
cd game-server-admin
just doctor # check toolchain
just heal # auto-install missing tools# Start the backing database
just verisimdb-up
# Check everything is healthy
just run status
# Probe a game server
just run probe my-server.example.com 25565
# List supported games
just run profiles-
just help-me— common workflows -
just doctor— diagnose toolchain issues -
just run help— CLI usage -
https://github.com/hyperpolymath/game-server-admin/issues — report bugs