Skip to content

SamaritanOC/remote-claw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

286 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

RemoteClaw

A native desktop app for remote access to your OpenClaw installation.

RemoteClaw installs your fully functional, default OpenClaw Mission Control dashboard on a remote Windows or Linux computer.

Who is this for?

OpenClaw administrators who need to provide a working Mission Control dashboard to clients that they can access remotely, or anyone wh wants to acces thier OpenClaw remotely.

Download

OS Download
Linux (Debian/Ubuntu/Parrot) remoteclaw-amd64.deb
Windows 11 remoteclaw-windows-setup.exe

For Windows installation instructions see windows/README.md.


Linux

How it works

RemoteClaw for Linux connects directly to your OpenClaw gateway over your Tailscale network. Your gateway runs on your home machine as normal. The app is just a secure native window into it from anywhere.

Road Laptop
└── RemoteClaw for Linux
    └── Tailscale β†’ Your OpenClaw gateway
                    └── All agents, models, memory, sessions

Requirements

  • OpenClaw installed and running on a host machine
  • Tailscale with the host machine on your tailnet
  • The host gateway exposed via Tailscale Serve
  • Any 64-bit Linux desktop

Host configuration

Add this to your openclaw.json gateway block:

"tailscale": {
  "mode": "serve"
},
"auth": {
  "mode": "token",
  "allowTailscale": true
},
"controlUi": {
  "allowedOrigins": ["https://your-tailscale-hostname"]
}

Installation

Option 1 β€” click to install: download remoteclaw-amd64.deb and double-click it. Your software center will open and install it.

Option 2 β€” command line:

sudo apt install ./remoteclaw-amd64.deb

RemoteClaw for Linux

Updating

Automatic (recommended)

RemoteClaw for Linux checks for updates automatically on every launch. When a new version is available it downloads in the background and prompts you to restart to apply it.

Manual

Download the latest .deb from the releases page and install using either option above.

First launch

  1. Open RemoteClaw for Linux
  2. Enter your gateway URL (e.g. https://your-machine.tailnet-name.ts.net)
  3. Enter your gateway token (found in ~/.openclaw/openclaw.json under gateway.auth.token)
  4. Click Connect
  5. On your OpenClaw host, approve the pairing request:
openclaw devices list
openclaw devices approve <requestId>

Pairing is a one-time step per device. After that the app connects automatically on every launch.

Pairing approval

When you open RemoteClaw for Linux for the first time and enter your gateway URL and token, the gateway registers a new device and waits for operator approval.

To approve:

  1. Open Mission Control or the OpenClaw webchat on your gateway host
  2. Go to Devices β€” you will see a pending device entry
  3. Approve it

Pairing codes expire after 1 hour. If approval times out, close RemoteClaw for Linux, reopen it, and approve the new pairing request before the hour is up.

If you do not see a pending device, confirm your gateway URL is correct and that Tailscale is connected on both machines.


Troubleshooting

Display / Wayland issues

RemoteClaw for Linux is an Electron app. On Linux systems running Wayland, the app may fail to launch or render a blank window.

Fix β€” force XWayland mode:

./remoteclaw-amd64.AppImage --ozone-platform=x11

Or set it permanently by editing your launcher/desktop entry to include --ozone-platform=x11 in the Exec= line.

On GNOME + Wayland, you can also try:

GDK_BACKEND=x11 ./remoteclaw-amd64.AppImage

License

MIT

Support The Samaritan Project

This tool is part of the Samaritan Project, a build-in-public OSINT platform running on self-hosted AI infrastructure. Follow along and contribute at The Samaritan Project β€” Buy Me A Coffee

About

🦞 RemoteClaw installs your fully functional OpenClaw Mission Control dashboard on a remote Windows or Linux computer.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages