kingmo888 / rustdesk-api-server

基于Django的RustDesk Api&Web Server,除了支持api所有功能,还支持web注册、管理、展示等。已支持到最新1.3.1版本。
945 stars 215 forks source link

Web control does not work. #95

Closed onexzero closed 3 months ago

onexzero commented 4 months ago

I installed the server in docker with the following command:

git clone https://github.com/kingmo888/rustdesk-api-server.git cd rustdesk-api-server docker compose --compatibility up --build -d

I had to convert run.sh to unix, but the container worked and I was able to log into the web page. However, when I try to connect I get a timeout error. ID_SERVER was also set in the web control page. It connects well as a desktop client. What's the problem?

kingmo888 commented 4 months ago

Based on several issues, there have been significant changes in 1.2.6. Please temporarily downgrade the client to 1.2.3

onexzero commented 4 months ago

ok thanks!