Home About Us Help Center Pro Version Use Cases Contact
Download
← Back to Use Cases

Access Your Home OpenClaw AI Workspace Remotely

Sign into the same HomiPlay account on every device and bring your AI workspace with you.

Access OpenClaw and your AI resources as if everything were still on the same private network.

Overview

More people are running OpenClaw, local LLMs, and AI agents on their home computers to create a personal AI workspace.

The challenge is that these systems are usually only accessible from inside the home network. Remote access often means exposing services to the internet or setting up a traditional VPN just to connect from outside.

That creates new problems. Public-facing services can become easy targets for scans and attacks, while VPN setups often require fixed IPs, firewall rules, and additional network maintenance that most users do not want to deal with.

HomiPlay makes this much simpler. By signing into the same HomiPlay account across devices, you can create a secure direct connection that lets you access your home OpenClaw and AI resources remotely as if your devices were still on the same private network.

🔐 Private AI Tunnel: Secure access to your home AI resources.

🔗 P2P Direct Connection: Fewer relays, more stable connectivity.

🧩 Simple Setup: No VPN, fixed IP, or port forwarding required.

Benefits

Access your home OpenClaw and local LLMs remotely

Reduce the risks of exposing AI services publicly

Skip complex VPN and network configuration

Get a smoother, more stable remote AI workflow experience

Setup Steps

1

Get Your HomiPlay IP

On the OpenClaw host device, open the HomiPlay interface and find the “This Device” section. You’ll see the IP address assigned to that device by HomiPlay (this guide uses 10.100.0.3 as an example).

Step 1 illustration
2

Configure the OpenClaw Gateway

Next, we need to prepare OpenClaw for remote access and set a secure access token. Open the OpenClaw configuration file: ~/.openclaw/openclaw.json. In the gateway section, add your access token and allow connections from your HomiPlay address (for example: https://10.100.0.3:8789).

3

Enable Canvas Host

Make sure the web interface is enabled. In the same configuration file, locate the canvasHost section and confirm it is enabled: "enabled": true.

4

Configure Caddy

Now configure Caddy to securely forward requests to OpenClaw. Edit the Caddy configuration file: /etc/caddy/Caddyfile. Add your HomiPlay address (for example: https://10.100.0.3:8789) and forward traffic to 127.0.0.1:18789. This is the internal OpenClaw gateway endpoint.

5

Reload Caddy

After updating the configuration, reload Caddy so the changes take effect. Example: sudo systemctl reload caddy.

6

Test the Connection

Everything should now be ready. On your phone, laptop, or external device, open a browser and enter https://10.100.0.3:8789/ (replace the IP with your own HomiPlay address). If everything is configured correctly, you should now see the OpenClaw login screen.