workspaces-issues icon indicating copy to clipboard operation
workspaces-issues copied to clipboard

problem with the docker image https://hub.docker.com/r/kasmweb/kasmos-desktop

Open ssbagpcm opened this issue 11 months ago • 5 comments

hello, I have a problem with the docker image https://hub.docker.com/r/kasmweb/kasmos-desktop That's yours.

here is the logs, can you please solve my problem ? :

https://raw.githubusercontent.com/ssbagpcm/files/refs/heads/main/logs.txt

I need this image to create an alternative to claude computer. Thanks in advance !

ssbagpcm avatar Feb 20 '25 11:02 ssbagpcm

Which specific tag are you using?

I don't see any logs indicating you attempted to connect to the desktop session. Did you attempt to connect via a browser at the appropriate URL, what was the URL you attempt to connect on and what browser type did you use (chrome, firefox, etc)?

mmcclaskey avatar Feb 20 '25 12:02 mmcclaskey

thanks for the fast answer !

the new logs are here (with my connection to the web session) : https://raw.githubusercontent.com/ssbagpcm/files/refs/heads/main/new-logs.txt

and here is a screen of the page in the correct adress and port :

Image

as you can see the page isn't working. i'm new to docker, it's possible that i made an error.

I've tried on github codespaces (here) and yesterday on my windows 11 desktop. Both wasn't woking. Same errors. in my laptop i used brave and now chrome, as you can see. I guess both are based on chromium, so i don't think the problem is here. thanks in advance.

ssbagpcm avatar Feb 20 '25 13:02 ssbagpcm

and i am using this tag : sudo docker run --rm -it --shm-size=512m -p 6901:6901 -e VNC_PW=password kasmweb/kasmos-desktop:1.16.0, it's the one you put in the docs in https://hub.docker.com/r/kasmweb/kasmos-desktop.

ssbagpcm avatar Feb 21 '25 08:02 ssbagpcm

?

ssbagpcm avatar Mar 01 '25 09:03 ssbagpcm

Make sure you specify the https in the URL when you try to connect to it. you also need to add the port 6901

So it should be

https://<your server>:6901

In the instructions on the dockerhub page , this is the very next line after the command to run the container:

The container is now accessible via a browser : https://IP_OF_SERVER:6901

j-travis avatar Mar 05 '25 13:03 j-travis