The whole hunk
from line 38, old and new numbered
/
lines
from line 38
3838
3939<Tabs>
4040 <Tab title="Server mode">
41 Navigate to your project directory and run:
41 In your project directory, run:
4242
4343 ```bash theme={null}
4444 claude remote-control
from line 345
345345
346346You're not signed in with a claude.ai account, or another credential is taking precedence over your login. The message takes one of these forms:
347347
348* Signed out, from `/remote-control` or `--remote-control`: `Remote Control requires a claude.ai subscription.`
348* Signed out, from `/remote-control` or `--remote-control`: `Remote Control requires a claude.ai subscription.` or `/remote-control requires a claude.ai subscription.`
349349* Signed out, from `claude remote-control`: `You must be logged in to use Remote Control. Remote Control is only available with claude.ai subscriptions.`
350350* Signed in, but an API key or token is in use: `Remote Control requires claude.ai subscription auth.` followed by the credential in use, such as `ANTHROPIC_API_KEY is set, so this session is using API-key auth`. An `apiKeyHelper` setting and `ANTHROPIC_AUTH_TOKEN` are named the same way.
351351