Remote Claude Code Setup
- Bring up tailscale:
sudo tailscale up - Bring up
code-server:code-server --bind-addr $(tailscale ip -4):8081 - To see password for access
cat ~/.config/code-server/config.yaml - Start byobu / tmux. Bring up your claude code.
claude codeIf you are developing in a container, do so in the container - Access remotely by opening a web browser, connect to tailscale on your remote machine, go to the tailscale ip, and type in the password above. Then, find the byobu / tmux page and start coding 😊