AI Agent Setup

Remote Claude Code Setup

Posted by Rico's Nerd Cluster on March 2, 2026

Remote Claude Code Setup

  1. Bring up tailscale: sudo tailscale up
  2. Bring up code-server: code-server --bind-addr $(tailscale ip -4):8081
  3. To see password for access cat ~/.config/code-server/config.yaml
  4. Start byobu / tmux. Bring up your claude code. claude code If you are developing in a container, do so in the container
  5. 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 😊