On the EC2 Console page, instance is up and running. To connect to this instance through putty, copy the IPv4 Public IP Address
(refer Putty Guide for details on how to connect using putty/ssh)
Open putty, paste the IP address and browse your private key you downloaded while deploying the VM, by going to **SSH- >Auth **, click on Open.


login as ubuntu.

run below command to get the auto-generated password to login to OpenClaw Web Interface.
sudo cat /home/ubuntu/setup/.gateway_pass
Access OpenClaw Web Interface in your browser using https://public_ip_of_vm . provide password from above step.4
You will receive pairing request. Go to SSH terminal as shown in step3 and run below command to get the request ID.
openclaw devices list
openclaw devices approve <requestId>
e.g openclaw devices approve 5252ebdf65b176-6ythr3968a
