kingmo888 / rustdesk-api-server

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

Web control does not work. #95

Open onexzero opened 3 weeks ago

onexzero commented 3 weeks 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 2 weeks 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 2 weeks ago

ok thanks!