Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 929 Bytes

File metadata and controls

51 lines (37 loc) · 929 Bytes

Game Server Admin — User Quickstart

Get up and running in 60 seconds.

Prerequisites

Install

git clone https://github.com/hyperpolymath/game-server-admin
cd game-server-admin
just doctor    # check toolchain
just heal      # auto-install missing tools

First Run

just tour      # guided project tour
just help-me   # see common workflows

Run the CLI

# 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

Get Help