claude-code How to Get Claude Code Notifications on Your Phone Claude Code has no built-in notification system. Here's how to get alerted when your session needs attention — from DIY webhooks to real-time approval gates on your phone.
claude-code The Best Apps to Control Coding Agents from Mobile (2026) Grass, Happy Coder, Claude Code Remote Control, Cursor Mobile, and AgentsRoom Mobile all let you control coding agents from your phone. Here's which one fits your setup.
claude-code How to Set Up Claude Code on Daytona How to create a Daytona workspace, install Claude Code inside it, and run a fully cloud-based agent — laptop closed, session persistent, optionally accessible from your phone.
claude-code How to Run Claude Code on a Remote Server How to SSH into a remote Linux server, install Claude Code, keep it running persistently with tmux, and optionally connect to the session from your phone without a terminal.
claude-code How to Run Claude Code on a VPS (DigitalOcean, Hetzner, EC2) How to provision a VPS, install Claude Code, add basic security hardening, and keep sessions running persistently with tmux. Covers DigitalOcean, Hetzner, and AWS EC2.
claude-code How to Keep Claude Code Running After You Close Your Terminal Claude Code exits when you close your terminal because it receives SIGHUP. tmux is the fix — here's how to set it up, detach, and reconnect, with screen and nohup as alternatives.
claude-code Claude Code Stops When I Disconnect from SSH — How to Fix It Claude Code exits on SSH disconnect because the OS sends SIGHUP to all foreground processes. tmux is the permanent fix — here's how to set it up and recover a crashed session.
claude-code How to Run Claude Code with tmux A complete tmux workflow for Claude Code — named sessions per project, multiple parallel agents in separate windows or panes, detach and reattach, and session recovery.
developer-tools How to Access Your Dev Server from Your Phone Three options for accessing a running dev server from your phone — mobile SSH apps, Tailscale, and Grass for agent-specific workflows that don't need a terminal at all.
claude-code How to Use Tailscale with Claude Code for Remote Access How to set up Tailscale on a server running Claude Code so you can access the session securely from any network — without opening SSH ports or managing firewall rules.
developer-tools How to Connect to a Remote Dev Server Without SSH Four alternatives to SSH for accessing a remote dev server — from web-based terminals to VS Code tunnels to Daytona workspaces — and how Grass replaces SSH entirely for agent workflows.
claude-code Claude Code Keeps Asking for Permission — How to Handle It Three options for handling Claude Code's approval gates: disable them entirely with --dangerously-skip-permissions, auto-approve specific tools, or handle them remotely from your phone with Grass.