-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to access the webui #77
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
I am getting a similar of not the same issue on Unraid 6.12.14
Steps Taken to Reproduce & attempt Resolve:
Environment: OS: Unraid 6.12.14 / Slackware 15.0 x86_64 (post 15.0 -current) x86_64 Current Logs for latest docker image of ""1.16.1-ls50": docker logs kasm: [migrations] started
Brought to you by linuxserver.io To support LSIO projects visit: ─────────────────────────────────────── User UID: 911 WARNING! Using --password via the CLI is insecure. Use --password-stdin. |
As stated in the application setup portion of the readme, you must do the initial setup on port 3000. OP also failed to properly set the kasm_port, as noted in the container readme. Since @drumtechphoto claims the same or similar issue, and they didnt provide a docker run, i will assume neither read/followed the readme. |
A human has marked this issue as invalid, this likely happened because the issue template was not used in the creation of the issue. |
Thank you for the reply. My apologies for not posting my docker compose, I over-sighted it when replying to add-in on this for support. I was also using my dockerhub creds (optional) / currently no longer using them. The docker compose I pulled via running another container, had to remove all unneeded extra info >> I reverted back to version tag "1.16.0-ls44" for now. If need be, I can create a new/separate kasm container with the "latest" tag and report back. services: |
Hi, I am having the same behaviour but I changed the initial 3000 port while using my pi5, since I have a container already running there, still cant get access to webUI for the initial setup. my docker compose is as follows: services: |
you changed the container side, you should only be changing the host side |
That's the thing I have a container already running on that internal 3000 port, which is another kasm only with libreoffice, I have to really use 3000 then huh ? |
Internal ports can be the same as they all have their own address on the docker network. |
Thanks for the help got that confused. All working now. |
Is there an existing issue for this?
Current Behavior
I used the docker compose as below in my raspberry pi which runs Debian GNU/Linux 12 (bookworm)
The container is up
But when i hit the url
https://my-ip:4443/
i am not seeing any ui. I am seeingERR_CONNECTION_REFUSED
in browser.Expected Behavior
No response
Steps To Reproduce
See above.
Environment
CPU architecture
arm64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: