This is a rustdesk HBBS/HBBR websocket implement with Durable Object
Setup worker secret HBBS_RELAY_URL = 'wss://your-worker-url' on cloudflare dashboard
Enable 'Use Websocket' on rustdesk Network setting, set ID/Relay Server to your-worker-url,
Set Api Server to https://localhost or https://your-worker-url to enable wss connection
Goto https://rustdesk.com/web/ set Network setting to your-worker-url, control your desk by web
First, run:
npm install
# or
yarn install
# or
pnpm install
# or
bun installThen run the development server (using the package manager of your choice):
npm run dev| Command | Action |
|---|---|
npm run deploy |
Deploy your application to Cloudflare |
npm wrangler tail |
View real-time logs for all Workers |