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?
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?