Skip to content

lichon/hbbs-worker

Repository files navigation

Rustdesk serverless server

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

Deploy to Cloudflare

Getting Started

First, run:

npm install
# or
yarn install
# or
pnpm install
# or
bun install

Then run the development server (using the package manager of your choice):

npm run dev

Deploying To Production

Command Action
npm run deploy Deploy your application to Cloudflare
npm wrangler tail View real-time logs for all Workers

About

rustdesk hbbs/hbbr implement with cloudflare worker durable object

wss://hbbs.lichon.cc

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published