Documentation
CLI Reference
Command-line operations for installing, running, and managing ARX.
Overview
The global arx command is installed during setup and provides runtime lifecycle control.
arx helpCore commands
arx startLaunch dashboard, Minecraft runtime, and AI servicesarx statusShow live status for dashboard/server/ollama/playitarx shutdownGracefully stop all managed servicesarx helpShow complete command menuarx ai set-context 4096Set Gemma context size for local runtimearx tunnel setupSet up optional Playit tunnelarx tunnel statusShow tunnel status and configured public URLLifecycle examples
# Start everythingarx start# Start single targetsarx start dashboardarx start serverarx start ollama# Stop behaviorarx stop # keeps ollama runningarx shutdown # stops all servicesStatus and diagnostics
arx statusarx doctorarx logs dashboard --lines 120arx logs server --lines 120AI tuning commands
arx ai set-context 4096arx restartContext values should remain in stable local ranges for your hardware.
Tunnel commands
arx tunnel setuparx tunnel setup --url your-name.playit.gg:12345 --enablearx tunnel statusarx tunnel openarx tunnel stopVersion
arx version