Documentation
Configuration
How ARX stores and applies runtime configuration.
Primary configuration: .env
ARX runtime configuration is generated into a project-local .env file during install.
# Key runtime examplesBIND_HOST=0.0.0.0BIND_PORT=18890AGENT_TRIGGER=gemmaGEMMA_OLLAMA_MODEL=gemma4:e2bGEMMA_CONTEXT_SIZE=4096GEMMA_TEMPERATURE=0.2PLAYIT_ENABLED=falsePLAYIT_URL=Runtime state file
ARX also persists setup/runtime defaults in state/arx_config.json.
Recommended way to change settings
Prefer CLI commands for common changes so state stays consistent.
# Update AI context safelyarx ai set-context 4096# Apply changesarx restartNetworking notes
- Dashboard default:
18890 - Minecraft default:
25565 - Ollama default local API:
127.0.0.1:11434
Playit tunnel configuration
arx tunnel setuparx tunnel setup --url your-name.playit.gg:12345 --enablearx tunnel status