Skip to main content

Overview

OCA sets up OpenSSH on port 8022 during installation. Start it with:

Connect from your PC

Find your Android IP:
Connect:
Default password set by OCA is 1234change this immediately with passwd.

SSH config shortcut (~/.ssh/config on PC):
Then: ssh android-openclaw

Remote Access (Outside Home Network)

Option 1: ngrok


Auto-start SSH on Boot


Common Issues

SSH not running: sshd
Check Android IP: ip addr show. Both devices must be on same WiFi.
Fix authorized_keys permissions: chmod 600 ~/.ssh/authorized_keys
Remove old entry: ssh-keygen -R "[old-ip]:8022"