โ† All changelogs
v1.0.0 May 2026

Initial Release

remotecmd-cli is born โ€” remote command execution via WebSocket relay.

๐Ÿš€

Run commands on remote machines

Execute shell commands on any connected machine and get structured JSON output back โ€” stdout, stderr, exit code, and duration. No SSH, no VPN, no open ports required.

๐Ÿ”€

WebSocket relay hub

A lightweight always-on relay routes commands between clients and target daemons. Deploy it on any VPS โ€” all traffic flows through it, so neither side needs inbound firewall rules.

๐Ÿ”‘

Token-based auth

Each target machine gets a unique secret token. Clients must present the correct token to execute commands, so only authorised callers can reach your machines.

โŒจ๏ธ

Convenience aliases

Install rc, rcx, rcl, and rcs aliases for faster day-to-day usage. rcx myserver 'uptime' is all you need.