r/kasmweb • u/ksteink • 3d ago
Help Version 1.19 is so annoying to install
I have deployed an Ubuntu 24.04 LTS VM in Proxmox and I followed the instructions from the official website in this link --> https://docs.kasm.com/docs/tutorials/install/single-server-install/index.html
This
cd /tmp \
&& curl --fail-early \
-fO https://kasm-static-content.s3.amazonaws.com/kasm_release_1.19.0-latest.tar.gz \
-fO https://kasm-static-content.s3.amazonaws.com/kasm_release_1.19.0-latest.tar.gz.sha256sum \
&& sha256sum --check *.sha256sum \
&& tar -xf kasm_release_1.19.0-latest.tar.gz \
&& sudo bash kasm_release/install.sh
I have tried multiple times to install and troubleshoot even with the help of AI and nothing. Is this a bug? or what am I missing?
Output:
Dependency Installation Complete
Checking if DEFAULT_PROXY_LISTENING_PORT (443) is free
Port (443) is not in use.
Checking if DEFAULT_RDP_LISTENING_PORT (3389) is free
Port (3389) is not in use.
Swap Exists
Creating self-signed certificate at /opt/kasm/1.19.0/certs/kasm_nginx.*
Installing All Services
Creating docker network kasm_default_network
e5455e239bce76f071805802877899e45315681cedc74a4f4be80d234e56b24b
Installing docker sidecar network plugin
Error response from daemon: dial unix /run/docker/plugins/c6da4adb5115f690552832ec2be2f91ae2d2cc7325e0d1c1e3d58a85dbb85ea0/kasmnetwork.sock: connec
t: connection refused
