You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jake-chromatir edited this page Aug 9, 2026
·
3 revisions
Pi Domain
Direct SSH to the Raspberry Pi — no MCP server in the middle.
Commands
Service Management
magmascript pi status # all arcade services
magmascript pi restart arcade-chat # restart one service
magmascript pi restart-all # restart all services
Logs
magmascript pi logs arcade-chat # recent logs (50 lines)
magmascript pi logs arcade-chat 100 # last 100 lines
magmascript pi logs-errors # error logs from all services
magmascript pi logs-today # today's logs
System Info
magmascript pi info # uptime, memory, temp, load
magmascript pi traffic 5000 # nginx access log analysis
Deployment
magmascript pi deploy arcade/chat-server.py arcade-chat
magmascript pi deploy arcade/admin/ # deploy directory
Power
magmascript pi reboot # reboot the Pi
magmascript pi shutdown # power off the Pi
How It Works
The pi domain SSHes directly from your machine to the Pi: