Go back

Setup and installation of 'OpenClaw: AI Agent Automation Stack' on AWS

  1. 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)

  2. 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.

/img/aws/ethereum-fullnode/putty-01.png

/img/aws/ethereum-fullnode/putty-02.png

  1. login as ubuntu. /img/aws/kali-linux-in-browser/ssh-login.png

  2. run below command to get the auto-generated password to login to OpenClaw Web Interface.

sudo cat /home/ubuntu/setup/.gateway_pass
  1. Access OpenClaw Web Interface in your browser using https://public_ip_of_vm . provide password from above step.4

  2. 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
  1. Copy the request Id and replace in below approval command to approve the request.
openclaw devices approve <requestId>

e.g openclaw devices approve 5252ebdf65b176-6ythr3968a

  1. Now back to Web Interface , refresh the browser and login with password. You should be able to login now.

/img/aws/openclaw-vm/openclaw-ui-overview01.png

Go back