Skip to content

Instantly share code, notes, and snippets.

@adinata-id
Created October 18, 2025 06:33
Show Gist options
  • Select an option

  • Save adinata-id/c9e5b6271d550ea93d146c8f62430d2f to your computer and use it in GitHub Desktop.

Select an option

Save adinata-id/c9e5b6271d550ea93d146c8f62430d2f to your computer and use it in GitHub Desktop.
cara jalankan claude code di VPS
jalankan claude code di vps
install:
curl -fsSL https://claude.ai/install.sh | bash
Cek versi yg terinstall:
claude --version
export path:
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.profile
reload path:
source ~/.profile
lalu login:
claude /login
copy url ke browser:
klik authorize
lalu copy code nya ke terminal ssh vps
enter
berhasil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment