Hostinger .env entries: ANTHROPIC_API_KEY= OPENAI_API_KEY= VPS root pass: VPSRoot@2431Omni Web Login pass: Hostinger$2431Omni rdp: desktopuser , dtu123 Gateway token: aKPBtyuon9YVXH6Ky3mFrwLSJVUU2DCh How to upload files to OC: Powershell: scp yourfile.pdf user@your-hostinger-ip:/data/.openclaw/workspace/ openclaw.247autotransport.com user id: ocadmin password = oy1lrmgODGQxii0oYwwh7rkr1jbYkQMBLaTHLTR6g30= hash= $2a$14$QVm/.Deezwe0AVoNRLcpeuSlHMXSW1UVGY8xFOb5gHJOxpVlazXai command was: openssl rand -base64 32 which generated: oy1lrmgODGQxii0oYwwh7rkr1jbYkQMBLaTHLTR6g30= command which generated th hash: docker run --rm caddy:2 caddy hash-password --plaintext 'PASTE_THE_REAL_PASSWORD_HERE' docker run --rm caddy:2 caddy hash-password --plaintext 'oy1lrmgODGQxii0oYwwh7rkr1jbYkQMBLaTHLTR6g30=' curl -I -u ocadmin:'oy1lrmgODGQxii0oYwwh7rkr1jbYkQMBLaTHLTR6g30=' https://openclaw.247autotransport.com/ --max-time 8 Telegram paring code: docker exec -it openclaw-aqtb-openclaw-1 sh -lc 'openclaw pairing approve telegram 887NBYWH' How to Generate SSH Key Follow these instructions to create SSH keys on Linux, MacOS & Windows. Windows users without OpenSSH can install and use PuTTY instead. Create a new key pair, if needed Open a terminal and run the following command: ssh-keygen -t ed25519 -C "asgar.irani@gmail.com" Replace 'your_mail@example.com' with your actual email address Enter the file path or press "Enter for the default" (C: Users\your username\.ssh\id_ed25519) Set a passphrase for added security (recommended) and confirm the passphrase View the Public Key Once completed, navigate to the .ssh directory in your user folder to locate the generated keys Open the .pub file with a text editor and copy the content Paste the key on the SSH key content ssh key location: /root/.ssh/id_ed25519 Your identification has been saved in /root/.ssh/id_ed25519 Your public key has been saved in /root/.ssh/id_ed25519.pub The key fingerprint is: SHA256:idkW7dormir+MvD6Nca3OKIUzZDro5MsEcQKSm2nLTQ asgar.irani@gmail.com The key's randomart image is: +--[ED25519 256]--+ |. . | |.+.E . . | |*oo = . . | |+ =o . + + | | + o. o S . | |+ .. . o | |.O = . . . | |*.Bo.+ o. . | |=*o*+o+. .. | +----[SHA256]-----+ I want to change SSH port 2201, HTTP to 8081. HTTPS:4430