Kasmweb Runpod Desktop failing to connect
Hi there,
I have tried to setting the runpod/kasm-docker:cuda11 multiple times now, however I have not been able to connect to the pod in any attempts. Upon clicking connect to HTTP service/terminal, a new web browser tab is opened, however the page fails to connect every time. Is this a known issue with the Kasmweb Runpod Desktops?
14 Replies
What's on the logs
This one is better and more up-to-date anyway https://discord.com/channels/912829806415085598/1199861385400701040
i've managed to connect by exposing 6901 on TCP but as I have basic understanding of port forwarding, i am not sure if this is problematic. thanks @digigoblin i will check it out
@nerdylive I think main template has issue that it mounts volume as /home preventing kasm to start
Oh
btw #Accelerated Linux Desktop works much much better
i am testing Accelerated Linux Desktop and can confirm, very good resolution and latency. thankyou for the helpe everyone
@digigoblin @Papa Madiator through further testing of https://discord.com/channels/912829806415085598/1199861385400701040 i have found the connection to be quite unreliable despite my having a very good local internet connection. i am averaging 1mbps video and sometimes the screen goes black and requires reconnecting to the plasma desktop. is this expected behaviour of this plasma web rtc?
it's cause it's using public turn server
@Papa Madiator oh i see. i have been researching what is the simplest way to implement a smooth virtual desktop for using blender in the cloud. unfortunately parsec cannot be hosted on linux despite reading great things about it. would the simplest solution be to configure the https://discord.com/channels/912829806415085598/1199861385400701040 to use a private turn server or is that a complicated process?
I mean you need server where you would host it then in template just set env variables
turn servers use lot of bandwitch though cause you basically do video streaming
GitHub
GitHub - coturn/coturn: coturn TURN server project
coturn TURN server project. Contribute to coturn/coturn development by creating an account on GitHub.
@Papa Madiator thankyou, i've setup a test VPS with coturn on google cloud now. which env variables specifically need to be updated to make the coturn server work?
the linux-desktop/docker-compose.yaml:
GitHub
linux-desktop/docker-compose.yaml at main · ai-dock/linux-desktop
KDE Plasma desktop docker image for use in GPU cloud and local environments. Includes AI-Dock base for authentication and improved user experience. - ai-dock/linux-desktop
set env variables:
TURN_HOST
TURN_PASSWORD
TURN_PORT
TURN_USERNAME
Just read conversation on #Accelerated Linux Desktop