Skip to content

Claude Code VPS Login

Created 2026-03-03
Updated 2026-03-03
Status active
Tags agent-systemclaude-codevpsloginonboarding

Server: 46.224.129.16 Users: Patrick (patrick), Asia (asia)


  1. SSH into the server:

    ssh <your-username>@46.224.129.16
  2. Navigate to the shared project directory:

    cd /srv/baseworks
  3. Launch Claude Code:

    claude
  4. Choose a theme (Dark mode is a good default)

  5. Select login method — choose 1. Claude account with subscription (Pro, Max, Team, or Enterprise)

  6. Copy the URL it gives you, paste it into a browser on your local machine, and log in with your Claude account

  7. When asked to trust /srv/baseworks — choose 1. Yes, I trust this folder

  8. When asked about effort level — use the left/right arrow keys to select medium effort, then press Enter

  9. You should see a welcome screen with your name — you’re authenticated

  10. Type /exit to leave for now

Your credentials are saved after first login. You will not need to repeat this process.


Terminal window
ssh <your-username>@46.224.129.16
cd /srv/baseworks
claude

Or attach to an existing tmux session (see Claude-Code-VPS-Setup):

Terminal window
ssh <your-username>@46.224.129.16
tmux attach -t <session-name>

CommandWhat it does
/exitLeave Claude Code
/modelChange model or effort level
/themeChange the color theme
/mcpCheck MCP server status
/helpShow all available commands