rustdesk / rustdesk/rustdesk-server

when i run rustdesk with docker-compose find Please pay and register on error

Open
#133 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

question
Dominant language
Rust
Stars
10.4k
Forks
2.6k
PR merge metrics
No merged PRs in 30d

Description

my docker-compose file as this:

version: '3'

networks:
  rustdesk-net:
    external: false

services:
  hbbs:
    container_name: hbbs
    ports:
      - 21115:21115
      - 21116:21116
      - 21116:21116/udp
      - 21118:21118
    image: rustdesk/rustdesk-server:latest
    command: hbbs -r rustdesk.cropy.cn:21117
    volumes:
      - ./hbbs:/root
    networks:
      - rustdesk-net
    depends_on:
      - hbbr
    restart: unless-stopped

  hbbr:
    container_name: hbbr
    ports:
      - 21117:21117
      - 21119:21119
    image: rustdesk/rustdesk-server:latest
    command: hbbr
    volumes:
      - ./hbbr:/root
    networks:
      - rustdesk-net
    restart: unless-stopped

when i run it find this ERROR,what do i do to resove it:

hbbr    | [2022-10-28T03:32:19Z ERROR hbbr::lic] Registered email required (-m option). Please pay and register on https://rustdesk.com/server.
hbbr    | [2022-10-28T03:32:20Z ERROR hbbr::lic] Registered email required (-m option). Please pay and register on https://rustdesk.com/server.
hbbr    | [2022-10-28T03:32:21Z ERROR hbbr::lic] Registered email required (-m option). Please pay and register on https://rustdesk.com/server.
hbbr    | [2022-10-28T03:32:23Z ERROR hbbr::lic] Registered email required (-m option). Please pay and register on https://rustdesk.com/server.
hbbr    | [2022-10-28T03:32:24Z ERROR hbbr::lic] Registered email required (-m option). Please pay and register on https://rustdesk.com/server.
hbbr    | [2022-10-28T03:32:26Z ERROR hbbr::lic] Registered email required (-m option). Please pay and register on https://rustdesk.com/server.
hbbr    | [2022-10-28T03:32:30Z ERROR hbbr::lic] Registered email required (-m option). Please pay and register on https://rustdesk.com/server.
hbbs    | [2022-10-28T03:32:20Z ERROR hbbs::lic] Registered email required (-m option). Please pay and register on https://rustdesk.com/server.
hbbs    | [2022-10-28T03:32:22Z ERROR hbbs::lic] Registered email required (-m option). Please pay and register on https://rustdesk.com/server.
hbbs    | [2022-10-28T03:32:23Z ERROR hbbs::lic] Registered email required (-m option). Please pay and register on https://rustdesk.com/server.
hbbs    | [2022-10-28T03:32:24Z ERROR hbbs::lic] Registered email required (-m option). Please pay and register on https://rustdesk.com/server.
hbbs    | [2022-10-28T03:32:25Z ERROR hbbs::lic] Registered email required (-m option). Please pay and register on https://rustdesk.com/server.
hbbs    | [2022-10-28T03:32:27Z ERROR hbbs::lic] Registered email required (-m option). Please pay and register on https://rustdesk.com/server.
hbbs    | [2022-10-28T03:32:31Z ERROR hbbs::lic] Registered email required (-m option). Please pay and register on https://rustdesk.com/server.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the provided docker-compose configuration and the hbbs/hbbr container logs, then inspect how the RustDesk server image handles the hbbs and hbbr commands and the reported licensing error. Confirm whether the compose setup is supported as shown and document the required configuration or expected behavior; done means the containers start without repeating this error.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker-compose, rust
Domain
backend, devops
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.